org.alfresco.opencmis
Class CMISAccessControlFormatEnum

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static CMISAccessControlFormatEnum CMIS_BASIC_PERMISSIONS
          Report only CMIS basic permissions
static EnumFactory FACTORY
          Factory for CMISAclPropagationEnum
static CMISAccessControlFormatEnum REPOSITORY_SPECIFIC_PERMISSIONS
          May report CMIS basic permission, repository specific permissions or a mixture of both.
 
Method Summary
 java.lang.String getLabel()
          Gets the enum label (as defined by CMIS)
static CMISAccessControlFormatEnum valueOf(java.lang.String name)
           
static CMISAccessControlFormatEnum[] values()
           
 
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
 

Field Detail

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

Method Detail

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.