|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A Transition Interface is the object that defines dependency
information of a processflow. A transition determines the time dependency
between to activities, the source and the destination.
| Field Summary | |
static int |
ERROR
The Transition Condition : ERROR. |
static java.lang.String[] |
STATUSES
The Transition Condition defined in String Array. |
static int |
SUCCESS
The Transition Condition : SUCCESS. |
static int |
UNCONDITIONAL
The Transition Condition : UNCONDITIONAL. |
static int |
WARNING
The Transition Condition : WARNING. |
| Method Summary | |
java.lang.String |
getCondition()
Retrieve the condition associated with this transition. |
Activity |
getDestinationActivity()
Gets the destination activity for this transition. |
Activity |
getSourceActivity()
Gets the source activity for this transition. |
void |
setCondition(int condition)
Set the transition condition of this transition. |
void |
setCondition(java.lang.String condition)
Set the transition condition of this transition. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Field Detail |
public static final int UNCONDITIONAL
public static final int SUCCESS
public static final int ERROR
public static final int WARNING
public static final java.lang.String[] STATUSES
| Method Detail |
public java.lang.String getCondition()
setCondition(int)public void setCondition(int condition)
condition - The transition condition to set.getCondition()public void setCondition(java.lang.String condition)
condition - The transition condition to set.getCondition()public Activity getSourceActivity()
public Activity getDestinationActivity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||