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
abstract  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
abstract  DAVResource DAVResourceInterface.copy(java.lang.String targetUrl)
          Copies resource to the target destination.
 DAVResource DAVResource.copy(java.lang.String targetPath)
          Copies resource to the target destination.
abstract  DAVResource DAVResourceInterface.move(java.lang.String targetUrl)
          Moves this DAV resource to the location given in the parameter.
 DAVResource DAVResource.move(java.lang.String targetPath)
          Moves this DAV resource to the location given in the parameter.
 

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.