org.eclipse.stardust.engine.api.runtime
Interface TransitionReport

All Superinterfaces:
Serializable

public interface TransitionReport
extends Serializable

Class holding the results of an ad hoc transition.

Author:
Florin.Herinean

Method Summary
 ActivityInstance getSourceActivityInstance()
          Retrieves the source activity instance from which the transition was performed.
 ActivityInstance getTargetActivityInstance()
          Retrieves the target activity instance created by the adhoc transition.
 

Method Detail

getSourceActivityInstance

ActivityInstance getSourceActivityInstance()
Retrieves the source activity instance from which the transition was performed.

Returns:
the source activity instance.

getTargetActivityInstance

ActivityInstance getTargetActivityInstance()
Retrieves the target activity instance created by the adhoc transition.

Returns:
the target activity instance.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.