public class BoundaryEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
protected Activity |
attachedToRef |
protected String |
attachedToRefId |
protected boolean |
cancelActivity |
eventDefinitionsincomingFlows, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
BoundaryEvent() |
| Modifier and Type | Method and Description |
|---|---|
Activity |
getAttachedToRef() |
String |
getAttachedToRefId() |
boolean |
isCancelActivity() |
void |
setAttachedToRef(Activity attachedToRef) |
void |
setAttachedToRefId(String attachedToRefId) |
void |
setCancelActivity(boolean cancelActivity) |
addEventDefinition, getEventDefinitions, setEventDefinitionsgetIncomingFlows, getOutgoingFlows, setIncomingFlows, setOutgoingFlowsgetDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setXmlColumnNumber, setXmlRowNumberprotected 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)
Copyright © 2013 Alfresco. All rights reserved.