Uses of Interface
io.camunda.zeebe.engine.state.immutable.VariableState
Packages that use VariableState
Package
Description
-
Uses of VariableState in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type VariableStateModifierConstructorDescriptionBpmnJobActivationBehavior(JobStreamer jobStreamer, VariableState variableState, Writers writers, KeyGenerator keyGenerator, JobMetrics jobMetrics) BpmnSignalBehavior(KeyGenerator keyGenerator, VariableState variableState, Writers writers, ExpressionProcessor expressionBehavior) -
Uses of VariableState in io.camunda.zeebe.engine.processing.job
Constructors in io.camunda.zeebe.engine.processing.job with parameters of type VariableState -
Uses of VariableState in io.camunda.zeebe.engine.processing.variable
Methods in io.camunda.zeebe.engine.processing.variable that return VariableStateModifier and TypeMethodDescriptionVariableStateEvaluationContextLookup.variableState()Returns the value of thevariableStaterecord component.Constructors in io.camunda.zeebe.engine.processing.variable with parameters of type VariableStateModifierConstructorDescriptionVariableBehavior(VariableState variableState, StateWriter stateWriter, KeyGenerator keyGenerator) VariableStateEvaluationContextLookup(VariableState variableState) Creates an instance of aVariableStateEvaluationContextLookuprecord class. -
Uses of VariableState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return VariableState -
Uses of VariableState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of VariableState in io.camunda.zeebe.engine.state.mutable -
Uses of VariableState in io.camunda.zeebe.engine.state.variable
Classes in io.camunda.zeebe.engine.state.variable that implement VariableState