Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableEscalation
-
Packages that use BpmnRaisableEscalation Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of BpmnRaisableEscalation in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableEscalation Modifier and Type Method Description intBpmnRaisableEscalation. compareTo(BpmnRaisableEscalation o) -
Uses of BpmnRaisableEscalation in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return BpmnRaisableEscalation Modifier and Type Method Description BpmnRaisableEscalationIBpmnElementStore. 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.BpmnRaisableEscalationIBpmnElementStore. 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.BpmnRaisableEscalationIBpmnElementStore. escalationRaisable(String code, OnRaisableMissing onMissing)Gets the globalBpmnRaisableEscalationwith the given escalation code.BpmnRaisableEscalationIBpmnElementStore. 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 BpmnRaisableEscalation Modifier and Type Method Description Map<String,BpmnRaisableEscalation>IStructuredBpmnModelPart. 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 BpmnRaisableEscalation Modifier and Type Method Description SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalation(BpmnRaisableEscalation escalation)Adds theescalation codeof an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations().SelfIEventContainingStructuredBpmnModelPartBuilder. 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 BpmnRaisableEscalation Modifier and Type Method Description SelfIEventContainingStructuredBpmnModelPartBuilder. raisableEscalations(Iterable<BpmnRaisableEscalation> escalations)Sets theescalationsthat can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals().
-