|
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 Activity is the interface that defines the unit of execution within a give process. The user can create a process activity to define atomic operations that he wants so that they can later be chained together using transitions to define dependency information.
| Field Summary | |
static int |
TRANSITION_INCOMINGConstant used to specify Incomming Transition of Activity. |
static int |
TRANSITION_OUTGOINGConstant used to specify outgoing Transition of Activity. |
| Method Summary | |
OWBNamedObject |
getBoundObject()Retrieve the OWBNamedObject that this activity refers to. |
Transition[] |
getConnectedTransitions(int inoutComing)Gets the type of Activity of a ProcessFlow. |
ProcessFlow |
getProcessFlow()Returns the owning processflow object which the current Activity belongs to. |
int |
getType()Gets the type of Activity of a ProcessFlow. |
| Methods inherited from interface oracle.owb.processflow.ProcessActivityParameterOwner |
createParameter, createParameter, createParameter, findParameter, getParameters, getParameters, getPosition, setPosition |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Field Detail |
public static final int TRANSITION_INCOMING
public static final int TRANSITION_OUTGOING
| Method Detail |
public ProcessFlow getProcessFlow()
throws OWBException
OWBException - if unable to retrieve Process Flow Object.public int getType()
public Transition[] getConnectedTransitions(int inoutComing)
public OWBNamedObject getBoundObject()
throws OWBException
OWBException - if unable to retrieve OWBNamedObject Object.
|
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 | |||||||||