com.sas.drugdev.remote.repository
Class AclRecurseBehavior

java.lang.Object
  extended by com.sas.drugdev.remote.repository.AclRecurseBehavior

public class AclRecurseBehavior
extends java.lang.Object

Class representing the behavior of the RepositoryService.updateContainerAccessControlList(AccessControlList, AclRecurseBehavior) method.


Field Summary
static AclRecurseBehavior RECURSE_ALL
          Behavior specifying that the entire AccessControlList should be applied recursively.
static AclRecurseBehavior RECURSE_CHANGED
          Behavior specifying that only the changed portions of the AccessControlList should be applied recursively.
static AclRecurseBehavior RECURSE_NONE
          Behavior specifying that none of the AccessControlList should be applied recursively.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECURSE_NONE

public static final AclRecurseBehavior RECURSE_NONE
Behavior specifying that none of the AccessControlList should be applied recursively.


RECURSE_CHANGED

public static final AclRecurseBehavior RECURSE_CHANGED
Behavior specifying that only the changed portions of the AccessControlList should be applied recursively.


RECURSE_ALL

public static final AclRecurseBehavior RECURSE_ALL
Behavior specifying that the entire AccessControlList should be applied recursively.