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 intBpmnRaisableError. 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 BpmnRaisableErrorIBpmnElementStore. errorRaisable(String code, OnRaisableMissing onMissing)Gets the globalBpmnRaisableSignalwith the given error code.BpmnRaisableErrorIBpmnElementStore. generalErrorRaisable()ABpmnRaisableEscalationthat can be thrown by BPMN parts corresponding to aWorkflowNodewhose 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 SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableError(BpmnRaisableError error)Adds theerror codeof an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors().SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableError(BpmnRaisableError error)Remove theerror codeof 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 SelfIEventContainingStructuredBpmnModelPartBuilder. raisableErrors(Iterable<BpmnRaisableError> errors)Sets theerrorsthat can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors().
-