public enum CMISAclSupportedPermissionEnum extends Enum<CMISAclSupportedPermissionEnum>
| Enum Constant and Description |
|---|
BASIC
CMIS Basic permissions are supported.
|
BOTH
both CMIS basic permissions and repository specific permissions are supported.
|
REPOSITORY
Repository specific permissions are supported.
|
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISAclSupportedPermissionEnum> |
FACTORY
Factory for CMISAclSupportedPermissionEnum
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static CMISAclSupportedPermissionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISAclSupportedPermissionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISAclSupportedPermissionEnum BASIC
public static final CMISAclSupportedPermissionEnum REPOSITORY
public static final CMISAclSupportedPermissionEnum BOTH
public static org.alfresco.opencmis.EnumFactory<CMISAclSupportedPermissionEnum> FACTORY
public static CMISAclSupportedPermissionEnum[] values()
for (CMISAclSupportedPermissionEnum c : CMISAclSupportedPermissionEnum.values()) System.out.println(c);
public static CMISAclSupportedPermissionEnum 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()
Copyright © 2005–2014 Alfresco Software. All rights reserved.