Uses of Class
io.zeebe.protocol.record.intent.ProcessInstanceIntent
-
Packages that use ProcessInstanceIntent Package Description io.zeebe.protocol.record.intent -
-
Uses of ProcessInstanceIntent in io.zeebe.protocol.record.intent
Methods in io.zeebe.protocol.record.intent that return ProcessInstanceIntent Modifier and Type Method Description static ProcessInstanceIntentProcessInstanceIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessInstanceIntent[]ProcessInstanceIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.protocol.record.intent with parameters of type ProcessInstanceIntent Modifier and Type Method Description static booleanProcessInstanceIntent. isBpmnElementCommand(ProcessInstanceIntent intent)static booleanProcessInstanceIntent. isBpmnElementEvent(ProcessInstanceIntent intent)static booleanProcessInstanceIntent. isProcessInstanceCommand(ProcessInstanceIntent intent)
-