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

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

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

Fields in com.sas.drugdev.remote.repository declared as AclRecurseBehavior
static AclRecurseBehavior AclRecurseBehavior.RECURSE_ALL
          Behavior specifying that the entire AccessControlList should be applied recursively.
static AclRecurseBehavior AclRecurseBehavior.RECURSE_CHANGED
          Behavior specifying that only the changed portions of the AccessControlList should be applied recursively.
static AclRecurseBehavior AclRecurseBehavior.RECURSE_NONE
          Behavior specifying that none of the AccessControlList should be applied recursively.
 

Methods in com.sas.drugdev.remote.repository with parameters of type AclRecurseBehavior
 void RepositoryService.updateContainerAccessControlList(AccessControlList acl, AclRecurseBehavior recurseBehavior)
          Apply the changes that have been made on the given AccessControlList on the server side.