public class TransitionImpl extends ProcessElementImpl implements PvmTransition
| Modifier and Type | Field and Description |
|---|---|
protected ActivityImpl |
destination |
protected List<ExecutionListener> |
executionListeners |
protected Expression |
skipExpression |
protected ActivityImpl |
source |
protected List<Integer> |
waypoints
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..
|
id, processDefinition, properties| Constructor and Description |
|---|
TransitionImpl(String id,
Expression skipExpression,
ProcessDefinitionImpl processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExecutionListener(ExecutionListener executionListener) |
ActivityImpl |
getDestination() |
List<ExecutionListener> |
getExecutionListeners() |
Expression |
getSkipExpression() |
ActivityImpl |
getSource() |
List<Integer> |
getWaypoints() |
void |
setDestination(ActivityImpl destination) |
void |
setExecutionListeners(List<ExecutionListener> executionListeners) |
void |
setSkipExpression(Expression skipExpression) |
protected void |
setSource(ActivityImpl source) |
void |
setWaypoints(List<Integer> waypoints) |
String |
toString() |
getId, getProcessDefinition, getProperties, getProperty, setProperties, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getProcessDefinition, getPropertyprotected ActivityImpl source
protected ActivityImpl destination
protected List<ExecutionListener> executionListeners
protected Expression skipExpression
public TransitionImpl(String id, Expression skipExpression, ProcessDefinitionImpl processDefinition)
public ActivityImpl getSource()
getSource in interface PvmTransitionpublic void setDestination(ActivityImpl destination)
public void addExecutionListener(ExecutionListener executionListener)
public List<ExecutionListener> getExecutionListeners()
protected void setSource(ActivityImpl source)
public ActivityImpl getDestination()
getDestination in interface PvmTransitionpublic void setExecutionListeners(List<ExecutionListener> executionListeners)
public Expression getSkipExpression()
getSkipExpression in interface PvmTransitionpublic void setSkipExpression(Expression skipExpression)
Copyright © 2016 Alfresco. All rights reserved.