public enum CMISAclPropagationEnum extends Enum<CMISAclPropagationEnum> implements org.alfresco.opencmis.EnumLabel
| Enum Constant and Description |
|---|
OBJECT_ONLY
The ACL only applies to the object
(not yet supported in Alfresco)
|
PROPAGATE
ACLs are applied to all inheriting objects
(the default in Alfresco)
|
REPOSITORY_DETERMINED
Some other mechanism by which ACL changes influence other ACL's non-direct ACEs.
|
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISAclPropagationEnum> |
FACTORY
Factory for CMISAclPropagationEnum
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static CMISAclPropagationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISAclPropagationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISAclPropagationEnum OBJECT_ONLY
public static final CMISAclPropagationEnum PROPAGATE
public static final CMISAclPropagationEnum REPOSITORY_DETERMINED
public static org.alfresco.opencmis.EnumFactory<CMISAclPropagationEnum> FACTORY
public static CMISAclPropagationEnum[] values()
for (CMISAclPropagationEnum c : CMISAclPropagationEnum.values()) System.out.println(c);
public static CMISAclPropagationEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getLabel()
getLabel in interface org.alfresco.opencmis.EnumLabelCopyright © 2005–2014 Alfresco Software. All rights reserved.