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
public class BoundaryEvent extends Event
-
-
Field Summary
Fields Modifier and Type Field Description protected ActivityattachedToRefprotected java.lang.StringattachedToRefIdprotected booleancancelActivity-
Fields inherited from class org.activiti.bpmn.model.Event
eventDefinitions
-
Fields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description BoundaryEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundaryEventclone()ActivitygetAttachedToRef()java.lang.StringgetAttachedToRefId()booleanisCancelActivity()voidsetAttachedToRef(Activity attachedToRef)voidsetAttachedToRefId(java.lang.String attachedToRefId)voidsetCancelActivity(boolean cancelActivity)voidsetValues(BoundaryEvent otherEvent)-
Methods inherited from class org.activiti.bpmn.model.Event
addEventDefinition, getEventDefinitions, setEventDefinitions, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Field Detail
-
attachedToRef
protected Activity attachedToRef
-
attachedToRefId
protected java.lang.String attachedToRefId
-
cancelActivity
protected boolean cancelActivity
-
-
Method Detail
-
getAttachedToRef
public Activity getAttachedToRef()
-
setAttachedToRef
public void setAttachedToRef(Activity attachedToRef)
-
getAttachedToRefId
public java.lang.String getAttachedToRefId()
-
setAttachedToRefId
public void setAttachedToRefId(java.lang.String attachedToRefId)
-
isCancelActivity
public boolean isCancelActivity()
-
setCancelActivity
public void setCancelActivity(boolean cancelActivity)
-
clone
public BoundaryEvent clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(BoundaryEvent otherEvent)
-
-