Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableError
-
Packages that use BpmnRaisableError Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of BpmnRaisableError in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableError Modifier and Type Method Description int
BpmnRaisableError. compareTo(BpmnRaisableError o)
-
Uses of BpmnRaisableError in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return BpmnRaisableError Modifier and Type Method Description BpmnRaisableError
IBpmnElementStore. errorRaisable(String code, OnRaisableMissing onMissing)
Gets the globalBpmnRaisableSignal
with the given error code.BpmnRaisableError
IBpmnElementStore. generalErrorRaisable()
ABpmnRaisableEscalation
that can be thrown by BPMN parts corresponding to aWorkflowNode
whose execution can end abruptly with anNodeThrewException
.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type BpmnRaisableError Modifier and Type Method Description Map<String,BpmnRaisableError>
IStructuredBpmnModelPart. raisableErrors()
Errors that can potentially be thrown (but are not necessarily thrown) by this BPMN model part, usually via athrow event
.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type BpmnRaisableError Modifier and Type Method Description Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableError(BpmnRaisableError error)
Adds theerror code
of an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors()
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableError(BpmnRaisableError error)
Remove theerror code
of an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors()
.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type BpmnRaisableError Modifier and Type Method Description Self
IEventContainingStructuredBpmnModelPartBuilder. raisableErrors(Iterable<BpmnRaisableError> errors)
Sets theerrors
that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors()
.
-