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
 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()


Copyright © 2016 camunda services GmbH. All rights reserved.