|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EnumArguments>
org.xcmis.client.gwt.model.restatom.EnumArguments
public enum EnumArguments
| Enum Constant Summary | |
|---|---|
CHECKIN
Checkin. |
|
CHECKIN_COMMENT
Checkin comment. |
|
CHILD_TYPES
Child types. |
|
CONTINUE_ON_FAILURE
Continue on failure. |
|
DEPTH
Depth. |
|
DIRECTION
Direction. |
|
FILTER
Filter. |
|
FOLDER_ID
Folder id. |
|
INCLUDE_ACL
Include ACL. |
|
INCLUDE_ALLOWABLE_ACTIONS
Include allowable actions. |
|
INCLUDE_PATH_SEGMENT
Include path segment. |
|
INCLUDE_POLICY_IDS
Include policy ids. |
|
INCLUDE_PROPERTIES
Include properties. |
|
INCLUDE_PROPERTY_DEFINITIONS
Include property definitions. |
|
INCLUDE_RELATIONSHIPS
Include relationships. |
|
INCLUDE_RELATIVE_PATH_SEGMENT
Include relative path segment. |
|
INCLUDE_SUB_RELATIONSHIP_TYPES
Include sub relationship types. |
|
LENGTH
Length. |
|
MAJOR
Major. |
|
MAX_ITEMS
Max items. |
|
OVERWRITE_FLAG
Overwrite flag. |
|
RELATIONSHIP_DIRECTION
Relationship direction. |
|
RELATIONSHIP_TYPE
Relationship type. |
|
REMOVE_FROM
Remove from. |
|
RENDITION_FILTER
Rendition filter. |
|
REPOSITORY_ID
Repository id. |
|
RETURN_VERSION
Return version. |
|
SKIP_COUNT
Skip count. |
|
SOURCE_FOLDER_ID
Source folder id. |
|
THIS_VERSION
This version. |
|
TYPE_ID
Type id. |
|
TYPES
Types. |
|
UNFILE_OBJECTS
Unfile objects. |
|
VERSIONING_SSTATE
Versioning sstate. |
|
| Method Summary | |
|---|---|
static EnumArguments |
fromValue(String v)
|
String |
value()
|
static EnumArguments |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumArguments[] |
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 EnumArguments CHILD_TYPES
public static final EnumArguments CONTINUE_ON_FAILURE
public static final EnumArguments CHECKIN
public static final EnumArguments CHECKIN_COMMENT
public static final EnumArguments DEPTH
public static final EnumArguments DIRECTION
public static final EnumArguments FILTER
public static final EnumArguments FOLDER_ID
public static final EnumArguments INCLUDE_ACL
public static final EnumArguments INCLUDE_ALLOWABLE_ACTIONS
public static final EnumArguments INCLUDE_PROPERTIES
public static final EnumArguments INCLUDE_PATH_SEGMENT
public static final EnumArguments INCLUDE_RELATIVE_PATH_SEGMENT
public static final EnumArguments INCLUDE_PROPERTY_DEFINITIONS
public static final EnumArguments INCLUDE_POLICY_IDS
public static final EnumArguments INCLUDE_RELATIONSHIPS
public static final EnumArguments INCLUDE_SUB_RELATIONSHIP_TYPES
public static final EnumArguments LENGTH
public static final EnumArguments MAJOR
public static final EnumArguments MAX_ITEMS
public static final EnumArguments OVERWRITE_FLAG
public static final EnumArguments RELATIONSHIP_DIRECTION
public static final EnumArguments RELATIONSHIP_TYPE
public static final EnumArguments RENDITION_FILTER
public static final EnumArguments REMOVE_FROM
public static final EnumArguments REPOSITORY_ID
public static final EnumArguments RETURN_VERSION
public static final EnumArguments SKIP_COUNT
public static final EnumArguments SOURCE_FOLDER_ID
public static final EnumArguments THIS_VERSION
public static final EnumArguments TYPE_ID
public static final EnumArguments TYPES
public static final EnumArguments UNFILE_OBJECTS
public static final EnumArguments VERSIONING_SSTATE
| Method Detail |
|---|
public static EnumArguments[] values()
for (EnumArguments c : EnumArguments.values()) System.out.println(c);
public static EnumArguments 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 EnumArguments fromValue(String v)
v - value
EnumArguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||