org.eclipse.stardust.engine.api.runtime
Class TransitionInfo

java.lang.Object
  extended by org.eclipse.stardust.engine.api.runtime.TransitionInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransitionTarget

public abstract class TransitionInfo
extends Object
implements Serializable

Base class containing common information of transition steps and targets.

Version:
$Revision: $
Author:
Florin.Herinean
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 String getActivityId()
          Retrieves the activity id.
 long getActivityInstanceOid()
           
 String getActivityName()
          Retrieves the activity name.
 long getActivityRuntimeOid()
           
 String getModelId()
          Retrieves the model id.
 String getModelName()
          Retrieves the model name.
 long getModelOid()
          Retrieves the OID of the model containing the activity.
 String getProcessId()
          Retrieves the process definition id.
 String getProcessName()
          Retrieves the process definition name.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActivityInstanceOid

public long getActivityInstanceOid()

getModelOid

public long getModelOid()
Retrieves the OID of the model containing the activity.


getActivityRuntimeOid

public long getActivityRuntimeOid()

getActivityId

public String getActivityId()
Retrieves the activity id.


getActivityName

public String getActivityName()
Retrieves the activity name.


getProcessId

public String getProcessId()
Retrieves the process definition id.


getProcessName

public String getProcessName()
Retrieves the process definition name.


getModelId

public String getModelId()
Retrieves the model id.


getModelName

public String getModelName()
Retrieves the model name.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 Eclipse Stardust. All Rights Reserved.