public class SequenceFlow extends FlowElement
Modifier and Type | Field and Description |
---|---|
protected String |
conditionExpression |
protected String |
skipExpression |
protected String |
sourceRef |
protected String |
targetRef |
documentation, executionListeners, name
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
SequenceFlow() |
SequenceFlow(String sourceRef,
String targetRef) |
Modifier and Type | Method and Description |
---|---|
SequenceFlow |
clone() |
String |
getConditionExpression() |
String |
getSkipExpression() |
String |
getSourceRef() |
String |
getTargetRef() |
void |
setConditionExpression(String conditionExpression) |
void |
setSkipExpression(String skipExpression) |
void |
setSourceRef(String sourceRef) |
void |
setTargetRef(String targetRef) |
void |
setValues(SequenceFlow otherFlow) |
String |
toString() |
getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValues
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected String conditionExpression
protected String sourceRef
protected String targetRef
protected String skipExpression
public String getConditionExpression()
public void setConditionExpression(String conditionExpression)
public String getSourceRef()
public void setSourceRef(String sourceRef)
public String getTargetRef()
public void setTargetRef(String targetRef)
public String getSkipExpression()
public void setSkipExpression(String skipExpression)
public SequenceFlow clone()
clone
in class FlowElement
public void setValues(SequenceFlow otherFlow)
Copyright © 2016 Alfresco. All rights reserved.