Class TransitionImpl
java.lang.Object
org.camunda.bpm.engine.impl.core.model.CoreModelElement
org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
- All Implemented Interfaces:
Serializable
,PvmProcessElement
,PvmTransition
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected ActivityImpl
protected ProcessDefinitionImpl
protected ActivityImpl
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..Fields inherited from class org.camunda.bpm.engine.impl.core.model.CoreModelElement
builtInListeners, builtInVariableListeners, id, listeners, name, properties, variableListeners
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExecutionListener
(ExecutionListener executionListener) Deprecated.Deprecated.The process definition scope, root of the scope hierarchy.void
setDestination
(ActivityImpl destination) void
setExecutionListeners
(List<ExecutionListener> executionListeners) Deprecated.protected void
setSource
(ActivityImpl source) void
setWaypoints
(List<Integer> waypoints) toString()
Methods inherited from class org.camunda.bpm.engine.impl.core.model.CoreModelElement
addBuiltInListener, addBuiltInListener, addBuiltInVariableListener, addBuiltInVariableListener, addListener, addListener, addListenerToMap, addVariableListener, addVariableListener, getBuiltInListeners, getBuiltInListeners, getBuiltInVariableListeners, getBuiltInVariableListenersLocal, getId, getListeners, getListeners, getName, getProperties, getProperty, getVariableListeners, getVariableListenersLocal, setId, setName, setProperties, setProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
getId, getProperties, getProperty
-
Field Details
-
source
-
destination
-
processDefinition
-
waypoints
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..
-
-
Constructor Details
-
TransitionImpl
-
-
Method Details
-
getSource
- Specified by:
getSource
in interfacePvmTransition
-
setDestination
-
addExecutionListener
Deprecated. -
getExecutionListeners
Deprecated. -
setExecutionListeners
Deprecated. -
toString
-
getProcessDefinition
Description copied from interface:PvmProcessElement
The process definition scope, root of the scope hierarchy.- Specified by:
getProcessDefinition
in interfacePvmProcessElement
- Returns:
-
setSource
-
getDestination
- Specified by:
getDestination
in interfacePvmTransition
-
getWaypoints
-
setWaypoints
-