org.eclipse.stardust.engine.api.model
Interface Transition

All Superinterfaces:
Serializable

public interface Transition
extends Serializable

The client view of a workflow transition.

A Transition represents the flow from a source activity to a target activity and may be restricted by conditions.

Author:
fherinean

Nested Class Summary
static class Transition.ConditionType
          Enumeration of possible condition types.
 
Method Summary
 String getCondition()
          Gets the transition condition.
 Transition.ConditionType getConditionType()
          Gets the condition type.
 String getId()
          Gets the id of the transition.
 String getSourceActivityId()
          Gets the id of the source activity ("from").
 String getTargetActivityId()
          Gets the id of the target activity ("to").
 

Method Detail

getId

String getId()
Gets the id of the transition.


getSourceActivityId

String getSourceActivityId()
Gets the id of the source activity ("from").


getTargetActivityId

String getTargetActivityId()
Gets the id of the target activity ("to").


getCondition

String getCondition()
Gets the transition condition. May be null.


getConditionType

Transition.ConditionType getConditionType()
Gets the condition type.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.