Uses of Interface
io.camunda.zeebe.protocol.record.intent.Intent
Packages that use Intent
Package
Description
Zeebe Protocol
-
Uses of Intent in io.camunda.zeebe.protocol.record
Classes in io.camunda.zeebe.protocol.record with type parameters of type IntentModifier and TypeClassDescriptionstatic final classValueTypeMapping.Mapping<T extends RecordValue,I extends Enum<I> & Intent> A mapping between value type, an abstract protocol type extendingRecordValue, and the equivalent intent.Methods in io.camunda.zeebe.protocol.record that return IntentMethods in io.camunda.zeebe.protocol.record with parameters of type IntentModifier and TypeMethodDescriptionfinal ImmutableRecord.Builder<T>ImmutableRecord.Builder.withIntent(Intent intent) Initializes the value for theintentattribute.final ImmutableRecord<T>ImmutableRecord.withIntent(Intent value) Copy the current immutable object by setting a value for theintentattribute. -
Uses of Intent in io.camunda.zeebe.protocol.record.intent
Subinterfaces of Intent in io.camunda.zeebe.protocol.record.intentClasses in io.camunda.zeebe.protocol.record.intent that implement IntentModifier and TypeClassDescriptionenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumFields in io.camunda.zeebe.protocol.record.intent declared as IntentFields in io.camunda.zeebe.protocol.record.intent with type parameters of type IntentModifier and TypeFieldDescriptionstatic final Collection<Class<? extends Intent>>Intent.INTENT_CLASSESMethods in io.camunda.zeebe.protocol.record.intent that return IntentModifier and TypeMethodDescriptionstatic IntentCommandDistributionIntent.from(short value) static IntentDecisionEvaluationIntent.from(short value) static IntentDecisionIntent.from(short value) static IntentDecisionRequirementsIntent.from(short value) static IntentDeploymentDistributionIntent.from(short value) static IntentDeploymentIntent.from(short value) static IntentErrorIntent.from(short value) static IntentEscalationIntent.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 IntentProcessInstanceBatchIntent.from(short value) static IntentProcessInstanceCreationIntent.from(short value) static IntentProcessInstanceIntent.from(short value) static IntentProcessInstanceModificationIntent.from(short value) static IntentProcessInstanceResultIntent.from(short value) static IntentProcessIntent.from(short value) static IntentProcessMessageSubscriptionIntent.from(short value) static IntentResourceDeletionIntent.from(short value) static IntentSignalIntent.from(short value) static IntentSignalSubscriptionIntent.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) -
Uses of Intent in io.camunda.zeebe.protocol.record.intent.management
Classes in io.camunda.zeebe.protocol.record.intent.management that implement IntentMethods in io.camunda.zeebe.protocol.record.intent.management that return Intent