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 int
BpmnRaisableEscalation. 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 BpmnRaisableEscalation
IBpmnElementStore. breakEscalationRaisable(WorkflowNode target)
ABpmnRaisableEscalation
that can be thrown by BPMN parts corresponding to aWorkflowNode
whose execution can end abruptly with aNodeTransferredControlException
that have atarget
and where thecontrol transfer type
isBREAK
.BpmnRaisableEscalation
IBpmnElementStore. continueEscalationRaisable(WorkflowNode target)
ABpmnRaisableEscalation
that can be thrown by BPMN parts corresponding to aWorkflowNode
whose execution can end abruptly with aNodeTransferredControlException
that have atarget
and where thecontrol transfer type
isCONTINUE
.BpmnRaisableEscalation
IBpmnElementStore. escalationRaisable(String code, OnRaisableMissing onMissing)
Gets the globalBpmnRaisableEscalation
with the given escalation code.BpmnRaisableEscalation
IBpmnElementStore. terminationEscalationRaisable()
ABpmnRaisableEscalation
that can be thrown by BPMN parts corresponding to aWorkflowNode
whose 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 Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalation(BpmnRaisableEscalation escalation)
Adds theescalation code
of an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations()
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableEscalation(BpmnRaisableEscalation escalation)
Remove theescalation code
of 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 Self
IEventContainingStructuredBpmnModelPartBuilder. raisableEscalations(Iterable<BpmnRaisableEscalation> escalations)
Sets theescalations
that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals()
.
-