public class BoundaryEvent extends Event
Modifier and Type | Field and Description |
---|---|
protected Activity |
attachedToRef |
protected String |
attachedToRefId |
protected boolean |
cancelActivity |
eventDefinitions
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows, subProcess
documentation, executionListeners, name
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
BoundaryEvent() |
Modifier and Type | Method and Description |
---|---|
BoundaryEvent |
clone() |
Activity |
getAttachedToRef() |
String |
getAttachedToRefId() |
boolean |
isCancelActivity() |
void |
setAttachedToRef(Activity attachedToRef) |
void |
setAttachedToRefId(String attachedToRefId) |
void |
setCancelActivity(boolean cancelActivity) |
void |
setValues(BoundaryEvent otherEvent) |
addEventDefinition, getEventDefinitions, setEventDefinitions, setValues
getBehavior, getIncomingFlows, getOutgoingFlows, getSubProcess, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setSubProcess, setValues
getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValues
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected Activity attachedToRef
protected String attachedToRefId
protected boolean cancelActivity
public Activity getAttachedToRef()
public void setAttachedToRef(Activity attachedToRef)
public String getAttachedToRefId()
public void setAttachedToRefId(String attachedToRefId)
public boolean isCancelActivity()
public void setCancelActivity(boolean cancelActivity)
public BoundaryEvent clone()
clone
in class FlowElement
public void setValues(BoundaryEvent otherEvent)
Copyright © 2015 Alfresco. All rights reserved.