Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableSignal
-
Packages that use BpmnRaisableSignal Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of BpmnRaisableSignal in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableSignal Modifier and Type Method Description int
BpmnRaisableSignal. compareTo(BpmnRaisableSignal o)
-
Uses of BpmnRaisableSignal in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return BpmnRaisableSignal Modifier and Type Method Description BpmnRaisableSignal
IBpmnElementStore. signalRaisable(String signalName, OnRaisableMissing onMissing)
Gets the globalBpmnRaisableSignal
with the given ID.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type BpmnRaisableSignal Modifier and Type Method Description Map<String,BpmnRaisableSignal>
IStructuredBpmnModelPart. raisableSignals()
Signals 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 BpmnRaisableSignal Modifier and Type Method Description Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableSignal(BpmnRaisableSignal signal)
Adds thesignal name
of a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals()
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableSignal(BpmnRaisableSignal signal)
Remove thename
of a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals()
.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type BpmnRaisableSignal Modifier and Type Method Description Self
IEventContainingStructuredBpmnModelPartBuilder. raisableSignals(Iterable<BpmnRaisableSignal> signals)
Sets thesignals
that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals()
.
-