Class BpmnRaisableEscalation

    • Constructor Detail

      • BpmnRaisableEscalation

        public BpmnRaisableEscalation​(String escalationCode,
                                      BpmnRaisableData data)
        Creates a new raisable escalation with the given escalation code and data.
        Parameters:
        escalationCode - The escalation code of the escalation.
        data - The data for the raisable, such as its display name and details.
      • BpmnRaisableEscalation

        public BpmnRaisableEscalation​(de.xima.bpmn_model.api.element.bpmn.common.Escalation escalation,
                                      BpmnRaisableData data)
        Creates a new raisable escalation from the given Escalation and data.
        Parameters:
        escalation - An escalation with an escalation code.
        data - The data for the raisable, such as its display name and details.