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

All Superinterfaces:
DefinitionRecord, ProcessDefinitionRecord, Record, java.io.Serializable

public interface TransitionDef
extends ProcessDefinitionRecord, java.io.Serializable


Method Summary
 org.ow2.bonita.facade.def.element.ConditionDef getCondition()
           
 java.lang.String getDeploymentId()
          A package can be deployed and then undeployed several times.
 java.lang.String getDescription()
           
 java.lang.String getFrom()
           
 java.lang.String getPackageId()
          Returns the package id (defined into the Package element of the imported xpdl file).
 java.lang.String getTo()
           
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord
getProcessId
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
getName
 
Methods inherited from interface org.ow2.bonita.facade.Record
getId
 

Method Detail

getPackageId

java.lang.String getPackageId()
Description copied from interface: Record
Returns the package id (defined into the Package element of the imported xpdl file).

Specified by:
getPackageId in interface Record
Returns:
The package id.

getDeploymentId

java.lang.String getDeploymentId()
Description copied from interface: Record
A package can be deployed and then undeployed several times. Each deployment can be uniquely identified by the deployment id.

Specified by:
getDeploymentId in interface Record
Returns:
The deployment id.

getFrom

java.lang.String getFrom()

getTo

java.lang.String getTo()

getCondition

org.ow2.bonita.facade.def.element.ConditionDef getCondition()

getDescription

java.lang.String getDescription()