Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableError
Packages that use BpmnRaisableError
-
Uses of BpmnRaisableError in de.xima.fc.common.workflow.bpmn
Classes in de.xima.fc.common.workflow.bpmn that implement interfaces with type arguments of type BpmnRaisableErrorModifier and TypeClassDescriptionfinal classMethods in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableError -
Uses of BpmnRaisableError in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return BpmnRaisableErrorModifier and TypeMethodDescriptionIBpmnElementStore.errorRaisable(String code, OnRaisableMissing onMissing) Gets the globalBpmnRaisableSignalwith the given error code.IBpmnElementStore.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 BpmnRaisableErrorModifier and TypeMethodDescriptionIStructuredBpmnModelPart.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 BpmnRaisableErrorModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.addRaisableError(BpmnRaisableError error) Adds theerror codeof an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors().IEventContainingStructuredBpmnModelPartBuilder.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 BpmnRaisableErrorModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.raisableErrors(Iterable<BpmnRaisableError> errors) Sets theerrorsthat can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors().