Uses of Interface
com.sas.services.webdav.DAVResourceInterface
Packages that use DAVResourceInterface
Package
Description
Information Service WebDAV metadata.
Provides a client API for accessing WebDAV servers.
-
Uses of DAVResourceInterface in com.sas.services.information.metadata.dav
Methods in com.sas.services.information.metadata.dav with parameters of type DAVResourceInterfaceModifier and TypeMethodDescriptionvoidDAVItem.setContentsfromStore(DAVResourceInterface r) Set the contents of the item from storevoidDAVItemInterface.setContentsfromStore(DAVResourceInterface resource) Set the contents of the item from store -
Uses of DAVResourceInterface in com.sas.services.webdav
Classes in com.sas.services.webdav that implement DAVResourceInterfaceModifier and TypeClassDescriptionclassA DAVResource represents a WebDAV (Web-based Distributed Authoring and Versioning) resource as specified in IETF RFC 2518.Methods in com.sas.services.webdav that return DAVResourceInterfaceModifier and TypeMethodDescriptionSharedResource.getConnection()Retrieves the underlying DAVResource.SharedResourceInterface.getConnection()Retrieves the underlying DAVResource.Methods in com.sas.services.webdav with parameters of type DAVResourceInterfaceModifier and TypeMethodDescriptionvoidSharedResource.releaseConnection(DAVResourceInterface r) Releases the underlying DAVResource.voidSharedResourceInterface.releaseConnection(DAVResourceInterface r) Releases the underlying DAVResource.Constructors in com.sas.services.webdav with parameters of type DAVResourceInterfaceModifierConstructorDescriptionSharedResource(DAVResourceInterface r) Create a new shared resource using the DAVResource provided.