public abstract class Event extends FlowNode
| Modifier and Type | Field and Description |
|---|---|
protected List<EventDefinition> |
eventDefinitions |
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows, subProcessdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventDefinition(EventDefinition eventDefinition) |
List<EventDefinition> |
getEventDefinitions() |
void |
setEventDefinitions(List<EventDefinition> eventDefinitions) |
void |
setValues(Event otherEvent) |
getBehavior, getIncomingFlows, getOutgoingFlows, getSubProcess, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setSubProcess, setValuesclone, getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected List<EventDefinition> eventDefinitions
public List<EventDefinition> getEventDefinitions()
public void setEventDefinitions(List<EventDefinition> eventDefinitions)
public void addEventDefinition(EventDefinition eventDefinition)
public void setValues(Event otherEvent)
Copyright © 2015 Alfresco. All rights reserved.