Uses of Class
de.xima.fc.common.workflow.bpmn.OnRaisableMissing
-
Packages that use OnRaisableMissing Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of OnRaisableMissing in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return OnRaisableMissing Modifier and Type Method Description static OnRaisableMissing
OnRaisableMissing. createNewOnRaisableMissing(Function<String,BpmnRaisableData> computeDisplayName)
When a raisable is missing, create a new raisable with the given display name.static OnRaisableMissing
OnRaisableMissing. returnNullOnRaisableMissing()
When a raisable is missing, return null instead of creating a new raisable.static OnRaisableMissing
OnRaisableMissing. useIdentifierOnRaisableMissing()
When a raisable is missing, use the identifier of the raisable (e.g. -
Uses of OnRaisableMissing in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type OnRaisableMissing Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmn.common.Error
IBpmnElementStore. error(String code, OnRaisableMissing onMissing)
Gets the global BPMNError
with the given error code.de.xima.bpmn_model.api.element.bpmn.events.ErrorEventDefinition
IBpmnElementStore. errorEventDefinition(String code, OnRaisableMissing onMissing)
The globalEventDefinition
corresponding to theIBpmnElementStore.error(String, OnRaisableMissing)
.BpmnRaisableError
IBpmnElementStore. errorRaisable(String code, OnRaisableMissing onMissing)
Gets the globalBpmnRaisableSignal
with the given error code.de.xima.bpmn_model.api.element.bpmn.common.Escalation
IBpmnElementStore. escalation(String code, OnRaisableMissing onMissing)
Gets the global BPMNEscalation
with the given escalation code.de.xima.bpmn_model.api.element.bpmn.events.EscalationEventDefinition
IBpmnElementStore. escalationEventDefinition(String code, OnRaisableMissing onMissing)
The globalEventDefinition
corresponding to theIBpmnElementStore.escalation(String, OnRaisableMissing)
.BpmnRaisableEscalation
IBpmnElementStore. escalationRaisable(String code, OnRaisableMissing onMissing)
Gets the globalBpmnRaisableEscalation
with the given escalation code.de.xima.bpmn_model.api.element.bpmn.events.Signal
IBpmnElementStore. signal(String signalName, OnRaisableMissing onMissing)
Gets the global BPMNSignal
with the given ID.de.xima.bpmn_model.api.element.bpmn.events.SignalEventDefinition
IBpmnElementStore. signalEventDefinition(String signalName, OnRaisableMissing onMissing)
The globalEventDefinition
corresponding to theIBpmnElementStore.signal(String, OnRaisableMissing)
.BpmnRaisableSignal
IBpmnElementStore. signalRaisable(String signalName, OnRaisableMissing onMissing)
Gets the globalBpmnRaisableSignal
with the given ID.
-