Uses of Class
de.xima.fc.common.workflow.bpmn.OnRaisableMissing
Packages that use OnRaisableMissing
-
Uses of OnRaisableMissing in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return OnRaisableMissingModifier and TypeMethodDescriptionstatic 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. error code, escalation code, or signal name) as the display name. -
Uses of OnRaisableMissing in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type OnRaisableMissingModifier and TypeMethodDescriptionde.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).IBpmnElementStore.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).IBpmnElementStore.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).IBpmnElementStore.signalRaisable(String signalName, OnRaisableMissing onMissing) Gets the globalBpmnRaisableSignalwith the given ID.