Uses of Class
de.xima.fc.common.workflow.bpmn.BpmnRaisableData
Packages that use BpmnRaisableData
-
Uses of BpmnRaisableData in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return BpmnRaisableDataModifier and TypeMethodDescriptionfinal 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 BpmnRaisableDataModifier and TypeMethodDescriptionstatic 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 BpmnRaisableDataModifierConstructorDescriptionprotectedBpmnRaisable(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 BpmnRaisableDataModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.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().IEventContainingStructuredBpmnModelPartBuilder.addRaisableError(String errorCode, BpmnRaisableData data) Adds theerror codeof an error that can be raised by the part, seeIStructuredBpmnModelPart.raisableErrors().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().IEventContainingStructuredBpmnModelPartBuilder.addRaisableEscalation(String escalationCode, BpmnRaisableData data) Adds theescalation codeof an escalation that can be raised by the part, seeIStructuredBpmnModelPart.raisableEscalations().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().IEventContainingStructuredBpmnModelPartBuilder.addRaisableSignal(String signalName, BpmnRaisableData data) Adds thesignal nameof a signal that can be raised by the part, seeIStructuredBpmnModelPart.raisableSignals().