|
||||||||
| 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.Function
Function is the container for the workflow function.
| Field Summary | |
static java.lang.String |
CANCEL_MODE
|
static java.lang.String |
EJB_TYPE
|
static java.lang.String |
EXTERNAL_TYPE
|
static java.lang.String |
EXTJAVA_TYPE
|
static java.lang.String |
JAVA_TYPE
|
static java.lang.String |
PLSQL_TYPE
|
static java.lang.String |
RCS_ID
|
static boolean |
RCS_ID_RECORDED
|
static java.lang.String |
RUN_MODE
|
static java.lang.String |
SOAP_TYPE
|
static java.lang.String |
TIMEOUT_MODE
|
| 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 | |
Function()
Use this constructor only if the function mode of the function is not available. |
|
Function(java.lang.String id)
Use this constructor if the function mode of this function is available. |
|
| Method Summary | |
DesignBaseAttributeComponent |
getActivity()
Returns the activity that owns this function. |
java.lang.String |
getDescriptor()
Returns the descriptor of this function. |
java.lang.String |
getFunctionMode()
Returns the function mode of this function. |
java.lang.String |
getFunctionName()
Returns the function name associates with this function. |
java.lang.String |
getFunctionType()
Returns the function type of this function. |
java.lang.String |
getSecGroupId()
Returns the security group Id of this function. |
void |
resolveReference()
Resolves the function mode definition reference to the actual function name. |
void |
setDescriptor(java.lang.String pDescriptor)
Setter function for the descriptor of this function. |
void |
setFunctionName(java.lang.String pFunction)
Setter function for the function name associates to this function. |
void |
setFunctionType(java.lang.String pFunctionType)
Setter function for the function type of this function. |
void |
setName(java.lang.String pFunctionMode)
Sets the name of this function, which also sets the function mode of this function. |
void |
setSecGroupId(java.lang.String pSecGroupId)
Setter function for the security group Id of this function. |
| Methods inherited from class oracle.apps.fnd.wf.design.DesignBaseComponent |
assign, createRuntimeInstance, getAccessController, getAttribute, getAttributes, getDescription, getDisplayName, setDescription, setDisplayName, setResolved, toString |
| Methods inherited from class oracle.apps.fnd.wf.common.BaseComponent |
addChild, getChildByTypeAndName, getChildren, getChildrenByName, getChildrenByType, getName, 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
public static final java.lang.String RUN_MODE
public static final java.lang.String CANCEL_MODE
public static final java.lang.String TIMEOUT_MODE
public static final java.lang.String PLSQL_TYPE
public static final java.lang.String EXTERNAL_TYPE
public static final java.lang.String EXTJAVA_TYPE
public static final java.lang.String SOAP_TYPE
public static final java.lang.String JAVA_TYPE
public static final java.lang.String EJB_TYPE
| Constructor Detail |
public Function(java.lang.String id)
id - : Function mode.public Function()
| Method Detail |
public java.lang.String getFunctionMode()
public java.lang.String getDescriptor()
public void setDescriptor(java.lang.String pDescriptor)
pDescriptor - : Descriptor.public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String pFunction)
pFunction - : Function name.public java.lang.String getFunctionType()
public void setFunctionType(java.lang.String pFunctionType)
pFunctionType - : Function type.public java.lang.String getSecGroupId()
public void setSecGroupId(java.lang.String pSecGroupId)
pSecGroupId - : Security group id.public DesignBaseAttributeComponent getActivity()
public void setName(java.lang.String pFunctionMode)
setName in class DesignBaseComponentpFunctionMode - : Name of the component, which should be identical
to one of the pre-defined function mode.public void resolveReference()
resolveReference in class DesignBaseComponent
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||