Uses of Class
io.zeebe.engine.processing.common.Failure
-
Packages that use Failure Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.processing.common io.zeebe.engine.processing.deployment.model.element io.zeebe.engine.processing.message -
-
Uses of Failure in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior that return types with arguments of type Failure Modifier and Type Method Description Either<Failure,Void>BpmnVariableMappingBehavior. applyInputMappings(BpmnElementContext context, ExecutableFlowNode element)Apply the input mappings for a BPMN element.Either<Failure,Void>BpmnVariableMappingBehavior. applyOutputMappings(BpmnElementContext context, ExecutableFlowNode element)Apply the output mappings for a BPMN element.<T extends ExecutableCatchEventSupplier>
Either<Failure,Void>BpmnEventSubscriptionBehavior. subscribeToEvents(T element, BpmnElementContext context)Methods in io.zeebe.engine.processing.bpmn.behavior with parameters of type Failure Modifier and Type Method Description voidBpmnIncidentBehavior. createIncident(Failure failure, BpmnElementContext context) -
Uses of Failure in io.zeebe.engine.processing.common
Methods in io.zeebe.engine.processing.common that return types with arguments of type Failure Modifier and Type Method Description Either<Failure,org.agrona.DirectBuffer>ExpressionProcessor. evaluateAnyExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result no matter the type.Either<Failure,List<org.agrona.DirectBuffer>>ExpressionProcessor. evaluateArrayExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result as a list.Either<Failure,Boolean>ExpressionProcessor. evaluateBooleanExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result as boolean.Either<Failure,ZonedDateTime>ExpressionProcessor. evaluateDateTimeExpression(io.zeebe.el.Expression expression, Long scopeKey)Evaluates the given expression and returns the result as ZonedDateTime.Either<Failure,Interval>ExpressionProcessor. evaluateIntervalExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result as an Interval.Either<Failure,Long>ExpressionProcessor. evaluateLongExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result as long.Either<Failure,String>ExpressionProcessor. evaluateStringExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result as string.Either<Failure,org.agrona.DirectBuffer>ExpressionProcessor. evaluateStringExpressionAsDirectBuffer(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression and returns the result as string wrapped inDirectBuffer.Either<Failure,org.agrona.DirectBuffer>ExpressionProcessor. evaluateVariableMappingExpression(io.zeebe.el.Expression expression, long scopeKey)Evaluates the given expression of a variable mapping and returns the result as buffer. -
Uses of Failure in io.zeebe.engine.processing.deployment.model.element
Methods in io.zeebe.engine.processing.deployment.model.element that return types with arguments of type Failure 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 Failure Modifier and Type Method Description voidExecutableCatchEventElement. setTimerFactory(BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>> timerFactory) -
Uses of Failure in io.zeebe.engine.processing.message
Methods in io.zeebe.engine.processing.message that return Failure Modifier and Type Method Description FailureMessageNameException. getFailure()Constructors in io.zeebe.engine.processing.message with parameters of type Failure Constructor Description MessageNameException(Failure failure, org.agrona.DirectBuffer failedEventId)
-