public static enum CmisSender.CmisAction extends Enum<CmisSender.CmisAction>
Enum Constant and Description |
---|
CREATE
Create a document
|
DELETE
Delete a document
|
DYNAMIC
Determine action based on the incoming CmisEvent
|
FETCH
Get the (meta)data of a folder or document
|
FIND
Perform a query that returns properties
|
GET
Get the content of a document (and optional the properties)
|
UPDATE
Update the properties of an existing document
|
Modifier and Type | Method and Description |
---|---|
static CmisSender.CmisAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmisSender.CmisAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmisSender.CmisAction CREATE
public static final CmisSender.CmisAction DELETE
public static final CmisSender.CmisAction GET
public static final CmisSender.CmisAction FIND
public static final CmisSender.CmisAction UPDATE
public static final CmisSender.CmisAction FETCH
public static final CmisSender.CmisAction DYNAMIC
public static CmisSender.CmisAction[] values()
for (CmisSender.CmisAction c : CmisSender.CmisAction.values()) System.out.println(c);
public static CmisSender.CmisAction 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 nullCopyright © 2023 Frank!Framework. All rights reserved.