|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.drugdev.remote.repository.AclRecurseBehavior
public class AclRecurseBehavior
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 |
---|
public static final AclRecurseBehavior RECURSE_NONE
AccessControlList
should be applied
recursively.
public static final AclRecurseBehavior RECURSE_CHANGED
AccessControlList
should
be applied recursively.
public static final AclRecurseBehavior RECURSE_ALL
AccessControlList
should
be applied recursively.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |