Uses of Interface
io.camunda.zeebe.engine.state.immutable.ProcessState
Packages that use ProcessState
Package
Description
-
Uses of ProcessState in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common with parameters of type ProcessStateModifier and TypeMethodDescriptionElementTreePathBuilder.withProcessState(ProcessState processState) Constructors in io.camunda.zeebe.engine.processing.common with parameters of type ProcessStateModifierConstructorDescriptionEventHandle(KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior) -
Uses of ProcessState in io.camunda.zeebe.engine.processing.deployment.transform
Constructors in io.camunda.zeebe.engine.processing.deployment.transform with parameters of type ProcessStateModifierConstructorDescriptionBpmnResourceTransformer(KeyGenerator keyGenerator, StateWriter stateWriter, Function<byte[], org.agrona.DirectBuffer> checksumGenerator, ProcessState processState, ExpressionProcessor expressionProcessor, boolean enableStraightThroughProcessingLoopDetector, EngineConfiguration config, InstantSource clock) -
Uses of ProcessState in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type ProcessStateModifierConstructorDescriptionMessageCorrelationCorrelateProcessor(Writers writers, KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState, ProcessState processState, BpmnBehaviors bpmnBehaviors, MessageStartEventSubscriptionState startEventSubscriptionState, MessageState messageState, MessageSubscriptionState messageSubscriptionState, SubscriptionCommandSender commandSender) MessagePublishProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior) -
Uses of ProcessState in io.camunda.zeebe.engine.processing.processinstance
Constructors in io.camunda.zeebe.engine.processing.processinstance with parameters of type ProcessStateModifierConstructorDescriptionProcessInstanceBatchActivateProcessor(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState, ProcessState processState) ProcessInstanceCreationCreateProcessor(ProcessState processState, KeyGenerator keyGenerator, Writers writers, BpmnBehaviors bpmnBehaviors, ProcessEngineMetrics metrics) ProcessInstanceModificationModifyProcessor(Writers writers, ElementInstanceState elementInstanceState, ProcessState processState, BpmnBehaviors bpmnBehaviors) -
Uses of ProcessState in io.camunda.zeebe.engine.state.analyzers
Constructors in io.camunda.zeebe.engine.state.analyzers with parameters of type ProcessStateModifierConstructorDescriptionCatchEventAnalyzer(ProcessState processState, ElementInstanceState elementInstanceState) -
Uses of ProcessState in io.camunda.zeebe.engine.state.appliers
Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type ProcessStateModifierConstructorDescriptionBufferedStartMessageEventStateApplier(ProcessState processState, MutableMessageState messageState) EventSubProcessInterruptionMarker(ProcessState processState, MutableElementInstanceState elementInstanceState) -
Uses of ProcessState in io.camunda.zeebe.engine.state.deployment
Classes in io.camunda.zeebe.engine.state.deployment that implement ProcessState -
Uses of ProcessState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return ProcessState -
Uses of ProcessState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of ProcessState in io.camunda.zeebe.engine.state.mutable