| Package | Description |
|---|---|
| oracle.fmwplatform.actionframework.api.v2 | |
| oracle.fmwplatform.actionframework.api.v2.rest |
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
ActionResult.addActionResult(ActionResult actionResult)
Adds the actionResult to this actionResult.
|
ActionResult |
Action.close()
Close the action.
|
ActionResult |
Action.init(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets)
Initialize the action.
|
ActionResult |
Action.init(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object actionObject)
Initialize the action.
|
ActionResult |
Action.invoke()
Invoke the custom or standard action.
|
ActionResult |
Action.run(oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets)
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)
Invoke the init, canInvoke, invoke and close methods on the Action.
|
ActionResult |
ActionResult.setAdvancedDetail(String advancedDetail)
Set advanced detail information that may be useful to someone with technical skills.
|
ActionResult |
ActionResult.setMessageId(String messageId)
Sets the message Id used to compose the Status Detail for this ActionResult.
|
ActionResult |
ActionResult.setResultMap(Map<String,String> returnMap)
Set the map that can be user to return data to the caller.
|
ActionResult |
ActionResult.setResultMapValue(String key, String value)
Set the value of an entry on the result map.
|
ActionResult |
ActionResult.setStatusCode(ActionStatusCode statusCode)
Set the status code for this result.
|
ActionResult |
ActionResult.setStatusDetail(String statusDetail)
Set the status detail.
|
ActionResult |
ActionResult.setTarget(oracle.fmwplatform.envspec.model.targets.ModelTarget target)
Set the EnvironmentModelTarget object this ActionResult object belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionResult> |
ActionResult.getActionResultList()
Return a list of ActionResult outlining the outcome of the action on each component of the target.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
ActionResult.addActionResult(ActionResult actionResult)
Adds the actionResult to this actionResult.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
InvokeActionResp.getResult()
Return the result of invoking an action
|
ActionResult |
RestActionInvoker.runAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel env, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets)
Run a remote action via the action framework REST server.
|
ActionResult |
RestActionInvoker.runAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel env, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra)
Run a remote action via the action framework REST server.
|
ActionResult |
RestActionInvoker.runAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel env, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra, String oracleHome)
Run a remote action via the action framework REST server.
|
ActionResult |
RestActionInvoker.runAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel env, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra, String oracleHome, ActionType actionType)
Run a remote action via the action framework REST server.
|
ActionResult |
RestActionInvoker.runAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel env, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, String oracleHome)
Run a remote action via the action framework REST server.
|
static ActionResult |
RemoteActionInvoker.runRemoteAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra, String oracleHome)
Run remote actions based on the targets provided
|
static ActionResult |
RemoteActionInvoker.runRemoteAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra, String oracleHome, ActionType actionType)
Run remote actions based on the targets provided
|
static ActionResult |
RemoteActionInvoker.runRemoteAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra, String oracleHome, ActionType actionType, oracle.fmwplatform.envspec.model.topology.Host host)
Run a remote action based on the host provided
|
static ActionResult |
RemoteActionInvoker.runRemoteAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, Object extra, String oracleHome, oracle.fmwplatform.envspec.model.topology.Host host)
Run remote actions based on the host provided
|
static ActionResult |
RemoteActionInvoker.runRemoteAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, String oracleHome)
Run remote actions based on the targets provided
|
static ActionResult |
RemoteActionInvoker.runRemoteAction(String actionName, oracle.fmwplatform.envspec.model.EnvironmentModel model, List<oracle.fmwplatform.envspec.model.targets.ModelTarget> targets, String oracleHome, oracle.fmwplatform.envspec.model.topology.Host host)
Run remote actions based on the host provided
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeActionResp.setResult(ActionResult result)
Set the result of invoking an action
|
| Constructor and Description |
|---|
InvokeActionResp(ActionResult result) |