Uses of Class
com.sas.hls.resource.repository.RepositoryResource

Packages that use RepositoryResource
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
 

Uses of RepositoryResource in com.sas.hls.resource.repository
 

Subclasses of RepositoryResource in com.sas.hls.resource.repository
 class RepositoryContainer
          Client side representation of a generic container in the SAS Drug Development repository.
 class RepositoryFile
          Client representation of a non-container content item stored in the repository.
 class RepositoryFolder
          Client side representation of a folder in the SAS Drug Development repository.
 

Methods in com.sas.hls.resource.repository that return RepositoryResource
 RepositoryResource RepositoryResourceService.copy(String sourcePath, String destinationPath)
          Copy the file or folder from sourcePath into targetFolder and give the new copy the name newName.
 RepositoryResource RepositoryResourceService.getResource(String path)
          Get a client representation of the specified repository resource.
 

Methods in com.sas.hls.resource.repository that return types with arguments of type RepositoryResource
 List<RepositoryResource> RepositoryResourceService.getChildren(String parent)
          Return the children of the specified resource.
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA