public class BoundaryEvent extends Event
Modifier and Type | Field and Description |
---|---|
protected Activity |
attachedToRef |
protected String |
attachedToRefId |
protected boolean |
cancelActivity |
eventDefinitions
asynchronous, incomingFlows, notExclusive, outgoingFlows
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
getIncomingFlows, getOutgoingFlows, isAsynchronous, isNotExclusive, setAsynchronous, setIncomingFlows, setNotExclusive, setOutgoingFlows, 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 © 2016 Alfresco. All rights reserved.