org.alfresco.cmis.acl
Class CMISAllowedActionKeyTypeEnum

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.cmis.acl.CMISAllowedActionKeyTypeEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, org.alfresco.opencmis.EnumLabel

public final class CMISAllowedActionKeyTypeEnum
extends java.lang.Enum
implements org.alfresco.opencmis.EnumLabel

Part two of the allowable action key for the permission mappings

See Also:
Serialized Form

Field Summary
static CMISAllowedActionKeyTypeEnum DOCUMENT
          Document
static org.alfresco.opencmis.EnumFactory FACTORY
          Factory for CMISAclCapabilityEnum
static CMISAllowedActionKeyTypeEnum FOLDER
          Folder
static CMISAllowedActionKeyTypeEnum OBJECT
          Object
static CMISAllowedActionKeyTypeEnum POLICY
          Policy
static CMISAllowedActionKeyTypeEnum SOURCE
          Source
static CMISAllowedActionKeyTypeEnum TARGET
          Target
 
Method Summary
 java.lang.String getLabel()
           
static CMISAllowedActionKeyTypeEnum valueOf(java.lang.String name)
           
static CMISAllowedActionKeyTypeEnum[] 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

FOLDER

public static final CMISAllowedActionKeyTypeEnum FOLDER
Folder


OBJECT

public static final CMISAllowedActionKeyTypeEnum OBJECT
Object


SOURCE

public static final CMISAllowedActionKeyTypeEnum SOURCE
Source


TARGET

public static final CMISAllowedActionKeyTypeEnum TARGET
Target


DOCUMENT

public static final CMISAllowedActionKeyTypeEnum DOCUMENT
Document


POLICY

public static final CMISAllowedActionKeyTypeEnum POLICY
Policy


FACTORY

public static org.alfresco.opencmis.EnumFactory FACTORY
Factory for CMISAclCapabilityEnum

Method Detail

values

public static CMISAllowedActionKeyTypeEnum[] values()

valueOf

public static CMISAllowedActionKeyTypeEnum valueOf(java.lang.String name)

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.alfresco.opencmis.EnumLabel


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.