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 Event
eventDefinitionsFields inherited from class FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class 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 Event
addEventDefinition, getErrorEventDefinition, getEventDefinitions, isLinkEvent, setEventDefinitions, setValuesMethods inherited from class FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, hasIncomingFlows, hasOutgoingFlows, isAsynchronous, isExclusive, isInitialFlowNode, isLinkCatchEvent, isLinkThrowEvent, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-