Package org.activiti.bpmn.model
Class Event
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.FlowNode
org.activiti.bpmn.model.Event
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
- Direct Known Subclasses:
BoundaryEvent,EndEvent,IntermediateCatchEvent,StartEvent,ThrowEvent
-
Field Summary
FieldsFields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventDefinition(EventDefinition eventDefinition) booleanvoidsetEventDefinitions(List<EventDefinition> eventDefinitions) voidMethods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, hasIncomingFlows, hasOutgoingFlows, isAsynchronous, isExclusive, isInitialFlowNode, isLinkCatchEvent, isLinkThrowEvent, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.activiti.bpmn.model.FlowElement
clone, getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
Field Details
-
eventDefinitions
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getEventDefinitions
-
setEventDefinitions
-
addEventDefinition
-
setValues
-
isLinkEvent
public boolean isLinkEvent()
-