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 BpmnRaisableDataBpmnRaisable. data()Gets the additional data of the raisable.abstract BpmnRaisableDataOnRaisableMissing. supplyRaisableData(String identifier)Supplies thedatafor 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 OnRaisableMissingOnRaisableMissing. 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 givenErrorand 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 givenEscalationand 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 givenSignaland 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 SelfIEventContainingStructuredBpmnModelPartBuilder. 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().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableError(String errorCode, BpmnRaisableData data)Adds theerror codeof an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors().SelfIEventContainingStructuredBpmnModelPartBuilder. 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().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalation(String escalationCode, BpmnRaisableData data)Adds theescalation codeof an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations().SelfIEventContainingStructuredBpmnModelPartBuilder. 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().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableSignal(String signalName, BpmnRaisableData data)Adds thesignal nameof a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals().
-