Package org.activiti.bpmn.model
Class BoundaryEvent
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.FlowNode
org.activiti.bpmn.model.Event
org.activiti.bpmn.model.BoundaryEvent
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
-
Field Summary
FieldsFields inherited from class org.activiti.bpmn.model.Event
eventDefinitionsFields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleanvoidsetAttachedToRef(Activity attachedToRef) voidsetAttachedToRefId(String attachedToRefId) voidsetCancelActivity(boolean cancelActivity) voidsetValues(BoundaryEvent otherEvent) Methods inherited from class org.activiti.bpmn.model.Event
addEventDefinition, getEventDefinitions, setEventDefinitions, setValuesMethods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
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) -
hasErrorEventDefinition
public boolean hasErrorEventDefinition() -
clone
- Specified by:
clonein classFlowElement
-
setValues
-