Package | Description |
---|---|
oracle.fmwplatform.actionframework.api.v2 |
Modifier and Type | Method and Description |
---|---|
static ActionMode |
ActionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionMode[] |
ActionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActionResult |
Action.init(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, ActionMode mode)
Initialize the action.
|
ActionResult |
Action.init(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object actionObject, ActionMode mode)
Initialize the action.
|
ActionResult |
Action.run(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, ActionMode mode)
Invoke the init, canInvoke, invoke and close methods on the Action.
|
ActionResult |
Action.run(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object actionObject, ActionMode mode)
Invoke the init, canInvoke, invoke and close methods on the Action.
|