A B C D E F G H I J L M N O P Q R S T U V W

A

abortFlow() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Aborts an existing this process
AccessController - class oracle.apps.fnd.wf.design.AccessController.
AccessController is the container for the security / access related information of a component.
AccessController() - Constructor for class oracle.apps.fnd.wf.design.AccessController
 
ACTIVE - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
Activity - class oracle.apps.fnd.wf.design.Activity.
Activity is the base class for all the workflow activities, which includes FunctionActivity, Process, and Notification.
Activity() - Constructor for class oracle.apps.fnd.wf.design.Activity
Use this constructor only if the activity name is not available.
Activity(String) - Constructor for class oracle.apps.fnd.wf.design.Activity
Use this constructor if the activity name is available.
ActivityResult - class oracle.apps.fnd.wf.engine.ActivityResult.
This class is used by engines to navigate and locate the next activity to execute.
ActivityResult(String, Object) - Constructor for class oracle.apps.fnd.wf.engine.ActivityResult
Constructor, that takes in a return mCode
ActivityResult(String, Object, Map) - Constructor for class oracle.apps.fnd.wf.engine.ActivityResult
Constructor, that takes in a return mCode and a list of mParameters
addChild(BaseComponent) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Override the parent method to make sure all the children has the same workItem
addChild(BaseComponent) - Method in class oracle.apps.fnd.wf.common.BaseComponent
Add a child to this component, will set parent to be this component.
addChild(WorkItemProcessActivity) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
This method override the parent method to be sure that workitem is assigned to each child of this process.
addFunction(Function) - Method in class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
Adds a function to this component.
addParameter(String, Object) - Method in class oracle.apps.fnd.wf.engine.ActivityResult
method to dynamically add mParameters
addStartActivity(ProcessActivity) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
This method used by an engine only.
ANY_RESULT - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 
assign(AccessController) - Method in class oracle.apps.fnd.wf.design.AccessController
Assigns the information from another access controller to this access controller.
assign(AttributeValue) - Method in class oracle.apps.fnd.wf.design.AttributeValue
Copies all the attribute value object information to this container.
assign(BaseComponent) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Assigns the information from the given design base component to this component.
assign(DesignBaseComponent) - Method in class oracle.apps.fnd.wf.design.Activity
Assigns the information from another Activity to this activity.
assignItemAttrValue(AttributeValue) - Method in class oracle.apps.fnd.wf.design.AttributeValue
Copies the item attribute name and item attribute value to this container.
Attribute - class oracle.apps.fnd.wf.design.Attribute.
Attribute is the container for the workflow property (attribute).
Attribute() - Constructor for class oracle.apps.fnd.wf.design.Attribute
Use this constructor only if the attribute name is not available.
Attribute(String) - Constructor for class oracle.apps.fnd.wf.design.Attribute
Use this constructor if the name of this attribute is available.
AttributeValue - class oracle.apps.fnd.wf.design.AttributeValue.
AttributeValue is the container for the workflow property's value (attribute value).
AttributeValue() - Constructor for class oracle.apps.fnd.wf.design.AttributeValue
Use this constructor only if the attribute value name is not available.
AttributeValue(String) - Constructor for class oracle.apps.fnd.wf.design.AttributeValue
Use this constructor if the attribute value name is available.
AttributeValue(String, Object) - Constructor for class oracle.apps.fnd.wf.design.AttributeValue
Use this constructor only for dynamic attributes.
ATTRTYPE_ATTRIBUTE - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_DATE - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_DOCUMENT - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_EVENT - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_FORM - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_LOOKUP - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_NUMBER - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_OBJECT - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_ROLE - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_TEXT - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRTYPE_URL - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRVTYPE_CONSTANT - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRVTYPE_DEFER - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRVTYPE_ITEMATTR - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
ATTRVTYPE_NOTSET - Static variable in class oracle.apps.fnd.wf.design.Attribute
 

B

BaseComponent - class oracle.apps.fnd.wf.common.BaseComponent.
BaseComponent provides the heirachical data structure that is observed in most of Workflow components at both runtime and design time.
BLOCK - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
BLOCK_RESULT - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 

C

Callable - interface oracle.apps.fnd.wf.engine.Callable.
This is a marker interface that should be implemented by all activity functions with a fixed Java interface.
CANCEL_MODE - Static variable in class oracle.apps.fnd.wf.design.Function
 
cancel(String) - Method in interface oracle.apps.fnd.wf.engine.Notification
Cancel an existing notification with comments.
cancel(WorkflowContext, ActivityResult, WorkItemProcessActivity) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Cancel this activity, called by an engine when it decides to call this activity.
cancel(WorkflowContext, ActivityResult, WorkItemProcessActivity) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Called to cancel this process.
CANCELLED - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
clone() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Creates a new Attribute value base on the current one.
clone() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Creates another process activity base on the current activity.
close(String) - Method in interface oracle.apps.fnd.wf.engine.Notification
Close an existing notification by a given role.
COMPLETE - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
continueFlow(String, ActivityResult) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
A convenient method for continueFlow with a runtime id
continueFlow(WorkItemProcessActivity, ActivityResult) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Continues flow with a previously blocked activity.
continueFlow(WorkItemProcessActivity, String) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
For backward compabilility
copyActivity(Activity) - Method in class oracle.apps.fnd.wf.design.Activity
Copies the member variables from pAct to this activity.
create(WorkflowContext) - Method in class oracle.apps.fnd.wf.common.Element
For internal use only.
create(WorkflowContext, Element) - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
create(WorkflowContext, Element) - Method in interface oracle.apps.fnd.wf.common.Store
Create a persistent view of the object in the context provided.
create(WorkflowContext, Element) - Method in interface oracle.apps.fnd.wf.common.Loader
Create a persistent representation of the component in the database.
create(WorkflowContext, Element) - Method in class oracle.apps.fnd.wf.design.DesignStore
Creates a component in the design store.
createAnyResult() - Static method in class oracle.apps.fnd.wf.engine.ActivityResult
Utility factory method to create an Any result
createAnyResult(WorkItemProcessActivity) - Static method in class oracle.apps.fnd.wf.engine.ActivityResult
Utility factory method to create an Any result
createBlockResult(WorkItemProcessActivity) - Static method in class oracle.apps.fnd.wf.engine.ActivityResult
Utility factory method to create a blocking event
createErrorResult(WorkItemProcessActivity) - Static method in class oracle.apps.fnd.wf.engine.ActivityResult
Utility factory method to create an error result
createExitTransitioins(WorkflowContext, ActivityResult) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
createNode() - Method in class oracle.apps.fnd.wf.design.Activity
Returns a newly created process activity base on this activity.
createRuntimeInstance(WorkflowContext) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns the runtime instance of this component.
createRuntimeInstance(WorkflowContext) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Creates a runtime instance of this process activity.
createRuntimeInstance(WorkflowContext) - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the runtime instance of this attribute, including default attribute value information.
createWaitResult(WorkItemProcessActivity) - Static method in class oracle.apps.fnd.wf.engine.ActivityResult
Utility factory method to create a waiting result
createWorkItem(WorkflowContext, String, String) - Method in class oracle.apps.fnd.wf.engine.WorkItemFactory
Creates new item instance.

D

DEFAULT_RESULT - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 
DesignBaseAttributeComponent - class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent.
DesignBaseAttributeComponent is the base class for all the workflow item types, messages, and activities (includes FunctionActivity, Process, and Notification).
DesignBaseAttributeComponent() - Constructor for class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
Use this constructor only if the component namme is not available.
DesignBaseAttributeComponent(String) - Constructor for class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
Use this constructor if the component name is available.
DesignBaseComponent - class oracle.apps.fnd.wf.design.DesignBaseComponent.
DesignBaseComponent is the base class for all the workflow design store objects.
DesignBaseComponent() - Constructor for class oracle.apps.fnd.wf.design.DesignBaseComponent
Use this constructor only if the component name is not available.
DesignBaseComponent(String) - Constructor for class oracle.apps.fnd.wf.design.DesignBaseComponent
Use this constructor if the component name is available.
DesignStore - class oracle.apps.fnd.wf.design.DesignStore.
DesignStore is the container for the workflow design store, which contains all of the workflow entities.
DesignStore() - Constructor for class oracle.apps.fnd.wf.design.DesignStore
 

E

EJB_TYPE - Static variable in class oracle.apps.fnd.wf.design.Function
 
Element - class oracle.apps.fnd.wf.common.Element.
Element class is the basic class for Workflow Component model.
ELEMENT_DB_CREATED - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_CREATING - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_DIRTY - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_LOADED - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_LOADING - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_NOT_INITIALIZED - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_SAVED - Static variable in class oracle.apps.fnd.wf.common.Element
 
ELEMENT_DB_SAVING - Static variable in class oracle.apps.fnd.wf.common.Element
 
EngineBaseComponent - class oracle.apps.fnd.wf.engine.EngineBaseComponent.
 
ERROR - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
ERROR_RESULT - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 
EVENT_TYPE - Static variable in class oracle.apps.fnd.wf.design.Activity
 
execute() - Method in class oracle.apps.fnd.wf.design.Process
Executes a process (dummy method at this point)
execute(WorkflowContext, ActivityResult) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Entry point for execution of this instance by the routing engine.
execute(WorkflowContext, ActivityResult) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Execution entry point of a process.
execute(WorkflowContext, WorkItemProcessActivity, ActivityResult, String) - Method in interface oracle.apps.fnd.wf.engine.Executor
This procedure is called when a workflow engine decides to execute a function per activity definition.
ExecutionException - exception oracle.apps.fnd.wf.engine.ExecutionException.
This exception must be thrown by an executor when it fails to execute a function assigned to an activity.
ExecutionException(Object, String) - Constructor for class oracle.apps.fnd.wf.engine.ExecutionException
DOCUMENT ME!
ExecutionException(Object, Throwable) - Constructor for class oracle.apps.fnd.wf.engine.ExecutionException
Creates a new ExecutionException object.
Executor - interface oracle.apps.fnd.wf.engine.Executor.
This interface must be implemented by all executors to be used by workflow engines.
EXTERNAL_TYPE - Static variable in class oracle.apps.fnd.wf.design.Function
 
EXTJAVA_TYPE - Static variable in class oracle.apps.fnd.wf.design.Function
 

F

Fault - class oracle.apps.fnd.wf.engine.Fault.
 
Fault(Throwable) - Constructor for class oracle.apps.fnd.wf.engine.Fault
 
find(WorkflowContext, Class, String) - Method in interface oracle.apps.fnd.wf.common.Loader
Retrieve a list of components from the database.
FORCED_COMPLETE - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
forward(String, String) - Method in interface oracle.apps.fnd.wf.engine.Notification
Delegate an existing notification to a given role with comments.
Function - class oracle.apps.fnd.wf.design.Function.
Function is the container for the workflow function.
FUNCTION_TYPE - Static variable in class oracle.apps.fnd.wf.design.Activity
 
Function() - Constructor for class oracle.apps.fnd.wf.design.Function
Use this constructor only if the function mode of the function is not available.
Function(String) - Constructor for class oracle.apps.fnd.wf.design.Function
Use this constructor if the function mode of this function is available.
FunctionActivity - class oracle.apps.fnd.wf.design.FunctionActivity.
FunctionActivity is the container for the workflow function activity.
FunctionActivity() - Constructor for class oracle.apps.fnd.wf.design.FunctionActivity
Use this constructor only if the function activity name is not available.
FunctionActivity(String) - Constructor for class oracle.apps.fnd.wf.design.FunctionActivity
Use this constructor if the function activity name is available.
FunctionActivity(String, Activity) - Constructor for class oracle.apps.fnd.wf.design.FunctionActivity
Use this constructor if the activity is available and if the activity information needs to be copied to this function activity.

G

getAccessController() - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns the access controller of this component, which includes information like 'protect level' and 'custom level'.
getAccessLevel() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the access level of this design store.
getActionOnRevisit() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the Workflow Engine action when this activity is transitioned to more than once.
getActivity() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Method returns the underline activity.
getActivity() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
This method override WorkItemProcessActivity to deal with root process that does not have a ProcessActivity instance
getActivity() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the activity associate with this function.
getActivity() - Method in class oracle.apps.fnd.wf.design.Function
Returns the activity that owns this function.
getActivity(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the activity in this item type that matches the given activity name.
getActivityByLabel(String) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Get the process activity instance, identified by given design time label.
getActivityByName(String) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Get the process activity instance, identified by given runtime id It is possbile that there may be more than one instance.
getActivityResultCode() - Method in class oracle.apps.fnd.wf.design.Transition
Returns the activity result code of this transition.
getAppsContext() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Returns AppsContext which was used to instantiate the WorkflowContext.
getAttribute() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Returns the attribute definition for this attribute value it also tries to convert the value object as well.
getAttribute(Object) - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Return attribute value for a given key value
getAttribute(String) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns the attribute of this component that matches the given name.
getAttribute(String) - Method in class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
Returns the attribute associates with this notification.
getAttributes() - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns a list of attribute(s) of this component.
getAttributeValue(String) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
This method returns an attribute of the same name in the current attribute value list or null
getAttributeValue(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the attribute value of this process activity that matches the given attribute name.
getAttributeValueArray() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns an array of item attributes
getAttributeValues() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Retrieve attribute values from database if needed
getAttributeValues() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the iterator points to the list of attribute values associate with this process activity.
getBlockedActivities(WorkflowContext) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
This list all current blocking activities, including those of subprocesses of this activity.
getBody() - Method in class oracle.apps.fnd.wf.design.Message
Returns the message body.
getCharset() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Returns current member value of character set.
getChildByTypeAndName(Class, String) - Method in class oracle.apps.fnd.wf.common.BaseComponent
Return a list of child components with the same type
getChildren() - Method in class oracle.apps.fnd.wf.common.BaseComponent
Returns all the children.
getChildrenByName(Object) - Method in class oracle.apps.fnd.wf.common.BaseComponent
Return a list of child components with the same name
getChildrenByType(Class) - Method in class oracle.apps.fnd.wf.common.BaseComponent
Return a list of child components with the same type
getComment() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the comment.
getCost() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the execution cost of this activity.
getCustomLevel() - Method in class oracle.apps.fnd.wf.design.AccessController
Returns the customization level of the component.
getDatabaseId() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This method will call super.getDatabaseId once this method is added to AOL/J context.
getDateFormat() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Get the date format mask for the current session associated with the database connection.
getDBStatus() - Method in class oracle.apps.fnd.wf.common.Element
Return the status in database
getDefaultAttributeValue() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the default attribute value information of this attribute.
getDefaultResult() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the default result code.
getDefaultValue() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the default attribute value.
getDescription() - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns the description of this component.
getDescriptor() - Method in class oracle.apps.fnd.wf.design.Function
Returns the descriptor of this function.
getDesignStore() - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
getDisplayName() - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns the display name of this component.
getDisplayName() - Method in class oracle.apps.fnd.wf.design.DesignStore
Not used
getEffectiveDate() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the effective date of this activity in String format.
getEMail() - Method in class oracle.apps.fnd.wf.design.Role
 
getEndDate() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
getEngineType() - Method in class oracle.apps.fnd.wf.design.Process
Returns the engine type.
getEnvStore() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This API is only available on AppsContext.
getError() - Method in class oracle.apps.fnd.wf.engine.Fault
 
getErrorItemType() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the internal name of the item type that owns the error process.
getErrorProcess() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Return the error process associated with the runtime instnace of this activity.
getErrorProcess() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the error process to execute in the event that an error occurs in the current activity.
getErrorStack() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This API is only available on AppsContext.
getExecuteRole() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the role who can execute this activity.
getExecuteRole() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the user role that has execute permission to this item type.
getExecuteRole() - Method in class oracle.apps.fnd.wf.design.AccessController
Returns the role name that has execute privilege to this component.
getExecuteRole() - Method in class oracle.apps.fnd.wf.design.Message
Returns the the role who has execute access to this message.
getExitCode() - Method in class oracle.apps.fnd.wf.design.Transition
Returns the exit code of the transition.
getExpDate() - Method in class oracle.apps.fnd.wf.design.Role
 
getExpression() - Method in class oracle.apps.fnd.wf.design.LookupCode
Returns the lookup code's description.
getExtraJDBCConnection(Object, String) - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This API is only available on AppsContext.
getFax() - Method in class oracle.apps.fnd.wf.design.Role
 
getFormat() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the attribute format.
getFunction(String) - Method in class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
Returns the function associates with this notification that matches the function mode.
getFunctionMode() - Method in class oracle.apps.fnd.wf.design.Function
Returns the function mode of this function.
getFunctionName() - Method in class oracle.apps.fnd.wf.design.Function
Returns the function name associates with this function.
getFunctions() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns a list of function(s) associate with this item type.
getFunctionType() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the type of Function associates to this activity.
getFunctionType() - Method in class oracle.apps.fnd.wf.design.FunctionActivity
Returns the type of Function associates to this activity.
getFunctionType() - Method in class oracle.apps.fnd.wf.design.Function
Returns the function type of this function.
getGeometry() - Method in class oracle.apps.fnd.wf.design.Transition
Returns the arrow geometry of this transition.
getHtmlBody() - Method in class oracle.apps.fnd.wf.design.Message
Returns the HTML body of the message.
getIconGeometry() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the coordination of the icon for this process activity.
getIconName() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the icon name associates with this activity.
getIconName() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the icon name.
getId() - Method in class oracle.apps.fnd.wf.common.Element
Returns the id for this component, its meaning is upto the subclass to interpret.
getInboundTransitions() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the iterator that points to a list of inbound transition(s).
getInstance() - Static method in class oracle.apps.fnd.wf.engine.WorkItemFactory
Get instance of this singleton WorkItemFactory
getInstance() - Static method in class oracle.apps.fnd.wf.common.StoreManager
 
getInstance(WorkflowContext) - Static method in class oracle.apps.fnd.wf.design.DesignStore
Factory method for a design store.
getInstancePath() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
This is information method could be used to identify the instance of this component.
getInstancePath() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
getInstancesByNode(ProcessActivity) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Convenient method to list all WorkItemProcessActivities for a given ProcessActivity.
getItemKey() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns item key of this instnace
getItemType() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns item type of this instnace
getItemType() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the item type associates to this activity.
getItemType() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the item type name associates with this process activity.
getItemType() - Method in class oracle.apps.fnd.wf.design.Message
Returns the item type which this message belogs to.
getItemType() - Method in class oracle.apps.fnd.wf.design.LookupType
Returns the name of the item type that where this lookup type belongs.
getItemType(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns an item type given a item type name.
getItemType(WorkflowContext, String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns an item type in the design store given a item type name, or creates one if it's not already exist or not loaded.
getItemTypes() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the iterator that points to a list of item type(s).
getJDBCConnection() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This method returns current JDBC connection for this context.
getLangPref() - Method in class oracle.apps.fnd.wf.design.Role
 
getLanguage() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the language used in this design store.
getLoader() - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
getLoader() - Method in interface oracle.apps.fnd.wf.common.Store
Returns a loader object that is assigned to the store.
getLoader() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the loader associates with this design store.
getLookupCodes() - Method in class oracle.apps.fnd.wf.design.LookupType
Returns the all lookup code(s) associate with this lookup type.
getLookupType() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the lookup type associates to this activity that matches the result type of the existing activity.
getLookupType() - Method in class oracle.apps.fnd.wf.design.LookupCode
Returns the lookup type where this lookup code belongs.
getMajorVersion() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the major version of this design store.
getMappingType() - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Returns the transition mapping type.
getMappingValue() - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Returns the transition's mapping value.
getMeaning() - Method in class oracle.apps.fnd.wf.design.LookupCode
Returns the lookup code's meaning.
getMessage() - Method in class oracle.apps.fnd.wf.engine.ExecutionException
 
getMessage() - Method in class oracle.apps.fnd.wf.design.Notification
Returns the message associates with this notification.
getMessage(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the message in this item type that matches the given message name.
getMessageAttributes() - Method in class oracle.apps.fnd.wf.design.Message
Returns the message attribute associate to this message.
getMessageName() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the name of the message associates to this activity.
getMetaType() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
DesignStore entity reference of this engine component.
getMetaType() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns ItemType on which this workitem is based
getMinorVersion() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the minor version of this design store.
getName() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Get internal name of this process
getName() - Method in class oracle.apps.fnd.wf.common.BaseComponent
A convenient method for Id
getName() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the process activity name.
getNLSLanguage() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Get NLS language for the current session associated with the database connection.
getNodeType() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the node type of this process activity.
getNotifcationPref() - Method in class oracle.apps.fnd.wf.design.Role
 
getNotificationId() - Method in interface oracle.apps.fnd.wf.engine.Notification
Obtain the notificaction id from the existing notification.
getNumberFormat() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Get the date format mask for current session associated with the database connection.
getOnRevisit() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Wrapper method to return the defined policy on revisiting a process activity.
getOutTransitions() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Used to get a list of exit transitions of this activity
getOwner() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns owner of of this item instnace
getOwner() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Returns the owner of this attribute value.
getParameter(String) - Method in class oracle.apps.fnd.wf.engine.ActivityResult
return named value stored in the mParameters
getParent() - Method in class oracle.apps.fnd.wf.common.BaseComponent
Return parent of this object.
getParentContext() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns item parent context
getParentKey() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Gets parent item key
getParentType() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns item parent type
getPendingActivities(WorkflowContext) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Returns a list of activity currently pending for execution.
getPerformerName() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the performer name of this process activity.
getPersistenceDuration() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the persistence duration, which controls how long (in days) a status audit trail is maintained for each instance of the item type if the persistence type is temporary.
getPersistenceType() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the persistence type, which controls how long a status audit trail is maintained for each instance of the item type.
getPreferenceStore() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This API is only available on AppsContext.
getPriority() - Method in class oracle.apps.fnd.wf.design.Message
Returns the priority of the message.
getPriorityType() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the #PRIORITY attribute type.
getPriorityValue() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the #PRIORITY attribute value.
getProcess() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Retrieve the meta defintion of this process.
getProcess() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns root process of this instnace.
getProcess() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the parent process of this process activity.
getProcess(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the process in this item type that matches the given process name.
getProcessActivities() - Method in class oracle.apps.fnd.wf.design.Process
Returns the all process activities associate with this process.
getProcessActivity() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Retrieve the procces activity on which this instance is based on.
getProcessActivity(String) - Method in class oracle.apps.fnd.wf.design.Process
Returns the process activity that matches the given node name.
getProcessActivityById(String) - Method in class oracle.apps.fnd.wf.design.Process
Returns the process activity that matches the given process's ID.
getProcessName() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Return the name of process defintion
getProfileStore() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This API is only available on AppsContext.
getProtectLevel() - Method in class oracle.apps.fnd.wf.design.AccessController
Returns the protection level of the component.
getReadRole() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the role who has read access to this activity.
getReadRole() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the user role that has read access to this item type.
getReadRole() - Method in class oracle.apps.fnd.wf.design.AccessController
Returns the role name that has read access to this component.
getReadRole() - Method in class oracle.apps.fnd.wf.design.Message
Returns the the role who has read access to this message.
getResource(String, String) - Method in class oracle.apps.fnd.wf.common.WorkflowResourceStore
Returns resouce object for a given application, and resource name Internally, this call uses appName+"TKN" as resource type, together with resource name, nlslang of current JDBC connection to retrieve resouce object.
getResourceID(String, String) - Method in class oracle.apps.fnd.wf.common.WorkflowResourceStore
 
getResourceStore() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Return the singleton WorkflowResourceStore.
getResourceText(String, String) - Method in class oracle.apps.fnd.wf.common.WorkflowResourceStore
 
getResult() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the result type of this activity.
getReturnCode() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
Return event mCode when the activity result was constructed.
getRole() - Method in class oracle.apps.fnd.wf.design.Notification
Returns the role associates with this notification.
getRootException() - Method in class oracle.apps.fnd.wf.common.WorkflowException
return the exception caused this error.
getRuntimeMsg() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Return a runtime id that can be used to restall the snapshot of runtime image
getRuntimeStore(WorkflowContext) - Method in class oracle.apps.fnd.wf.engine.WorkItemFactory
 
getSecGroupId() - Method in class oracle.apps.fnd.wf.design.Function
Returns the security group Id of this function.
getSelector() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the selector function associate with this item type, which determines which PL/SQL function to execute in any given situation.
getSource() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
return the source object that results in this event.
getSource() - Method in class oracle.apps.fnd.wf.common.WorkflowException
Return source object where the root exception occured
getSourceId() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Returns the item attribute name when value type is item attribute, otherwise returns null.
getSourceName() - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Returns the source process activity name.
getSourceType() - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Returns the source process activity's type.
getStartDate() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
getStartProcessActivities() - Method in class oracle.apps.fnd.wf.design.Process
Returns the starting process activity/activities.
getStatus() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Return current runtime status of this component.
getStatus() - Method in class oracle.apps.fnd.wf.design.Role
 
getStatusInXML() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Return runtime status of this component in xml
getStore(WorkflowContext, Class, Object) - Method in class oracle.apps.fnd.wf.common.StoreManager
 
getStoreLocation() - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
getStoreLocation() - Method in interface oracle.apps.fnd.wf.common.Store
Returns location of the store, the format of this string is understood by the loader.
getStoreLocation() - Method in class oracle.apps.fnd.wf.design.DesignStore
Returns the location of this design store.
getSubject() - Method in class oracle.apps.fnd.wf.design.Message
Returns the message subject.
getSubtype() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the attribute subtype.
getTargetName() - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Returns the target process activity name.
getTargetType() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the java class name associate with the attribute type.
getTargetType() - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Returns the target process activity's type.
getTempFunction() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the name of the function associates to this activity.
getTerritory() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Get NLS Territory for the current session associated with the database connection.
getTerritoryPref() - Method in class oracle.apps.fnd.wf.design.Role
 
getTimeOutType() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the #TIMEOUT attribute type ("CONSTANT" or "ITEMATTR").
getTimeOutValue() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the #TIMEOUT attribute value.
getToNode() - Method in class oracle.apps.fnd.wf.design.Transition
Returns the process activity (node) where this transition points to.
getToNodeName() - Method in class oracle.apps.fnd.wf.design.Transition
Returns the node name where this transition points to.
getTransitions() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the iterator that points to a list of transition(s).
getTransitions(ActivityResult) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the iterator that points to a list of transition(s) that matches the given event's return code.
getType() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the type of activity ("PROCESS", "FUNCTION", etc).
getType() - Method in class oracle.apps.fnd.wf.design.FunctionActivity
Returns the type of this activity (i.e.
getType() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the attribute type.
getType() - Method in class oracle.apps.fnd.wf.design.Notification
Returns the type of this activity (i.e.
getType() - Method in class oracle.apps.fnd.wf.design.Process
Returns the type of the activity (i.e.
getUserKey() - Method in class oracle.apps.fnd.wf.engine.WorkItem
Returns user defined key of this instnace
getValue() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Returns the value of the attribute.
getValueType() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Returns the value type of the attribute.
getValueType() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns the value type of this process activity.
getValueType() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns the value type of the attribute.
getVersion() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the version of this activity.
getWFContext() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
For internal use only.
getWorkItem() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Each process activity must belong to a workitem.
getWorkItem(WorkflowContext, String, String) - Method in class oracle.apps.fnd.wf.engine.WorkItemFactory
 
getWorkItem(WorkflowContext, String, String) - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
getWorkItem(WorkflowContext, String, String, String) - Method in class oracle.apps.fnd.wf.engine.WorkItemFactory
 
getWorkItemList(WorkflowContext) - Method in class oracle.apps.fnd.wf.engine.WorkItemFactory
Return a list of WorkItems
getWorkItemProcess() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Convient method to return the owner process of this instance.
getWriteRole() - Method in class oracle.apps.fnd.wf.design.Activity
Returns the role who has write access to this activity.
getWriteRole() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns the user role that has write access to this item type.
getWriteRole() - Method in class oracle.apps.fnd.wf.design.AccessController
Returns the role name that has write access to this component.
getWriteRole() - Method in class oracle.apps.fnd.wf.design.Message
Returns the the role who has write access to this message.

H

handleError(WorkflowContext, Throwable) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
This is called when an exeption is thrown by an executor.
handleError(WorkflowContext, Throwable) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Handle errors that occurs in this process.

I

IGNORE - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
isActive() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Convenient method to test if the component is still to be executed.
isAnyEvent() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
Test if this event is an any event
isAStartNode() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns if the node is startable.
isAttach() - Method in class oracle.apps.fnd.wf.design.Attribute
Returns if there's a attachment.
isBlockEvent() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
Test if this event is a block event
isComplete() - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Convenient method to test if the component has finished execution.
isDefaultEvent(String) - Static method in class oracle.apps.fnd.wf.engine.ActivityResult
Utitlity method to test if a mCode is default or not
isDefaultTransition() - Method in class oracle.apps.fnd.wf.design.Transition
Returns the default status of the transition.
isEndActivity() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
Is this activity an end activity of its process? This is meta data information.
isEndNode() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Returns if the node is a end node.
isErrorEvent() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
Test if this event is an error event
isHistory() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
isLoaded() - Method in class oracle.apps.fnd.wf.design.ItemType
Returns if this item type is loaded to the design store.
isRoleExpandable() - Method in class oracle.apps.fnd.wf.design.Notification
Returns if more than one response is required to continue a activity.
isRunnable() - Method in class oracle.apps.fnd.wf.design.Activity
Returns if the process is enabled for execution.
isWaitingEvent() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
Test if this event is a waiting event
ItemType - class oracle.apps.fnd.wf.design.ItemType.
ItemType is the container for the workflow item type.
ItemType() - Constructor for class oracle.apps.fnd.wf.design.ItemType
Use this constructor only if the item type name is not available.
ItemType(String) - Constructor for class oracle.apps.fnd.wf.design.ItemType
Use this constructor if the item type name is available.

J

JAVA_TYPE - Static variable in class oracle.apps.fnd.wf.design.Function
 

L

load(WorkflowContext) - Method in class oracle.apps.fnd.wf.common.Element
Load this component from a persistent medium.
load(WorkflowContext, Element) - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
load(WorkflowContext, Element) - Method in interface oracle.apps.fnd.wf.common.Store
Load a compoenent from its persistent storage.
load(WorkflowContext, Element) - Method in interface oracle.apps.fnd.wf.common.Loader
Load persistent data for the component from a persistent source.
load(WorkflowContext, Element) - Method in class oracle.apps.fnd.wf.design.DesignStore
Loads a component from design store.
Loader - interface oracle.apps.fnd.wf.common.Loader.
Loader is the persistent manager of all workflow components that subclass Element.
loadItem(WorkflowContext, String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Creates an item type within this design store and populates the item type.
loadResource(String, String) - Method in class oracle.apps.fnd.wf.common.WorkflowResourceStore
 
loadResources(Resource[]) - Method in class oracle.apps.fnd.wf.common.WorkflowResourceStore
 
loadStore(WorkflowContext) - Method in class oracle.apps.fnd.wf.design.DesignStore
Populates the design store based on the store information retrieved from the loader.
LookupCode - class oracle.apps.fnd.wf.design.LookupCode.
LookupCode is the container for the workflow lookup codes.
LookupCode() - Constructor for class oracle.apps.fnd.wf.design.LookupCode
Use this constructor only if the lookup code is not available.
LookupCode(String) - Constructor for class oracle.apps.fnd.wf.design.LookupCode
Use this constructor if the lookup code is available.
LookupType - class oracle.apps.fnd.wf.design.LookupType.
LookupType is the container for the workflow lookup types.
LookupType() - Constructor for class oracle.apps.fnd.wf.design.LookupType
Use this constructor only if the lookup type is not available.
LookupType(String) - Constructor for class oracle.apps.fnd.wf.design.LookupType
Use this constructor if the lookup type is available.
LOOP - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 

M

MAILHTML - Static variable in class oracle.apps.fnd.wf.design.Role
 
MAILTEXT - Static variable in class oracle.apps.fnd.wf.design.Role
 
Message - class oracle.apps.fnd.wf.design.Message.
Function is the container for the workflow function.
Message() - Constructor for class oracle.apps.fnd.wf.design.Message
Use this constructor only if the message name is not available.
Message(String) - Constructor for class oracle.apps.fnd.wf.design.Message
Use this constructor if the message name is available.

N

NOT_INITIALIZED - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
Notification - interface oracle.apps.fnd.wf.engine.Notification.
This interface should be implemented by entities which will be used for managing notification with Oracle Workflow.
Notification - class oracle.apps.fnd.wf.design.Notification.
Notification is the base class for the workflow notification.
NOTIFICATION_TYPE - Static variable in class oracle.apps.fnd.wf.design.Activity
 
Notification() - Constructor for class oracle.apps.fnd.wf.design.Notification
Use this constructor only if the notification name is not available.
Notification(String) - Constructor for class oracle.apps.fnd.wf.design.Notification
Use this constructor if the notification name is available.
Notification(String, Activity) - Constructor for class oracle.apps.fnd.wf.design.Notification
Use this constructor if the activity is available and if the activity information needs to be copied to this notification activity.

O

oracle.apps.fnd.wf.common - package oracle.apps.fnd.wf.common
 
oracle.apps.fnd.wf.design - package oracle.apps.fnd.wf.design
 
oracle.apps.fnd.wf.engine - package oracle.apps.fnd.wf.engine
 

P

PERIOD_TO_KEEP - Static variable in class oracle.apps.fnd.wf.engine.RuntimeStore
 
PLSQL_TYPE - Static variable in class oracle.apps.fnd.wf.design.Function
 
printStackTrace() - Method in class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
printStackTrace(PrintStream) - Method in class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
printStackTrace(PrintWriter) - Method in class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
Process - class oracle.apps.fnd.wf.design.Process.
Process is the container for the workflow process.
PROCESS_TYPE - Static variable in class oracle.apps.fnd.wf.design.Activity
 
Process() - Constructor for class oracle.apps.fnd.wf.design.Process
Use this constructor only if the process name is not available.
Process(String) - Constructor for class oracle.apps.fnd.wf.design.Process
Use this constructor if the process name is available.
ProcessActivity - class oracle.apps.fnd.wf.design.ProcessActivity.
ProcessActivity is the container for the workflow process.
ProcessActivity() - Constructor for class oracle.apps.fnd.wf.design.ProcessActivity
Use this constructor only if the process activity name is not available.
ProcessActivity(Activity) - Constructor for class oracle.apps.fnd.wf.design.ProcessActivity
Use this constructor if the assoicated activity is available.
ProcessActivity(String) - Constructor for class oracle.apps.fnd.wf.design.ProcessActivity
Use this constructor if the process activity name is available.
PTYPE_PERM - Static variable in class oracle.apps.fnd.wf.design.ItemType
 
PTYPE_TEMP - Static variable in class oracle.apps.fnd.wf.design.ItemType
 
purge() - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 

Q

QUERY - Static variable in class oracle.apps.fnd.wf.design.Role
 

R

RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.WorkItemFactory
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.ExecutionException
 
RCS_ID - Static variable in interface oracle.apps.fnd.wf.engine.Callable
 
RCS_ID - Static variable in interface oracle.apps.fnd.wf.engine.Notification
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcess
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.WorkItem
 
RCS_ID - Static variable in interface oracle.apps.fnd.wf.engine.Executor
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.RuntimeStore
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.Fault
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.engine.UnhandledFaultException
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.Element
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.BaseComponent
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.WorkflowException
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.WorkflowContext
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.WorkflowResourceStore
 
RCS_ID - Static variable in interface oracle.apps.fnd.wf.common.Store
 
RCS_ID - Static variable in interface oracle.apps.fnd.wf.common.Loader
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.WorkflowRuntimeException
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.StreamLog
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.common.StoreManager
 
RCS_ID - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.DesignBaseComponent
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.AttributeValue
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Activity
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.FunctionActivity
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.ItemType
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.ProcessActivity
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.AccessController
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.LookupCode
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.TransitionMapping
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Notification
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Message
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Process
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.LookupType
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Role
 
RCS_ID - Static variable in class oracle.apps.fnd.wf.design.Function
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.WorkItemFactory
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.ExecutionException
 
RCS_ID_RECORDED - Static variable in interface oracle.apps.fnd.wf.engine.Callable
 
RCS_ID_RECORDED - Static variable in interface oracle.apps.fnd.wf.engine.Notification
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcess
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.WorkItem
 
RCS_ID_RECORDED - Static variable in interface oracle.apps.fnd.wf.engine.Executor
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.RuntimeStore
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.Fault
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.engine.UnhandledFaultException
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.Element
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.BaseComponent
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.WorkflowException
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.WorkflowContext
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.WorkflowResourceStore
 
RCS_ID_RECORDED - Static variable in interface oracle.apps.fnd.wf.common.Store
 
RCS_ID_RECORDED - Static variable in interface oracle.apps.fnd.wf.common.Loader
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.WorkflowRuntimeException
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.StreamLog
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.common.StoreManager
 
RCS_ID_RECORDED - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.DesignBaseComponent
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.AttributeValue
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.DesignBaseAttributeComponent
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Activity
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.FunctionActivity
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.ItemType
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.ProcessActivity
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.AccessController
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Attribute
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.LookupCode
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.TransitionMapping
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Notification
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Message
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Process
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.LookupType
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Role
 
RCS_ID_RECORDED - Static variable in class oracle.apps.fnd.wf.design.Function
 
releaseExtraJDBCConnection(Connection) - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This API is only available on AppsContext.
releaseJDBCConnection() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Release JDBC Connection that is held by this context.
removeChild(BaseComponent) - Method in class oracle.apps.fnd.wf.common.BaseComponent
Remove a child from this component, will set parent to be null.
removeChildren() - Method in class oracle.apps.fnd.wf.common.BaseComponent
Remove all children from its child list.
RESET - Static variable in class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
resolveReference() - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Resolves all the 'broken link(s)'.
resolveReference() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Resolves the Attribute definition reference to the actual Attribute if it is not already exist.
resolveReference() - Method in class oracle.apps.fnd.wf.design.Activity
Creates function class if there's no Java Function class created.
resolveReference() - Method in class oracle.apps.fnd.wf.design.ItemType
Resolves the Role definition reference to the actual Role base on the role name defined in this item type if it is not already exist.
resolveReference() - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Resolves the Activity reference to the actual Activity if it is not already exist.
resolveReference() - Method in class oracle.apps.fnd.wf.design.Function
Resolves the function mode definition reference to the actual function name.
respond(String, String) - Method in interface oracle.apps.fnd.wf.engine.Notification
Responding to an existing notification by a given role with comments.
resumeFlow() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Resume a previous suspended this process
retryActivity(WorkItemProcessActivity) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Retry a blocked activity
Role - class oracle.apps.fnd.wf.design.Role.
 
Role() - Constructor for class oracle.apps.fnd.wf.design.Role
 
Role(String) - Constructor for class oracle.apps.fnd.wf.design.Role
 
RUN_MODE - Static variable in class oracle.apps.fnd.wf.design.Function
 
RuntimeStore - class oracle.apps.fnd.wf.engine.RuntimeStore.
 
RuntimeStore() - Constructor for class oracle.apps.fnd.wf.engine.RuntimeStore
 
RuntimeStore(DesignStore) - Constructor for class oracle.apps.fnd.wf.engine.RuntimeStore
 

S

save(WorkflowContext) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
save(WorkflowContext) - Method in class oracle.apps.fnd.wf.common.Element
For internal use only.
save(WorkflowContext, Element) - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
save(WorkflowContext, Element) - Method in interface oracle.apps.fnd.wf.common.Store
Save an child element with the provided WorkflowContext.
save(WorkflowContext, Element) - Method in interface oracle.apps.fnd.wf.common.Loader
Save the component to the database.
save(WorkflowContext, Element) - Method in class oracle.apps.fnd.wf.design.DesignStore
Saves a component to design store.
saveStore(WorkflowContext) - Method in class oracle.apps.fnd.wf.design.DesignStore
Saves the design store to a specific format (wft, xml, database) based on the version of loader used.
setAccessLevel(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Setter function for the access level of this design store.
setActionOnRevisit(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the Workflow Engine action when this activity is transitioned to more than once.
setActivity(Activity) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the associated activity.
setActivityName(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for activity name.
setActivityResultCode(String) - Method in class oracle.apps.fnd.wf.design.Transition
Setter function for the activity result code of this transition.
setAttach(boolean) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the attachment flag.
setAttributeValue(String, Object) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Set a name attribute value to a base component.
setAttributeValues(Map) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Set attribute value in bulk
setAttributeValues(Map) - Method in class oracle.apps.fnd.wf.engine.WorkItem
Sets attribute values for this workitem.
setBody(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the message body.
setCharset(String) - Method in class oracle.apps.fnd.wf.common.WorkflowContext
Use this API to change the character set for the context.
setComment(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the comment.
setCost(int) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the execution cost of this activity.
setCustomLevel(String) - Method in class oracle.apps.fnd.wf.design.AccessController
Setter function for the customization level of the component.
setDefaultResult(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the default result code.
setDefaultValue(Object) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the attribute's default value.
setDescription(String) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Setter function for the description of this component.
setDescriptor(String) - Method in class oracle.apps.fnd.wf.design.Function
Setter function for the descriptor of this function.
setDesignStore(DesignStore) - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
setDisplayName(String) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Setter function for the display name of this component.
setEffectiveDate(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the effective date of this activity.
setEMail(String) - Method in class oracle.apps.fnd.wf.design.Role
 
setEngineType(String) - Method in class oracle.apps.fnd.wf.design.Process
Setter function for engine type.
setErrorItemType(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the internal name of the item type that owns the error process.
setErrorProcess(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the error process to execute in the event that an error occurs in the current activity.
setExecuteRole(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the role who can execute this activity.
setExecuteRole(String) - Method in class oracle.apps.fnd.wf.design.AccessController
Setter function for the role who has execute privilege to this component.
setExecuteRoleName(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for role name that has execute permission to this item type.
setExecuteRoleName(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the role name who has execute access to this message.
setExpandRole(boolean) - Method in class oracle.apps.fnd.wf.design.Notification
Setter function for expand role.
setExpDate(Date) - Method in class oracle.apps.fnd.wf.design.Role
 
setExpression(String) - Method in class oracle.apps.fnd.wf.design.LookupCode
Setter function for lookup code's description.
setFax(String) - Method in class oracle.apps.fnd.wf.design.Role
 
setFormat(String) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the attribute's format.
setFunctionName(String) - Method in class oracle.apps.fnd.wf.design.Function
Setter function for the function name associates to this function.
setFunctionType(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the type of Function associates to this activity.
setFunctionType(String) - Method in class oracle.apps.fnd.wf.design.Function
Setter function for the function type of this function.
setGeometry(String) - Method in class oracle.apps.fnd.wf.design.Transition
Setter function for transition's arrow geometry.
setHtmlBody(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the HTML body of the message.
setIconGeometry(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the coordination of the icon for this process activity.
setIconName(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the icon name associates with this activity.
setIconName(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the icon name.
setItemType(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the item type name associates with this process activity.
setItemType(String) - Method in class oracle.apps.fnd.wf.design.LookupType
Setter function for lookup code's item type name.
setLangPref(String) - Method in class oracle.apps.fnd.wf.design.Role
 
setLanguage(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Setter function for the language used in this design store.
setLevel(int) - Method in class oracle.apps.fnd.wf.common.StreamLog
Sets the log level.
setLoaded(boolean) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for whether the item type is loaded to the design store.
setLoader() - Method in class oracle.apps.fnd.wf.design.DesignStore
Sets the loader associates with this design store based on store type.
setMajorVersion(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Setter function for the major version of this design store.
setMappingType(String) - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Setter function for transition's mapping type.
setMappingValue(String) - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Setter function for transition's mapping value.
setMeaning(String) - Method in class oracle.apps.fnd.wf.design.LookupCode
Setter function for lookup code's meaning.
setMessageName(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the name of the message associates to this activity.
setMetaType(DesignBaseComponent) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Sets DesignStore entity reference of this engine component.
setMinorVersion(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Setter function for the minor version of this design store.
setModule(String) - Method in class oracle.apps.fnd.wf.common.StreamLog
Module functionality is not supported.
setName(String) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Setter function for the component name.
setName(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the process activity name.
setName(String) - Method in class oracle.apps.fnd.wf.design.Function
Sets the name of this function, which also sets the function mode of this function.
setNodeType(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the node type of this process activity.
setNotifcationPref(String) - Method in class oracle.apps.fnd.wf.design.Role
 
setOwner(String) - Method in class oracle.apps.fnd.wf.engine.WorkItem
Sets new owner of this item instnace.
setParentContext(String, String, String) - Method in class oracle.apps.fnd.wf.engine.WorkItem
Sets context information for its parent workitem.
setPerformerName(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the performer name of this process activity.
setPersistenceDuration(BigDecimal) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for the persistence duration.
setPersistenceType(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for the persistence type.
setPriority(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the priority of the message.
setPriorityType(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the #PRIORITY attribute type.
setPriorityValue(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the #PRIORITY attribute value.
setProtectLevel(String) - Method in class oracle.apps.fnd.wf.design.AccessController
Setter function for the protection level of the component.
setReadRole(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the role who has read access to this activity.
setReadRole(String) - Method in class oracle.apps.fnd.wf.design.AccessController
Setter function for the role who has read access to this component.
setReadRoleName(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for role name that has read access to the item type.
setReadRoleName(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the role name who has read access to this message.
setResolved(boolean) - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Setter function for whether this component is resolved.
setResourceStore(ResourceStore) - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This method does nothing, Default WorkflowResourceStore will be constructed when it is requested.
setResult(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the result type of this activity.
setRunnable(boolean) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for whether a process is enable during execution time.
setSecGroupId(String) - Method in class oracle.apps.fnd.wf.design.Function
Setter function for the security group Id of this function.
setSelector(Function) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for the selector function.
setSourceName(String) - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Setter function for transition's the source process activity name.
setSourceType(String) - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Setter function for transition's the source process activity's type.
setStatus(String) - Method in class oracle.apps.fnd.wf.engine.EngineBaseComponent
Change status of this component, should only be used by engines internally.
setStatus(String) - Method in class oracle.apps.fnd.wf.design.Role
 
setStore(Store) - Method in class oracle.apps.fnd.wf.common.Element
Set the store this object belongs to.
setStoreLocation(String) - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
setStoreLocation(String) - Method in interface oracle.apps.fnd.wf.common.Store
Change store location
setStoreLocation(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Setter function for the location of this design store.
setStoreType(String) - Method in class oracle.apps.fnd.wf.design.DesignStore
Setter function for the type of the store is used in this design store.
setSubject(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the message subject.
setSubtype(String) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the attribute subtype.
setTargetName(String) - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Setter function for transition's the target process activity name.
setTargetType(String) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the attribute type's java class name.
setTargetType(String) - Method in class oracle.apps.fnd.wf.design.TransitionMapping
Setter function for transition's the target process activity's type.
setTempFunction(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the function name associates to this activity.
setTerritoryPref(String) - Method in class oracle.apps.fnd.wf.design.Role
 
setTimeOutType(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the #TIMEOUT attribute type ("*" = "ITEMATTR", or "CONSTANT" otherwise).
setTimeOutValue(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the #TIMEOUT attribute value.
setToNodeName(String) - Method in class oracle.apps.fnd.wf.design.Transition
Setter function for the node where the transition points to.
setType(String) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the attribute type.
setUserKey(String) - Method in class oracle.apps.fnd.wf.engine.WorkItem
Sets a user defined key of this instnace
setValue(Object) - Method in class oracle.apps.fnd.wf.design.AttributeValue
Sets the value of an attribute.
setValueType(String) - Method in class oracle.apps.fnd.wf.design.AttributeValue
Setter function for the value type of the attribute.
setValueType(String) - Method in class oracle.apps.fnd.wf.design.ProcessActivity
Setter function for the value type of this process activity.
setValueType(String) - Method in class oracle.apps.fnd.wf.design.Attribute
Setter function for the value type of the attribute.
setVersion(int) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the version of this activity.
setWriteRole(String) - Method in class oracle.apps.fnd.wf.design.Activity
Setter function for the role who has write access to this activity.
setWriteRole(String) - Method in class oracle.apps.fnd.wf.design.AccessController
Setter function for the role who has write permission to this component.
setWriteRoleName(String) - Method in class oracle.apps.fnd.wf.design.ItemType
Setter function for role name that has write access to the item type.
setWriteRoleName(String) - Method in class oracle.apps.fnd.wf.design.Message
Setter function for the role name who has write access to this message.
skipActivity(WorkItemProcessActivity, String) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Skip a blocked activity
SOAP_TYPE - Static variable in class oracle.apps.fnd.wf.design.Function
 
startFlow() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Starts a previously created flow.
Store - interface oracle.apps.fnd.wf.common.Store.
Store is a container where instances of workflow entities are managed.
StoreManager - class oracle.apps.fnd.wf.common.StoreManager.
 
StreamLog - class oracle.apps.fnd.wf.common.StreamLog.
Simplified version of AppsLog to be used when Apps has NOT been installed.
StreamLog(Context) - Constructor for class oracle.apps.fnd.wf.common.StreamLog
Constructs a StreamLog based on the environment store.
SUMMARY - Static variable in class oracle.apps.fnd.wf.design.Role
 
SUSPENDED - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
suspendFlow() - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Suspends an existing this process

T

test(Object, int) - Method in class oracle.apps.fnd.wf.common.StreamLog
Checks whether logging is enabled for this object and level.
TIMEOUT_MODE - Static variable in class oracle.apps.fnd.wf.design.Function
 
toString() - Method in class oracle.apps.fnd.wf.engine.ActivityResult
Return a string representation of this activity result
toString() - Method in class oracle.apps.fnd.wf.engine.RuntimeStore
 
toString() - Method in class oracle.apps.fnd.wf.engine.Fault
 
toString() - Method in class oracle.apps.fnd.wf.common.Element
 
toString() - Method in class oracle.apps.fnd.wf.common.StoreManager
 
toString() - Method in class oracle.apps.fnd.wf.design.DesignBaseComponent
Returns the display name (or component name) of this component.
toString() - Method in class oracle.apps.fnd.wf.design.AttributeValue
Returns the attribute value in String format.
toString() - Method in class oracle.apps.fnd.wf.design.LookupType
Returns the display name of the lookup type.
transfer(String, String) - Method in interface oracle.apps.fnd.wf.engine.Notification
Transfer an existing notification to a given role with comments.
Transition - class oracle.apps.fnd.wf.design.Transition.
Transition is the container for the workflow transition.
Transition() - Constructor for class oracle.apps.fnd.wf.design.Transition
 
TransitionMapping - class oracle.apps.fnd.wf.design.TransitionMapping.
TransitionMapping is the container for the workflow transition mapping.
TransitionMapping() - Constructor for class oracle.apps.fnd.wf.design.TransitionMapping
 

U

UnhandledFaultException - exception oracle.apps.fnd.wf.engine.UnhandledFaultException.
 
UnhandledFaultException(Object, Fault) - Constructor for class oracle.apps.fnd.wf.engine.UnhandledFaultException
 
UnhandledFaultException(Object, String) - Constructor for class oracle.apps.fnd.wf.engine.UnhandledFaultException
 
UnhandledFaultException(Object, Throwable) - Constructor for class oracle.apps.fnd.wf.engine.UnhandledFaultException
 
updateNLSSettings() - Method in class oracle.apps.fnd.wf.common.WorkflowContext
This method will refresh NLS settings using the current database connection.
updateProcessStatus(WorkflowContext, ActivityResult) - Method in class oracle.apps.fnd.wf.engine.WorkItemProcess
Force closing all pending activity.
UserFaultException - exception oracle.apps.fnd.wf.engine.UserFaultException.
Exception raised by user through throw activity
UserFaultException(Object, Fault) - Constructor for class oracle.apps.fnd.wf.engine.UserFaultException
Creates a new UserFaultException object.
UserFaultException(Object, String) - Constructor for class oracle.apps.fnd.wf.engine.UserFaultException
Creates a new UserFaultException object.
UserFaultException(Object, Throwable) - Constructor for class oracle.apps.fnd.wf.engine.UserFaultException
Creates a new UserFaultException object.

V

validate(WFContext, int) - Method in class oracle.apps.fnd.wf.design.Activity
Returns the validation of this activity.
validate(WFContext, int) - Method in class oracle.apps.fnd.wf.design.FunctionActivity
Returns the validation of this activity.
validate(WFContext, int) - Method in class oracle.apps.fnd.wf.design.Notification
Returns the validation of this activity.
validate(WFContext, int) - Method in class oracle.apps.fnd.wf.design.Process
Returns the validation of this activity.

W

WAITING - Static variable in class oracle.apps.fnd.wf.engine.EngineBaseComponent
 
WAITING_RESULT - Static variable in class oracle.apps.fnd.wf.engine.ActivityResult
 
WF_DB - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_DB_STORE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_DEFAULT_STORE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_DESIGN_STORE_LOCATION - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_DESIGN_STORE_TYPE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_ENGINE_TYPE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_INBOUND_HOST_URL - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_MT - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_OUTBOUND_MAILBOX - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_OUTBOUND_SMTP - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_PARENT_CONTEXT - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_RUNTIME_STORE_TYPE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_STORE_ID - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_WFT_STORE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WF_XML_STORE - Static variable in interface oracle.apps.fnd.wf.common.WorkflowConstants
 
WorkflowConstants - interface oracle.apps.fnd.wf.common.WorkflowConstants.
 
WorkflowContext - class oracle.apps.fnd.wf.common.WorkflowContext.
Workflow Context will be instantiated for each asynchronous call into a workflow process.
WorkflowContext() - Constructor for class oracle.apps.fnd.wf.common.WorkflowContext
 
WorkflowContext(AppsContext) - Constructor for class oracle.apps.fnd.wf.common.WorkflowContext
This API will be used by Oracle Applications users to set applications specific context.
WorkflowContext(Connection) - Constructor for class oracle.apps.fnd.wf.common.WorkflowContext
Use this constructor when you have a database connection available.
WorkflowContext(Map) - Constructor for class oracle.apps.fnd.wf.common.WorkflowContext
Creates a new WorkflowContext object.
WorkflowContext(WorkflowContext) - Constructor for class oracle.apps.fnd.wf.common.WorkflowContext
Creates a new WorkflowContext object.
WorkflowEngineException - exception oracle.apps.fnd.wf.engine.WorkflowEngineException.
 
WorkflowEngineException(Object, String) - Constructor for class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
WorkflowEngineException(Object, Throwable) - Constructor for class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
WorkflowEngineException(String) - Constructor for class oracle.apps.fnd.wf.engine.WorkflowEngineException
 
WorkflowException - exception oracle.apps.fnd.wf.common.WorkflowException.
 
WorkflowException(Object, String) - Constructor for class oracle.apps.fnd.wf.common.WorkflowException
Creates a new WorkflowException object.
WorkflowException(Object, Throwable) - Constructor for class oracle.apps.fnd.wf.common.WorkflowException
Creates a new WorkflowException object.
WorkflowException(String) - Constructor for class oracle.apps.fnd.wf.common.WorkflowException
Creates a new WorkflowException object.
WorkflowException(Throwable) - Constructor for class oracle.apps.fnd.wf.common.WorkflowException
Creates a new WorkflowException object.
WorkflowResourceStore - class oracle.apps.fnd.wf.common.WorkflowResourceStore.
ResourceStore will be associated with an instance of WorkflowContext.
WorkflowRuntimeException - exception oracle.apps.fnd.wf.common.WorkflowRuntimeException.
 
WorkflowRuntimeException(Object, String) - Constructor for class oracle.apps.fnd.wf.common.WorkflowRuntimeException
Creates a new WorkflowRuntimeException object.
WorkflowRuntimeException(Object, Throwable) - Constructor for class oracle.apps.fnd.wf.common.WorkflowRuntimeException
Creates a new WorkflowRuntimeException object.
WorkflowRuntimeException(String) - Constructor for class oracle.apps.fnd.wf.common.WorkflowRuntimeException
Creates a new WorkflowRuntimeException object.
WorkflowRuntimeException(Throwable) - Constructor for class oracle.apps.fnd.wf.common.WorkflowRuntimeException
Creates a new WorkflowRuntimeException object.
WorkItem - class oracle.apps.fnd.wf.engine.WorkItem.
This is the container component that holds all runtime components for a given itemtype and itemkey.
WorkItemFactory - class oracle.apps.fnd.wf.engine.WorkItemFactory.
Factory class for WorkItem.
WorkItemProcess - class oracle.apps.fnd.wf.engine.WorkItemProcess.
This public class represents an instance of a group of activities that forms a logical process unit.
WorkItemProcess(String) - Constructor for class oracle.apps.fnd.wf.engine.WorkItemProcess
Constructor with a name.
WorkItemProcessActivity - class oracle.apps.fnd.wf.engine.WorkItemProcessActivity.
This is the runtime instance of ProcessActivity.
WorkItemProcessActivity(String) - Constructor for class oracle.apps.fnd.wf.engine.WorkItemProcessActivity
 
write(Object, Message, int) - Method in class oracle.apps.fnd.wf.common.StreamLog
Currently not supported.
write(Object, String, int) - Method in class oracle.apps.fnd.wf.common.StreamLog
Writes to the log if logging is enabled.
write(String, int) - Method in class oracle.apps.fnd.wf.common.StreamLog
Writes to the log if logging is enabled.
writeEncoded(Object, String, int) - Method in class oracle.apps.fnd.wf.common.StreamLog
Currently not supported.

A B C D E F G H I J L M N O P Q R S T U V W