public class BpmnEventSupport extends Object
EventDefinitions (conditional, error,
escalation, message, signal or timer) of CatchEvent or ThrowEvent instances.| Modifier | Constructor and Description |
|---|---|
|
BpmnEventSupport(org.camunda.bpm.model.bpmn.instance.CatchEvent event) |
protected |
BpmnEventSupport(Collection<org.camunda.bpm.model.bpmn.instance.EventDefinition> eventDefinitions) |
|
BpmnEventSupport(org.camunda.bpm.model.bpmn.instance.ThrowEvent event) |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.model.bpmn.instance.ConditionalEventDefinition |
getConditionalDefinition() |
org.camunda.bpm.model.bpmn.instance.Error |
getError() |
org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition |
getErrorDefinition() |
org.camunda.bpm.model.bpmn.instance.Escalation |
getEscalation() |
org.camunda.bpm.model.bpmn.instance.EscalationEventDefinition |
getEscalationDefinition() |
org.camunda.bpm.model.bpmn.instance.Message |
getMessage() |
org.camunda.bpm.model.bpmn.instance.MessageEventDefinition |
getMessageDefinition() |
org.camunda.bpm.model.bpmn.instance.Signal |
getSignal() |
org.camunda.bpm.model.bpmn.instance.SignalEventDefinition |
getSignalDefinition() |
org.camunda.bpm.model.bpmn.instance.TimerEventDefinition |
getTimerDefinition() |
protected boolean |
is(String typeName) |
boolean |
isConditional() |
boolean |
isError() |
boolean |
isEscalation() |
boolean |
isMessage() |
boolean |
isNoneEnd()
Determines if the given event is a none end event.
|
boolean |
isSignal() |
boolean |
isTimer() |
public BpmnEventSupport(org.camunda.bpm.model.bpmn.instance.CatchEvent event)
public BpmnEventSupport(org.camunda.bpm.model.bpmn.instance.ThrowEvent event)
protected BpmnEventSupport(Collection<org.camunda.bpm.model.bpmn.instance.EventDefinition> eventDefinitions)
public org.camunda.bpm.model.bpmn.instance.ConditionalEventDefinition getConditionalDefinition()
public org.camunda.bpm.model.bpmn.instance.Error getError()
public org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition getErrorDefinition()
public org.camunda.bpm.model.bpmn.instance.Escalation getEscalation()
public org.camunda.bpm.model.bpmn.instance.EscalationEventDefinition getEscalationDefinition()
public org.camunda.bpm.model.bpmn.instance.Message getMessage()
public org.camunda.bpm.model.bpmn.instance.MessageEventDefinition getMessageDefinition()
public org.camunda.bpm.model.bpmn.instance.Signal getSignal()
public org.camunda.bpm.model.bpmn.instance.SignalEventDefinition getSignalDefinition()
public org.camunda.bpm.model.bpmn.instance.TimerEventDefinition getTimerDefinition()
protected boolean is(String typeName)
public boolean isConditional()
public boolean isError()
public boolean isEscalation()
public boolean isMessage()
public boolean isNoneEnd()
BpmnModelConstants.BPMN_ELEMENT_END_EVENT.true, if it is a none end event. Otherwise false.public boolean isSignal()
public boolean isTimer()
Copyright © 2022 Camunda Services GmbH. All rights reserved.