Package org.camunda.bpm.engine.impl.pvm
Interface PvmTransition
-
- All Superinterfaces:
PvmProcessElement
,Serializable
- All Known Implementing Classes:
TransitionImpl
public interface PvmTransition extends PvmProcessElement
- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PvmActivity
getDestination()
PvmActivity
getSource()
-
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
getId, getProcessDefinition, getProperties, getProperty
-
-
-
-
Method Detail
-
getSource
PvmActivity getSource()
-
getDestination
PvmActivity getDestination()
-
-