BPM Process API

fuego.papi.utils
Class AuditTrail.TransitionNode

java.lang.Object
  extended by fuego.papi.utils.AuditTrail.AuditNode
      extended by fuego.papi.utils.AuditTrail.TransitionNode
Enclosing class:
AuditTrail

public class AuditTrail.TransitionNode
extends AuditTrail.AuditNode


Method Summary
 String getActivityFrom()
          Returns the source activity of the transition
 String getActivityTo()
          Returns the target activity of the transition
 String getRuleName()
          Returns the rule name associated to the transition or "" if the transition doesn't have it.
 String getTransitionType()
          Returns the transition type
 
Methods inherited from class fuego.papi.utils.AuditTrail.AuditNode
addChildren, collapse, expand, expandAll, getActivityName, getActivityType, getChildren, getDescendants, getDescription, getEvent, getEventData, getEventType, getId, getInstanceCopy, getInstanceIn, getLevel, getParent, getParticipant, getPath, getProcessId, getTimeStamp, getType, hide, isExpanded, isLeaf, isLoopActivity, isSubflowLoaded, isVisible, print, setLoopActivity, setSubflowLoaded, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActivityFrom

public String getActivityFrom()
Returns the source activity of the transition

Returns:
Source Activity

getActivityTo

public String getActivityTo()
Returns the target activity of the transition

Returns:
Target Activity

getTransitionType

public String getTransitionType()
Returns the transition type

Returns:
Transition type.

getRuleName

public String getRuleName()
Returns the rule name associated to the transition or "" if the transition doesn't have it.

Returns:
Rule name.

BPM Process API

© Copyright 1996-2008 Oracle Corporation