org.ow2.bonita.facade.def.majorElement
Interface TransitionDef

All Superinterfaces:
MajorElementDef
All Known Implementing Classes:
TransitionDefImpl

public interface TransitionDef
extends MajorElementDef


Method Summary
 ConditionDef getCondition()
           
 java.lang.String getDeploymentId()
           
 java.lang.String getDescription()
           
 java.lang.String getFrom()
           
 java.lang.String getPackageId()
           
 java.lang.String getTo()
           
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.MajorElementDef
getId, getName
 

Method Detail

getPackageId

java.lang.String getPackageId()

getDeploymentId

java.lang.String getDeploymentId()

getFrom

java.lang.String getFrom()

getTo

java.lang.String getTo()

getCondition

ConditionDef getCondition()

getDescription

java.lang.String getDescription()