org.alfresco.opencmis
Class CMISAccessControlFormatEnum
java.lang.Object
java.lang.Enum
org.alfresco.opencmis.CMISAccessControlFormatEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, EnumLabel
public final class CMISAccessControlFormatEnum
- extends java.lang.Enum
- implements EnumLabel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CMIS_BASIC_PERMISSIONS
public static final CMISAccessControlFormatEnum CMIS_BASIC_PERMISSIONS
- Report only CMIS basic permissions
REPOSITORY_SPECIFIC_PERMISSIONS
public static final CMISAccessControlFormatEnum REPOSITORY_SPECIFIC_PERMISSIONS
- May report CMIS basic permission, repository specific permissions or a mixture of both.
FACTORY
public static EnumFactory FACTORY
- Factory for CMISAclPropagationEnum
values
public static CMISAccessControlFormatEnum[] values()
valueOf
public static CMISAccessControlFormatEnum valueOf(java.lang.String name)
getLabel
public java.lang.String getLabel()
- Description copied from interface:
EnumLabel
- Gets the enum label (as defined by CMIS)
- Specified by:
getLabel
in interface EnumLabel
- Returns:
- enum label
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.