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
Fields Modifier and Type Field Description protected java.lang.Stringdocumentationprotected java.util.List<ActivitiListener>executionListenersprotected java.lang.Stringnameprotected FlowElementsContainerparentContainer-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description FlowElement()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract FlowElementclone()java.lang.StringgetDocumentation()java.util.List<ActivitiListener>getExecutionListeners()java.lang.StringgetName()FlowElementsContainergetParentContainer()SubProcessgetSubProcess()voidsetDocumentation(java.lang.String documentation)voidsetExecutionListeners(java.util.List<ActivitiListener> executionListeners)voidsetName(java.lang.String name)voidsetParentContainer(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, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
documentation
protected java.lang.String documentation
-
executionListeners
protected java.util.List<ActivitiListener> executionListeners
-
parentContainer
protected FlowElementsContainer parentContainer
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getDocumentation
public java.lang.String getDocumentation()
-
setDocumentation
public void setDocumentation(java.lang.String documentation)
-
getExecutionListeners
public java.util.List<ActivitiListener> getExecutionListeners()
- Specified by:
getExecutionListenersin interfaceHasExecutionListeners
-
setExecutionListeners
public void setExecutionListeners(java.util.List<ActivitiListener> executionListeners)
- Specified by:
setExecutionListenersin interfaceHasExecutionListeners
-
getParentContainer
public FlowElementsContainer getParentContainer()
-
getSubProcess
public SubProcess getSubProcess()
-
setParentContainer
public void setParentContainer(FlowElementsContainer parentContainer)
-
clone
public abstract FlowElement clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(FlowElement otherElement)
-
-