| Class and Description |
|---|
| Action
Action encapsulates the custom or standard action.
|
| ActionFactory
ActionFactory is the API the consumer will use to retrieve an
Action for the custom or standard action name.
|
| ActionMode
Modes support by standard actions
|
| ActionName
Encapsulate the name and Oracle Home of an action.
|
| ActionPhase
An Action passes through the following Phases as it is LifeCycle:
Init - Is currently initializing the Action
CanInvoke - Is currently checking the Targets to ensure that the Action can be Invoked in its current state
Invoke - Is currently running the Action
Close - Is closing
|
| ActionProgress
Maintain a list of progress messages for an Action.
|
| ActionResult
The result returned from Action methods to provide information on the success or failure of the method.
|
| ActionResultInfoProvider
provides additional information to help make ActionResult messages consistent and more thorough.
|
| ActionStatusCode
Errors returned by ActionResult by an action.
|
| ActionType |
| InternalAction
This interface defines methods that are implemented by
the Action Framework but should not be exposed to Action
users.
|
| Class and Description |
|---|
| ActionFactory
ActionFactory is the API the consumer will use to retrieve an
Action for the custom or standard action name.
|
| Class and Description |
|---|
| Action
Action encapsulates the custom or standard action.
|
| ActionClassInfo
Container for information about a standard action.
|
| InternalAction
This interface defines methods that are implemented by
the Action Framework but should not be exposed to Action
users.
|
| Class and Description |
|---|
| ActionName
Encapsulate the name and Oracle Home of an action.
|
| ActionResult
The result returned from Action methods to provide information on the success or failure of the method.
|
| ActionType |