Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableSignal
Packages that use BpmnRaisableSignal
-
Uses of BpmnRaisableSignal in de.xima.fc.common.workflow.bpmn
Classes in de.xima.fc.common.workflow.bpmn that implement interfaces with type arguments of type BpmnRaisableSignalModifier and TypeClassDescriptionfinal classMethods in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableSignal -
Uses of BpmnRaisableSignal in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return BpmnRaisableSignalModifier and TypeMethodDescriptionIBpmnElementStore.signalRaisable(String signalName, OnRaisableMissing onMissing) Gets the globalBpmnRaisableSignalwith the given ID.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type BpmnRaisableSignalModifier and TypeMethodDescriptionIStructuredBpmnModelPart.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 BpmnRaisableSignalModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.addRaisableSignal(BpmnRaisableSignal signal) Adds thesignal nameof a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals().IEventContainingStructuredBpmnModelPartBuilder.removeRaisableSignal(BpmnRaisableSignal signal) Remove thenameof 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 BpmnRaisableSignalModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.raisableSignals(Iterable<BpmnRaisableSignal> signals) Sets thesignalsthat can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals().