public abstract class FlowElement extends BaseElement implements HasExecutionListeners
Modifier and Type | Field and Description |
---|---|
protected String |
documentation |
protected List<ActivitiListener> |
executionListeners |
protected String |
name |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
FlowElement() |
Modifier and Type | Method and Description |
---|---|
abstract FlowElement |
clone() |
String |
getDocumentation() |
List<ActivitiListener> |
getExecutionListeners() |
String |
getName() |
void |
setDocumentation(String documentation) |
void |
setExecutionListeners(List<ActivitiListener> executionListeners) |
void |
setName(String name) |
void |
setValues(FlowElement otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected String name
protected String documentation
protected List<ActivitiListener> executionListeners
public String getName()
public void setName(String name)
public String getDocumentation()
public void setDocumentation(String documentation)
public List<ActivitiListener> getExecutionListeners()
getExecutionListeners
in interface HasExecutionListeners
public void setExecutionListeners(List<ActivitiListener> executionListeners)
setExecutionListeners
in interface HasExecutionListeners
public abstract FlowElement clone()
clone
in class BaseElement
public void setValues(FlowElement otherElement)
Copyright © 2016 Alfresco. All rights reserved.