Uses of Class
com.sas.services.webdav.ConnectionInfo
Packages that use ConnectionInfo
Package
Description
Interact with data repositories on behalf of client applications.
Provides a client API for accessing WebDAV servers.
-
Uses of ConnectionInfo in com.sas.services.information
Constructors in com.sas.services.information with parameters of type ConnectionInfoModifierConstructorDescriptionDAVChildRepository(ConnectionInfo _hostInfo, RepositoryCache parentCache, String name, DAVRepositoryInterface parent) Constructs an instance of a child DAV repository. -
Uses of ConnectionInfo in com.sas.services.webdav
Fields in com.sas.services.webdav declared as ConnectionInfoModifier and TypeFieldDescriptionprotected ConnectionInfoDAVResource._connectionInfoConnection information.Methods in com.sas.services.webdav with parameters of type ConnectionInfoModifier and TypeMethodDescriptionstatic ResourceInterfaceResourceFactory.bindResource(ConnectionInfo cInfo) Bind the URL to a resource with authentication, and set the logger on the resourcestatic CollectionInterfaceResourceFactory.createCollection(ConnectionInfo cInfo) Create a new collection with authentication and set the loggerstatic DavPropertyResultResourceFactory.doSearch(ConnectionInfo cInfo, String searchString) Search for content satisfying the search filter on item metadata.Constructors in com.sas.services.webdav with parameters of type ConnectionInfoModifierConstructorDescriptionConnectionInfo(ConnectionInfo connectionInfo) Constructs an instance using the specified connection information.DAVResource(ConnectionInfo cInfo) Creates a DAVResource using the connection information.DAVResource(ConnectionInfo cInfo, boolean createCollection) SharedResource(ConnectionInfo c) Create a new shared resource using the connection information provided.