Enum ProcessInstanceIntent
- All Implemented Interfaces:
Intent,ProcessInstanceRelatedIntent,Serializable,Comparable<ProcessInstanceIntent>,java.lang.constant.Constable
public enum ProcessInstanceIntent
extends Enum<ProcessInstanceIntent>
implements ProcessInstanceRelatedIntent
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface io.camunda.zeebe.protocol.record.intent.Intent
Intent.UnknownIntent -
Enum Constant Summary
Enum Constants -
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.intent.Intent
INTENT_CLASSES, NULL_VAL, UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionstatic Intentfrom(short value) shortstatic booleanstatic booleanbooleanisEvent()static booleanbooleanshortvalue()static ProcessInstanceIntentReturns the enum constant of this type with the specified name.static ProcessInstanceIntent[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CANCEL
-
SEQUENCE_FLOW_TAKEN
-
ELEMENT_ACTIVATING
-
ELEMENT_ACTIVATED
-
ELEMENT_COMPLETING
-
ELEMENT_COMPLETED
-
ELEMENT_TERMINATING
-
ELEMENT_TERMINATED
-
ACTIVATE_ELEMENT
-
COMPLETE_ELEMENT
-
TERMINATE_ELEMENT
-
ELEMENT_MIGRATED
-
COMPLETE_EXECUTION_LISTENER
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getIntent
public short getIntent() -
from
-
value
public short value() -
isEvent
public boolean isEvent() -
shouldBanInstanceOnError
public boolean shouldBanInstanceOnError()- Specified by:
shouldBanInstanceOnErrorin interfaceProcessInstanceRelatedIntent
-
isProcessInstanceCommand
-
isBpmnElementCommand
-
isBpmnElementEvent
-