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