Class BpmnEventSupport

java.lang.Object
org.camunda.community.bpmndt.model.BpmnEventSupport

public class BpmnEventSupport extends Object
BPMN event support allows easier working with EventDefinitions of CatchEvent or ThrowEvent nodes.
  • Constructor Details

    • BpmnEventSupport

      public BpmnEventSupport(org.camunda.bpm.model.bpmn.instance.CatchEvent event)
    • BpmnEventSupport

      public BpmnEventSupport(org.camunda.bpm.model.bpmn.instance.ThrowEvent event)
  • Method Details

    • getConditionalDefinition

      public org.camunda.bpm.model.bpmn.instance.ConditionalEventDefinition getConditionalDefinition()
    • getError

      public org.camunda.bpm.model.bpmn.instance.Error getError()
    • getErrorDefinition

      public org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition getErrorDefinition()
    • getEscalation

      public org.camunda.bpm.model.bpmn.instance.Escalation getEscalation()
    • getEscalationDefinition

      public org.camunda.bpm.model.bpmn.instance.EscalationEventDefinition getEscalationDefinition()
    • getMessage

      public org.camunda.bpm.model.bpmn.instance.Message getMessage()
    • getMessageDefinition

      public org.camunda.bpm.model.bpmn.instance.MessageEventDefinition getMessageDefinition()
    • getSignal

      public org.camunda.bpm.model.bpmn.instance.Signal getSignal()
    • getSignalDefinition

      public org.camunda.bpm.model.bpmn.instance.SignalEventDefinition getSignalDefinition()
    • getTimerDefinition

      public org.camunda.bpm.model.bpmn.instance.TimerEventDefinition getTimerDefinition()
    • isConditional

      public boolean isConditional()
    • isError

      public boolean isError()
    • isEscalation

      public boolean isEscalation()
    • isLink

      public boolean isLink()
    • isMessage

      public boolean isMessage()
    • isNoneEnd

      public boolean isNoneEnd()
      Determines if the given event is a none end event. This is the case if the event has no event definition and is a throw event of type BpmnModelConstants.BPMN_ELEMENT_END_EVENT.
      Returns:
      true, if it is a none end event. Otherwise false.
    • isSignal

      public boolean isSignal()
    • isTimer

      public boolean isTimer()