Class FlowElement
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
- All Implemented Interfaces:
AcceptUpdates, HasExecutionListeners, HasExtensionAttributes
- Direct Known Subclasses:
DataObject, DataStoreReference, FlowNode, SequenceFlow
public abstract class FlowElement
extends BaseElement
implements HasExecutionListeners, AcceptUpdates
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ActivitiListener> protected Stringprotected FlowElementsContainerFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FlowElementclone()getName()voidsetDocumentation(String documentation) voidsetExecutionListeners(List<ActivitiListener> executionListeners) voidvoidsetParentContainer(FlowElementsContainer parentContainer) voidsetValues(FlowElement otherElement) Methods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AcceptUpdates
accept
-
Field Details
-
name
-
documentation
-
executionListeners
-
parentContainer
-
-
Constructor Details
-
FlowElement
public FlowElement()
-
-
Method Details
-
getName
-
setName
-
getDocumentation
-
setDocumentation
-
getExecutionListeners
- Specified by:
getExecutionListenersin interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListenersin interfaceHasExecutionListeners
-
getParentContainer
-
getSubProcess
-
setParentContainer
-
clone
- Specified by:
clonein classBaseElement
-
setValues
-