Uses of Class
io.zeebe.engine.processing.common.ExpressionProcessor
-
-
Uses of ExpressionProcessor in io.zeebe.engine.processing
Methods in io.zeebe.engine.processing with parameters of type ExpressionProcessor Modifier and Type Method Description static TypedRecordProcessor<WorkflowInstanceRecord>WorkflowEventProcessors. addWorkflowProcessors(ZeebeState zeebeState, ExpressionProcessor expressionProcessor, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, CatchEventBehavior catchEventBehavior, DueDateTimerChecker timerChecker) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.bpmn
Constructors in io.zeebe.engine.processing.bpmn with parameters of type ExpressionProcessor Constructor Description BpmnStreamProcessor(ExpressionProcessor expressionProcessor, CatchEventBehavior catchEventBehavior, ZeebeState zeebeState) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior that return ExpressionProcessor Modifier and Type Method Description ExpressionProcessorBpmnBehaviors. expressionBehavior()ExpressionProcessorBpmnBehaviorsImpl. expressionBehavior()Constructors in io.zeebe.engine.processing.bpmn.behavior with parameters of type ExpressionProcessor Constructor Description BpmnBehaviorsImpl(ExpressionProcessor expressionBehavior, TypedStreamWriter streamWriter, TypedResponseWriter responseWriter, SideEffects sideEffects, ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, Function<BpmnElementType,BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookup)BpmnVariableMappingBehavior(ExpressionProcessor expressionProcessor, ZeebeState zeebeState) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.common
Constructors in io.zeebe.engine.processing.common with parameters of type ExpressionProcessor Constructor Description CatchEventBehavior(ZeebeState zeebeState, ExpressionProcessor expressionProcessor, SubscriptionCommandSender subscriptionCommandSender, int partitionsCount) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.deployment
Methods in io.zeebe.engine.processing.deployment with parameters of type ExpressionProcessor Modifier and Type Method Description static voidDeploymentEventProcessors. addTransformingDeploymentProcessor(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor)Constructors in io.zeebe.engine.processing.deployment with parameters of type ExpressionProcessor Constructor Description TransformingDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.deployment.model
Methods in io.zeebe.engine.processing.deployment.model with parameters of type ExpressionProcessor Modifier and Type Method Description static BpmnValidatorBpmnFactory. createValidator(ExpressionProcessor expressionProcessor) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.deployment.model.element
Methods in io.zeebe.engine.processing.deployment.model.element that return types with arguments of type ExpressionProcessor Modifier and Type Method Description BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>>ExecutableCatchEvent. getTimerFactory()BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>>ExecutableCatchEventElement. getTimerFactory()BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>>ExecutableReceiveTask. getTimerFactory()Method parameters in io.zeebe.engine.processing.deployment.model.element with type arguments of type ExpressionProcessor Modifier and Type Method Description voidExecutableCatchEventElement. setTimerFactory(BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>> timerFactory) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.deployment.model.validation
Methods in io.zeebe.engine.processing.deployment.model.validation with parameters of type ExpressionProcessor Modifier and Type Method Description static Collection<org.camunda.bpm.model.xml.validation.ModelElementValidator<?>>ZeebeRuntimeValidators. getValidators(io.zeebe.el.ExpressionLanguage expressionLanguage, ExpressionProcessor expressionProcessor)Constructors in io.zeebe.engine.processing.deployment.model.validation with parameters of type ExpressionProcessor Constructor Description TimerCatchEventExpressionValidator(io.zeebe.el.ExpressionLanguage expressionLanguage, ExpressionProcessor expressionProcessor) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.deployment.transform
Constructors in io.zeebe.engine.processing.deployment.transform with parameters of type ExpressionProcessor Constructor Description BpmnValidator(io.zeebe.el.ExpressionLanguage expressionLanguage, ExpressionProcessor expressionProcessor)DeploymentTransformer(ZeebeState zeebeState, ExpressionProcessor expressionProcessor) -
Uses of ExpressionProcessor in io.zeebe.engine.processing.timer
Constructors in io.zeebe.engine.processing.timer with parameters of type ExpressionProcessor Constructor Description TriggerTimerProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor)
-