Package org.flowable.bpmn.model
Class BoundaryEvent
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.FlowElement
org.flowable.bpmn.model.FlowNode
org.flowable.bpmn.model.Event
org.flowable.bpmn.model.BoundaryEvent
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes,HasInParameters,HasOutParameters
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.bpmn.model.Event
eventDefinitions, inParameters, outParametersFields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanvoidsetAttachedToRef(Activity attachedToRef) voidsetAttachedToRefId(String attachedToRefId) voidsetCancelActivity(boolean cancelActivity) voidsetValues(BoundaryEvent otherEvent) Methods inherited from class org.flowable.bpmn.model.Event
addEventDefinition, addInParameter, addOutParameter, getEventDefinitions, getInParameters, getOutParameters, setEventDefinitions, setInParameters, setOutParameters, setValuesMethods inherited from class org.flowable.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isAsynchronousLeaveExclusive, isAsynchronousLeaveNotExclusive, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setAsynchronousLeaveExclusive, setAsynchronousLeaveNotExclusive, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
attachedToRef
-
attachedToRefId
-
cancelActivity
protected boolean cancelActivity
-
-
Constructor Details
-
BoundaryEvent
public BoundaryEvent()
-
-
Method Details
-
getAttachedToRef
-
setAttachedToRef
-
getAttachedToRefId
-
setAttachedToRefId
-
isCancelActivity
public boolean isCancelActivity() -
setCancelActivity
public void setCancelActivity(boolean cancelActivity) -
clone
- Specified by:
clonein classFlowElement
-
setValues
-