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

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

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

Methods in com.sas.drugdev.remote.repository that return RemoteContainer
 RemoteContainer RepositoryService.getContainer(ContainerBean container)
          Get the Container described by the given ContainerBean.
 RemoteContainer RepositoryService.createContainer(ContainerBean containerBean)
          Create the container described by the given ContainerBean.
 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.
 

Constructors in com.sas.drugdev.remote.repository with parameters of type RemoteContainer
ContainerBean(RemoteContainer remoteContainer)
          Constructor that takes a RemoteContainer.