Uses of Class
com.sas.drugdev.remote.repository.ContainerDepth

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

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

Fields in com.sas.drugdev.remote.repository declared as ContainerDepth
static ContainerDepth ContainerDepth.DEPTH_INFINITE
          Current container and all subfolders all the way down the tree
static ContainerDepth ContainerDepth.DEPTH_ONE
          Current container and all direct children
static ContainerDepth ContainerDepth.DEPTH_ZERO
          Current container only
 

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