Uses of Interface
io.zeebe.protocol.record.intent.Intent
-
Packages that use Intent Package Description io.zeebe.protocol.record Zeebe Protocolio.zeebe.protocol.record.intent -
-
Uses of Intent in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return Intent Modifier and Type Method Description IntentRecord. getIntent() -
Uses of Intent in io.zeebe.protocol.record.intent
Subinterfaces of Intent in io.zeebe.protocol.record.intent Modifier and Type Interface Description interfaceProcessInstanceRelatedIntentClasses in io.zeebe.protocol.record.intent that implement Intent Modifier and Type Class Description classDeploymentDistributionIntentclassDeploymentIntentclassErrorIntentclassIncidentIntentclassJobBatchIntentclassJobIntentclassMessageIntentclassMessageStartEventSubscriptionIntentclassMessageSubscriptionIntentclassProcessEventIntentclassProcessInstanceCreationIntentclassProcessInstanceIntentclassProcessInstanceResultIntentclassProcessIntentclassProcessMessageSubscriptionIntentclassTimerIntentclassVariableDocumentIntentclassVariableIntentFields in io.zeebe.protocol.record.intent declared as Intent Modifier and Type Field Description static IntentIntent. UNKNOWNFields in io.zeebe.protocol.record.intent with type parameters of type Intent Modifier and Type Field Description static Collection<Class<? extends Intent>>Intent. INTENT_CLASSESMethods in io.zeebe.protocol.record.intent that return Intent Modifier and Type Method Description static IntentDeploymentDistributionIntent. from(short value)static IntentDeploymentIntent. from(short value)static IntentErrorIntent. from(short value)static IntentIncidentIntent. from(short value)static IntentJobBatchIntent. from(short value)static IntentJobIntent. from(short value)static IntentMessageIntent. from(short value)static IntentMessageStartEventSubscriptionIntent. from(short value)static IntentMessageSubscriptionIntent. from(short value)static IntentProcessEventIntent. from(short value)static IntentProcessInstanceCreationIntent. from(short value)static IntentProcessInstanceIntent. from(short value)static IntentProcessInstanceResultIntent. from(short value)static IntentProcessIntent. from(short value)static IntentProcessMessageSubscriptionIntent. from(short value)static IntentTimerIntent. from(short value)static IntentVariableDocumentIntent. from(short value)static IntentVariableIntent. from(short value)static IntentIntent. fromProtocolValue(ValueType valueType, short intent)static IntentIntent. fromProtocolValue(ValueType valueType, String intent)
-