Class TransitionImpl
java.lang.Object
org.operaton.bpm.engine.impl.core.model.CoreModelElement
org.operaton.bpm.engine.impl.pvm.process.TransitionImpl
- All Implemented Interfaces:
Serializable,PvmProcessElement,PvmTransition
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActivityImplprotected ProcessDefinitionImplprotected ActivityImplGraphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..Fields inherited from class org.operaton.bpm.engine.impl.core.model.CoreModelElement
builtInListeners, builtInVariableListeners, id, listeners, name, properties, variableListeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExecutionListener(ExecutionListener executionListener) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.The process definition scope, root of the scope hierarchy.voidsetDestination(ActivityImpl destination) voidsetExecutionListeners(List<ExecutionListener> executionListeners) Deprecated, for removal: This API element is subject to removal in a future version.UseCoreModelElement.addListener(ExecutionListener.EVENTNAME_TAKE, executionListener)in a loop instead.protected voidsetSource(ActivityImpl source) voidsetWaypoints(List<Integer> waypoints) toString()Methods inherited from class org.operaton.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, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.operaton.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:
getSourcein interfacePvmTransition
-
setDestination
-
addExecutionListener
@Deprecated(forRemoval=true, since="1.0") public void addExecutionListener(ExecutionListener executionListener) Deprecated, for removal: This API element is subject to removal in a future version. -
getExecutionListeners
Deprecated, for removal: This API element is subject to removal in a future version. -
setExecutionListeners
@Deprecated(forRemoval=true, since="1.0") public void setExecutionListeners(List<ExecutionListener> executionListeners) Deprecated, for removal: This API element is subject to removal in a future version.UseCoreModelElement.addListener(ExecutionListener.EVENTNAME_TAKE, executionListener)in a loop instead. -
toString
-
getProcessDefinition
Description copied from interface:PvmProcessElementThe process definition scope, root of the scope hierarchy.- Specified by:
getProcessDefinitionin interfacePvmProcessElement- Returns:
-
setSource
-
getDestination
- Specified by:
getDestinationin interfacePvmTransition
-
getWaypoints
-
setWaypoints
-
CoreModelElement.addListener(ExecutionListener.EVENTNAME_TAKE, executionListener)instead.