Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableEscalation
Packages that use BpmnRaisableEscalation
-
Uses of BpmnRaisableEscalation in de.xima.fc.common.workflow.bpmn
Classes in de.xima.fc.common.workflow.bpmn that implement interfaces with type arguments of type BpmnRaisableEscalationModifier and TypeClassDescriptionfinal classMethods in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableEscalation -
Uses of BpmnRaisableEscalation in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return BpmnRaisableEscalationModifier and TypeMethodDescriptionIBpmnElementStore.breakEscalationRaisable(WorkflowNode target) ABpmnRaisableEscalationthat can be thrown by BPMN parts corresponding to aWorkflowNodewhose execution can end abruptly with aNodeTransferredControlExceptionthat have atargetand where thecontrol transfer typeisBREAK.IBpmnElementStore.continueEscalationRaisable(WorkflowNode target) ABpmnRaisableEscalationthat can be thrown by BPMN parts corresponding to aWorkflowNodewhose execution can end abruptly with aNodeTransferredControlExceptionthat have atargetand where thecontrol transfer typeisCONTINUE.IBpmnElementStore.escalationRaisable(String code, OnRaisableMissing onMissing) Gets the globalBpmnRaisableEscalationwith the given escalation code.IBpmnElementStore.terminationEscalationRaisable()ABpmnRaisableEscalationthat can be thrown by BPMN parts corresponding to aWorkflowNodewhose execution can end abruptly with aNodeReturnedException.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type BpmnRaisableEscalationModifier and TypeMethodDescriptionIStructuredBpmnModelPart.raisableEscalations()Escalations 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 BpmnRaisableEscalationModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.addRaisableEscalation(BpmnRaisableEscalation escalation) Adds theescalation codeof an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations().IEventContainingStructuredBpmnModelPartBuilder.removeRaisableEscalation(BpmnRaisableEscalation escalation) Remove theescalation codeof an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations().Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type BpmnRaisableEscalationModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.raisableEscalations(Iterable<BpmnRaisableEscalation> escalations) Sets theescalationsthat can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals().