Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableData
-
Packages that use BpmnRaisableData Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of BpmnRaisableData in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return BpmnRaisableData Modifier and Type Method Description BpmnRaisableData
BpmnRaisable. data()
Gets the additional data of the raisable.abstract BpmnRaisableData
OnRaisableMissing. supplyRaisableData(String identifier)
Supplies thedata
for the new raisable that should be created.Method parameters in de.xima.fc.common.workflow.bpmn with type arguments of type BpmnRaisableData 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.Constructors in de.xima.fc.common.workflow.bpmn with parameters of type BpmnRaisableData Constructor Description BpmnRaisable(BpmnRaisableData data, String identifier)
BpmnRaisableError(de.xima.bpmn_model.api.element.bpmn.common.Error error, BpmnRaisableData data)
Creates a new raisable error from the givenError
and data.BpmnRaisableError(String errorCode, BpmnRaisableData data)
Creates a new raisable error with the given error code and data.BpmnRaisableEscalation(de.xima.bpmn_model.api.element.bpmn.common.Escalation escalation, BpmnRaisableData data)
Creates a new raisable escalation from the givenEscalation
and data.BpmnRaisableEscalation(String escalationCode, BpmnRaisableData data)
Creates a new raisable escalation with the given escalation code and data.BpmnRaisableSignal(de.xima.bpmn_model.api.element.bpmn.events.Signal signal, BpmnRaisableData data)
Creates a new raisable signal from the givenSignal
and data.BpmnRaisableSignal(String signalName, BpmnRaisableData data)
Creates a new raisable signal with the given signal name and data. -
Uses of BpmnRaisableData in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type BpmnRaisableData Modifier and Type Method Description Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableError(de.xima.bpmn_model.api.element.bpmn.common.Error error, BpmnRaisableData data)
Adds an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableError(String errorCode, BpmnRaisableData data)
Adds theerror code
of an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalation(de.xima.bpmn_model.api.element.bpmn.common.Escalation escalation, BpmnRaisableData data)
Adds an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalation(String escalationCode, BpmnRaisableData data)
Adds theescalation code
of an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableSignal(de.xima.bpmn_model.api.element.bpmn.events.Signal signal, BpmnRaisableData data)
Adds a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableSignal(String signalName, BpmnRaisableData data)
Adds thesignal name
of a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals()
.
-