|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--oracle.apps.fnd.wf.common.Element
|
+--oracle.apps.fnd.wf.common.BaseComponent
|
+--oracle.apps.fnd.wf.design.DesignBaseComponent
|
+--oracle.apps.fnd.wf.design.ProcessActivity
ProcessActivity is the container for the workflow process.
| Field Summary | |
static java.lang.String |
RCS_ID
|
static boolean |
RCS_ID_RECORDED
|
| Fields inherited from class oracle.apps.fnd.wf.common.Element |
ELEMENT_DB_CREATED, ELEMENT_DB_CREATING, ELEMENT_DB_DIRTY, ELEMENT_DB_LOADED, ELEMENT_DB_LOADING, ELEMENT_DB_NOT_INITIALIZED, ELEMENT_DB_SAVED, ELEMENT_DB_SAVING |
| Constructor Summary | |
ProcessActivity()
Use this constructor only if the process activity name is not available. |
|
ProcessActivity(Activity activity)
Use this constructor if the assoicated activity is available. |
|
ProcessActivity(java.lang.String id)
Use this constructor if the process activity name is available. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates another process activity base on the current activity. |
BaseComponent |
createRuntimeInstance(WorkflowContext ctx)
Creates a runtime instance of this process activity. |
Activity |
getActivity()
Returns the activity associate with this function. |
AttributeValue |
getAttributeValue(java.lang.String pAttribute)
Returns the attribute value of this process activity that matches the given attribute name. |
java.util.Iterator |
getAttributeValues()
Returns the iterator points to the list of attribute values associate with this process activity. |
java.lang.String |
getComment()
Returns the comment. |
java.lang.String |
getDefaultResult()
Returns the default result code. |
java.lang.String |
getIconGeometry()
Returns the coordination of the icon for this process activity. |
java.lang.String |
getIconName()
Returns the icon name. |
java.util.Iterator |
getInboundTransitions()
Returns the iterator that points to a list of inbound transition(s). |
java.lang.String |
getItemType()
Returns the item type name associates with this process activity. |
java.lang.String |
getName()
Returns the process activity name. |
java.lang.String |
getNodeType()
Returns the node type of this process activity. |
java.lang.String |
getPerformerName()
Returns the performer name of this process activity. |
java.lang.String |
getPriorityType()
Returns the #PRIORITY attribute type. |
java.lang.String |
getPriorityValue()
Returns the #PRIORITY attribute value. |
Process |
getProcess()
Returns the parent process of this process activity. |
java.lang.String |
getTimeOutType()
Returns the #TIMEOUT attribute type ("CONSTANT" or "ITEMATTR"). |
java.lang.String |
getTimeOutValue()
Returns the #TIMEOUT attribute value. |
java.util.Iterator |
getTransitions()
Returns the iterator that points to a list of transition(s). |
java.util.Iterator |
getTransitions(ActivityResult pEvent)
Returns the iterator that points to a list of transition(s) that matches the given event's return code. |
java.lang.String |
getValueType()
Returns the value type of this process activity. |
boolean |
isAStartNode()
Returns if the node is startable. |
boolean |
isEndNode()
Returns if the node is a end node. |
void |
resolveReference()
Resolves the Activity reference to the actual Activity if it is not already exist. |
void |
setActivity(Activity pActivity)
Setter function for the associated activity. |
void |
setActivityName(java.lang.String pActivityName)
Setter function for activity name. |
void |
setComment(java.lang.String pComment)
Setter function for the comment. |
void |
setDefaultResult(java.lang.String pDefaultResult)
Setter function for the default result code. |
void |
setIconGeometry(java.lang.String pIconGeometry)
Setter function for the coordination of the icon for this process activity. |
void |
setIconName(java.lang.String pIconName)
Setter function for the icon name. |
void |
setItemType(java.lang.String pItemType)
Setter function for the item type name associates with this process activity. |
void |
setName(java.lang.String pActivityName)
Setter function for the process activity name. |
void |
setNodeType(java.lang.String pNodeType)
Setter function for the node type of this process activity. |
void |
setPerformerName(java.lang.String pPerformerName)
Setter function for the performer name of this process activity. |
void |
setPriorityType(java.lang.String pPriorityType)
Setter function for the #PRIORITY attribute type. |
void |
setPriorityValue(java.lang.String pPriorityValue)
Setter function for the #PRIORITY attribute value. |
void |
setTimeOutType(java.lang.String pTimeOutType)
Setter function for the #TIMEOUT attribute type ("*" = "ITEMATTR", or "CONSTANT" otherwise). |
void |
setTimeOutValue(java.lang.String pTimeOutValue)
Setter function for the #TIMEOUT attribute value. |
void |
setValueType(java.lang.String pValueType)
Setter function for the value type of this process activity. |
| Methods inherited from class oracle.apps.fnd.wf.design.DesignBaseComponent |
assign, getAccessController, getAttribute, getAttributes, getDescription, getDisplayName, setDescription, setDisplayName, setResolved, toString |
| Methods inherited from class oracle.apps.fnd.wf.common.BaseComponent |
addChild, getChildByTypeAndName, getChildren, getChildrenByName, getChildrenByType, getParent, removeChild, removeChildren |
| Methods inherited from class oracle.apps.fnd.wf.common.Element |
create, getDBStatus, getId, load, save, setStore |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Constructor Detail |
public ProcessActivity(java.lang.String id)
id - : Process activity name.public ProcessActivity()
public ProcessActivity(Activity activity)
activity - : Process activity.| Method Detail |
public java.lang.String getName()
getName in class BaseComponentpublic void setName(java.lang.String pActivityName)
setName in class DesignBaseComponentpActivityName - : Process activity name.public Activity getActivity()
public void setActivity(Activity pActivity)
pActivity - : Activity.public java.lang.String getNodeType()
public void setNodeType(java.lang.String pNodeType)
pNodeType - : Node type of this process activity.public java.lang.String getDefaultResult()
public void setDefaultResult(java.lang.String pDefaultResult)
pActivityName - : Default result code.public java.lang.String getComment()
public void setComment(java.lang.String pComment)
pComment - : Comment.public java.lang.String getTimeOutType()
public void setTimeOutType(java.lang.String pTimeOutType)
pTimeOutType - : Timeout type.public java.lang.String getTimeOutValue()
public void setTimeOutValue(java.lang.String pTimeOutValue)
pTimeOutValue - : Timeout value.public java.lang.String getPriorityType()
public void setPriorityType(java.lang.String pPriorityType)
pPriorityType - : Priority type.public java.lang.String getPriorityValue()
public void setPriorityValue(java.lang.String pPriorityValue)
pPriorityValue - : Priority value.public java.lang.String getItemType()
public void setItemType(java.lang.String pItemType)
pItemType - : Item type name.public java.lang.String getIconName()
public void setIconName(java.lang.String pIconName)
pIconName - : Icon name.public java.lang.String getValueType()
public void setValueType(java.lang.String pValueType)
pValueType - : Value type.public java.lang.String getPerformerName()
public void setPerformerName(java.lang.String pPerformerName)
pPerformerName - : Performer name.public java.lang.String getIconGeometry()
public void setIconGeometry(java.lang.String pIconGeometry)
pIconGeometry - : Coordination of the icon.public java.lang.Object clone()
public BaseComponent createRuntimeInstance(WorkflowContext ctx)
createRuntimeInstance in class DesignBaseComponentpublic void resolveReference()
resolveReference in class DesignBaseComponentpublic java.util.Iterator getInboundTransitions()
public java.util.Iterator getTransitions()
public java.util.Iterator getTransitions(ActivityResult pEvent)
pEvent - : Activity result (Event).public boolean isAStartNode()
public boolean isEndNode()
public Process getProcess()
public void setActivityName(java.lang.String pActivityName)
pActivityName - : Activity name.public AttributeValue getAttributeValue(java.lang.String pAttribute)
pAttribute - : Attribute name.public java.util.Iterator getAttributeValues()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||