Uses of Class
com.sas.services.webdav.DAVResource

Packages that use DAVResource
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata.dav Information Service WebDAV metadata. 
com.sas.services.webdav Provides a client API for accessing WebDAV servers. 
 

Uses of DAVResource in com.sas.services.information
 

Fields in com.sas.services.information declared as DAVResource
protected  DAVResource DAVRepository._rootResource
           
 

Uses of DAVResource in com.sas.services.information.metadata.dav
 

Fields in com.sas.services.information.metadata.dav declared as DAVResource
protected  DAVResource DAVEntity._resource
           
 

Methods in com.sas.services.information.metadata.dav that return DAVResource
 DAVResource DAVEntityInterface.getDAVResource()
          Return the underlying DAVResource for this entity, if it exists (that is if it has been fetched)
 DAVResource DAVEntity.getDAVResource()
          Return the underlying DAVResource for this entity, if it exists (that is if it has been fetched)
 

Uses of DAVResource in com.sas.services.webdav
 

Methods in com.sas.services.webdav that return DAVResource
 DAVResource DAVResourceInterface.copy(java.lang.String targetUrl)
          Copy resource to the target destination
 DAVResource DAVResource.copy(java.lang.String targetPath)
          Copy resource to the target path on the same host as the source.
 DAVResource DAVResourceInterface.move(java.lang.String targetUrl)
          Move this resource to the location given in the parameter
 DAVResource DAVResource.move(java.lang.String targetPath)
          Move this resource to another location (path) on the same server as the source.
 

Methods in com.sas.services.webdav with parameters of type DAVResource
static java.lang.String Utils.getHostPort(DAVResource r)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.