Uses of Class
org.flowable.common.engine.api.delegate.BusinessError
Packages that use BusinessError
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of BusinessError in org.flowable.cmmn.engine.configurator.impl.process
Methods in org.flowable.cmmn.engine.configurator.impl.process with parameters of type BusinessErrorModifier and TypeMethodDescriptionvoidDefaultProcessInstanceService.handleCaseTaskError(String executionId, BusinessError error) -
Uses of BusinessError in org.flowable.cmmn.engine.delegate
Subclasses of BusinessError in org.flowable.cmmn.engine.delegateModifier and TypeClassDescriptionclassSpecial exception that can be used to throw a CMMN Fault fromPlanItemJavaDelegates, expressions, and scripts. -
Uses of BusinessError in org.flowable.cmmn.engine.impl.agenda
Methods in org.flowable.cmmn.engine.impl.agenda with parameters of type BusinessErrorModifier and TypeMethodDescriptionvoidCmmnEngineAgenda.planFailPlanItemInstanceOperation(PlanItemInstanceEntity planItemInstanceEntity, BusinessError businessError) voidDefaultCmmnEngineAgenda.planFailPlanItemInstanceOperation(PlanItemInstanceEntity planItemInstanceEntity, BusinessError businessError) -
Uses of BusinessError in org.flowable.cmmn.engine.impl.agenda.operation
Fields in org.flowable.cmmn.engine.impl.agenda.operation declared as BusinessErrorModifier and TypeFieldDescriptionprotected BusinessErrorFailPlanItemInstanceOperation.businessErrorConstructors in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type BusinessErrorModifierConstructorDescriptionFailPlanItemInstanceOperation(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, BusinessError businessError) -
Uses of BusinessError in org.flowable.cmmn.engine.impl.callback
Methods in org.flowable.cmmn.engine.impl.callback with parameters of type BusinessErrorModifier and TypeMethodDescriptionvoidChildBpmnCaseInstanceStateChangeCallback.onError(CallbackData callbackData, BusinessError error) voidChildProcessInstanceStateChangeCallback.onError(CallbackData callbackData, BusinessError error) -
Uses of BusinessError in org.flowable.cmmn.engine.impl.criteria
Fields in org.flowable.cmmn.engine.impl.criteria declared as BusinessErrorMethods in org.flowable.cmmn.engine.impl.criteria that return BusinessErrorMethods in org.flowable.cmmn.engine.impl.criteria with parameters of type BusinessErrorModifier and TypeMethodDescriptionvoidPlanItemLifeCycleEvent.setBusinessError(BusinessError businessError) -
Uses of BusinessError in org.flowable.cmmn.engine.impl.process
Methods in org.flowable.cmmn.engine.impl.process with parameters of type BusinessErrorModifier and TypeMethodDescriptionvoidProcessInstanceService.handleCaseTaskError(String executionId, BusinessError error) Propagates an uncaught business error from a child case instance to the parent BPMN execution. -
Uses of BusinessError in org.flowable.cmmn.engine.impl.util
Fields in org.flowable.cmmn.engine.impl.util declared as BusinessErrorMethods in org.flowable.cmmn.engine.impl.util that return BusinessErrorMethods in org.flowable.cmmn.engine.impl.util with parameters of type BusinessErrorModifier and TypeMethodDescriptionstatic voidFaultPropagation.propagateFault(BusinessError fault, CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) Constructors in org.flowable.cmmn.engine.impl.util with parameters of type BusinessErrorModifierConstructorDescriptionCmmnFaultVariableContainer(BusinessError error, VariableContainer delegateContainer) -
Uses of BusinessError in org.flowable.common.engine.impl.callback
Methods in org.flowable.common.engine.impl.callback with parameters of type BusinessErrorModifier and TypeMethodDescriptiondefault voidRuntimeInstanceStateChangeCallback.onError(CallbackData callbackData, BusinessError error) Called when an uncaughtBusinessErroroccurs in a child instance that has a callback to a parent instance in another engine. -
Uses of BusinessError in org.flowable.engine.delegate
Subclasses of BusinessError in org.flowable.engine.delegateModifier and TypeClassDescriptionclassSpecial exception that can be used to throw a BPMN Error fromJavaDelegates and expressions. -
Uses of BusinessError in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type BusinessErrorModifier and TypeMethodDescriptionstatic voidErrorPropagation.propagateError(BusinessError error, DelegateExecution execution) Constructors in org.flowable.engine.impl.bpmn.helper with parameters of type BusinessErrorModifierConstructorDescriptionprotectedBpmnErrorVariableContainer(BusinessError error, String tenantId) -
Uses of BusinessError in org.flowable.engine.impl.cmd
Fields in org.flowable.engine.impl.cmd declared as BusinessErrorConstructors in org.flowable.engine.impl.cmd with parameters of type BusinessError