|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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 |
ERRORThe Transition Condition : ERROR. |
static java.lang.String[] |
STATUSESThe Transition Condition defined in String Array. |
static int |
SUCCESSThe Transition Condition : SUCCESS. |
static int |
UNCONDITIONALThe Transition Condition : UNCONDITIONAL. |
static int |
WARNINGThe 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()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||