Package org.activiti.bpmn.model
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 org.activiti.bpmn.model.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 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
-
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
-