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 OnRaisableMissingOnRaisableMissing. createNewOnRaisableMissing(Function<String,BpmnRaisableData> computeDisplayName)When a raisable is missing, create a new raisable with the given display name.static OnRaisableMissingOnRaisableMissing. returnNullOnRaisableMissing()When a raisable is missing, return null instead of creating a new raisable.static OnRaisableMissingOnRaisableMissing. 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.ErrorIBpmnElementStore. error(String code, OnRaisableMissing onMissing)Gets the global BPMNErrorwith the given error code.de.xima.bpmn_model.api.element.bpmn.events.ErrorEventDefinitionIBpmnElementStore. errorEventDefinition(String code, OnRaisableMissing onMissing)The globalEventDefinitioncorresponding to theIBpmnElementStore.error(String, OnRaisableMissing).BpmnRaisableErrorIBpmnElementStore. errorRaisable(String code, OnRaisableMissing onMissing)Gets the globalBpmnRaisableSignalwith the given error code.de.xima.bpmn_model.api.element.bpmn.common.EscalationIBpmnElementStore. escalation(String code, OnRaisableMissing onMissing)Gets the global BPMNEscalationwith the given escalation code.de.xima.bpmn_model.api.element.bpmn.events.EscalationEventDefinitionIBpmnElementStore. escalationEventDefinition(String code, OnRaisableMissing onMissing)The globalEventDefinitioncorresponding to theIBpmnElementStore.escalation(String, OnRaisableMissing).BpmnRaisableEscalationIBpmnElementStore. escalationRaisable(String code, OnRaisableMissing onMissing)Gets the globalBpmnRaisableEscalationwith the given escalation code.de.xima.bpmn_model.api.element.bpmn.events.SignalIBpmnElementStore. signal(String signalName, OnRaisableMissing onMissing)Gets the global BPMNSignalwith the given ID.de.xima.bpmn_model.api.element.bpmn.events.SignalEventDefinitionIBpmnElementStore. signalEventDefinition(String signalName, OnRaisableMissing onMissing)The globalEventDefinitioncorresponding to theIBpmnElementStore.signal(String, OnRaisableMissing).BpmnRaisableSignalIBpmnElementStore. signalRaisable(String signalName, OnRaisableMissing onMissing)Gets the globalBpmnRaisableSignalwith the given ID.
-