Uses of Interface
com.sas.drugdev.remote.repository.Container

Packages that use Container
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
 

Uses of Container in com.sas.drugdev.remote.repository
 

Subinterfaces of Container in com.sas.drugdev.remote.repository
 interface RemoteContainer
          Interface representing a container that lives in the server repository.
 

Classes in com.sas.drugdev.remote.repository that implement Container
 class ContainerBean
          Simple bean to represent a container.
 

Methods in com.sas.drugdev.remote.repository with parameters of type Container
 java.util.List RepositoryService.getChildren(Container container)
          Get the children of the container described by the given Container.
 RemoteContainer RepositoryService.setOwnerOnContainer(Container container, ContainerDepth depth, java.lang.String userid)
          Set the owner of the given container to the given userid.
 RemoteContainer RepositoryService.setDefaultContainerVersioning(Container container, ContainerDepth depth, boolean onOff)
          Turn on default versioning for the specified container, to the given depth.