|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EnumAllowableActionsKey>
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumAllowableActionsKey
public enum EnumAllowableActionsKey
Java class for enumAllowableActionsKey.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumAllowableActionsKey"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="canGetDescendents.Folder"/> <enumeration value="canGetChildren.Folder"/> <enumeration value="canGetParents.Folder"/> <enumeration value="canGetFolderParent.Object"/> <enumeration value="canCreateDocument.Folder"/> <enumeration value="canCreateFolder.Folder"/> <enumeration value="canCreateRelationship.Source"/> <enumeration value="canCreateRelationship.Target"/> <enumeration value="canGetProperties.Object"/> <enumeration value="canViewContent.Object"/> <enumeration value="canUpdateProperties.Object"/> <enumeration value="canMove.Object"/> <enumeration value="canMove.Target"/> <enumeration value="canMove.Source"/> <enumeration value="canDelete.Object"/> <enumeration value="canDeleteTree.Folder"/> <enumeration value="canSetContent.Document"/> <enumeration value="canDeleteContent.Document"/> <enumeration value="canAddToFolder.Object"/> <enumeration value="canAddToFolder.Folder"/> <enumeration value="canRemoveFromFolder.Object"/> <enumeration value="canRemoveFromFolder.Folder"/> <enumeration value="canCheckout.Document"/> <enumeration value="canCancelCheckout.Document"/> <enumeration value="canCheckin.Document"/> <enumeration value="canGetAllVersions.VersionSeries"/> <enumeration value="canGetObjectRelationships.Object"/> <enumeration value="canAddPolicy.Object"/> <enumeration value="canAddPolicy.Policy"/> <enumeration value="canRemovePolicy.Object"/> <enumeration value="canRemovePolicy.Policy"/> <enumeration value="canGetAppliedPolicies.Object"/> <enumeration value="canGetACL.Object"/> <enumeration value="canApplyACL.Object"/> </restriction> </simpleType>
Method Summary | |
---|---|
static EnumAllowableActionsKey |
fromValue(String v)
|
String |
value()
|
static EnumAllowableActionsKey |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumAllowableActionsKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final EnumAllowableActionsKey CAN_GET_DESCENDENTS_FOLDER
public static final EnumAllowableActionsKey CAN_GET_CHILDREN_FOLDER
public static final EnumAllowableActionsKey CAN_GET_PARENTS_FOLDER
public static final EnumAllowableActionsKey CAN_GET_FOLDER_PARENT_OBJECT
public static final EnumAllowableActionsKey CAN_CREATE_DOCUMENT_FOLDER
public static final EnumAllowableActionsKey CAN_CREATE_FOLDER_FOLDER
public static final EnumAllowableActionsKey CAN_CREATE_RELATIONSHIP_SOURCE
public static final EnumAllowableActionsKey CAN_CREATE_RELATIONSHIP_TARGET
public static final EnumAllowableActionsKey CAN_GET_PROPERTIES_OBJECT
public static final EnumAllowableActionsKey CAN_VIEW_CONTENT_OBJECT
public static final EnumAllowableActionsKey CAN_UPDATE_PROPERTIES_OBJECT
public static final EnumAllowableActionsKey CAN_MOVE_OBJECT
public static final EnumAllowableActionsKey CAN_MOVE_TARGET
public static final EnumAllowableActionsKey CAN_MOVE_SOURCE
public static final EnumAllowableActionsKey CAN_DELETE_OBJECT
public static final EnumAllowableActionsKey CAN_DELETE_TREE_FOLDER
public static final EnumAllowableActionsKey CAN_SET_CONTENT_DOCUMENT
public static final EnumAllowableActionsKey CAN_DELETE_CONTENT_DOCUMENT
public static final EnumAllowableActionsKey CAN_ADD_TO_FOLDER_OBJECT
public static final EnumAllowableActionsKey CAN_ADD_TO_FOLDER_FOLDER
public static final EnumAllowableActionsKey CAN_REMOVE_FROM_FOLDER_OBJECT
public static final EnumAllowableActionsKey CAN_REMOVE_FROM_FOLDER_FOLDER
public static final EnumAllowableActionsKey CAN_CHECKOUT_DOCUMENT
public static final EnumAllowableActionsKey CAN_CANCEL_CHECKOUT_DOCUMENT
public static final EnumAllowableActionsKey CAN_CHECKIN_DOCUMENT
public static final EnumAllowableActionsKey CAN_GET_ALL_VERSIONS_VERSION_SERIES
public static final EnumAllowableActionsKey CAN_GET_OBJECT_RELATIONSHIPS_OBJECT
public static final EnumAllowableActionsKey CAN_ADD_POLICY_OBJECT
public static final EnumAllowableActionsKey CAN_ADD_POLICY_POLICY
public static final EnumAllowableActionsKey CAN_REMOVE_POLICY_OBJECT
public static final EnumAllowableActionsKey CAN_REMOVE_POLICY_POLICY
public static final EnumAllowableActionsKey CAN_GET_APPLIED_POLICIES_OBJECT
public static final EnumAllowableActionsKey CAN_GET_ACL_OBJECT
public static final EnumAllowableActionsKey CAN_APPLY_ACL_OBJECT
Method Detail |
---|
public static EnumAllowableActionsKey[] values()
for (EnumAllowableActionsKey c : EnumAllowableActionsKey.values()) System.out.println(c);
public static EnumAllowableActionsKey valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static EnumAllowableActionsKey fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |