public enum CamelCMISActions extends Enum<CamelCMISActions>
| Enum Constant and Description |
|---|
CANCEL_CHECK_OUT |
CHECK_IN |
CHECK_OUT |
COPY_DOCUMENT |
COPY_FOLDER |
CREATE |
CREATE_FOLDER_BY_PATH |
DELETE_DOCUMENT |
DELETE_FOLDER |
DOWNLOAD_DOCUMENT |
FIND_OBJECT_BY_ID |
FIND_OBJECT_BY_PATH |
GET_FOLDER |
LIST_FOLDER |
MOVE_DOCUMENT |
MOVE_FOLDER |
RENAME |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getMethodName() |
static CamelCMISActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CamelCMISActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CamelCMISActions CREATE
public static final CamelCMISActions DELETE_DOCUMENT
public static final CamelCMISActions DELETE_FOLDER
public static final CamelCMISActions MOVE_DOCUMENT
public static final CamelCMISActions MOVE_FOLDER
public static final CamelCMISActions COPY_DOCUMENT
public static final CamelCMISActions COPY_FOLDER
public static final CamelCMISActions RENAME
public static final CamelCMISActions CHECK_IN
public static final CamelCMISActions CHECK_OUT
public static final CamelCMISActions CANCEL_CHECK_OUT
public static final CamelCMISActions GET_FOLDER
public static final CamelCMISActions LIST_FOLDER
public static final CamelCMISActions FIND_OBJECT_BY_ID
public static final CamelCMISActions FIND_OBJECT_BY_PATH
public static final CamelCMISActions CREATE_FOLDER_BY_PATH
public static final CamelCMISActions DOWNLOAD_DOCUMENT
public static CamelCMISActions[] values()
for (CamelCMISActions c : CamelCMISActions.values()) System.out.println(c);
public static CamelCMISActions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract String getMethodName()
Apache Camel