Uses of Enum
io.camunda.zeebe.protocol.record.intent.ProcessInstanceIntent
Packages that use ProcessInstanceIntent
-
Uses of ProcessInstanceIntent in io.camunda.zeebe.protocol.record.intent
Methods in io.camunda.zeebe.protocol.record.intent that return ProcessInstanceIntentModifier and TypeMethodDescriptionstatic ProcessInstanceIntentReturns 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.camunda.zeebe.protocol.record.intent with parameters of type ProcessInstanceIntentModifier and TypeMethodDescriptionstatic booleanProcessInstanceIntent.isBpmnElementCommand(ProcessInstanceIntent intent) static booleanProcessInstanceIntent.isBpmnElementEvent(ProcessInstanceIntent intent) static booleanProcessInstanceIntent.isProcessInstanceCommand(ProcessInstanceIntent intent)