Package com.veeva.vault.sdk.api.action
Enum Class Usage
- All Implemented Interfaces:
Serializable
,Comparable<Usage>
,Constable
Where in Vault the action is available for configuration and execution.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe action supports use as an entry action and event action.The action is available everywhere actions are supported with the exception of bulk actions.The action supports use as a user action.The action supports use as a bulk action.The action supports use as a workflow cancellation action.The action supports use in an object workflow system step. -
Method Summary
-
Enum Constant Details
-
USER_ACTION
The action supports use as a user action. -
LIFECYCLE_ENTRY_ACTION
The action supports use as an entry action and event action. -
WORKFLOW_STEP
The action supports use in an object workflow system step. -
WORKFLOW_CANCEL
The action supports use as a workflow cancellation action. -
UNSPECIFIED
The action is available everywhere actions are supported with the exception of bulk actions. -
USER_BULK_ACTION
The action supports use as a bulk action. Can only be used with record actions. Actions annotated with this enum cannot be annotated as any other type of action.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-