- Action - Interface in oracle.fmwplatform.actionframework.api.v2
-
Action encapsulates the custom or standard action.
- ActionClassInfo - Class in oracle.fmwplatform.actionframework.api.v2
-
Container for information about a standard action.
- ActionClassInfo() - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- ActionClassInfo(String, Class<? extends Action>, ActionType) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- ActionException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
The top level exception class for the ActionFramework
- ActionException(Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
- ActionException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
- ActionException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
- ActionException(String, Throwable, Object...) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
- ActionFactory - Interface in oracle.fmwplatform.actionframework.api.v2
-
ActionFactory is the API the consumer will use to retrieve an Action for the custom or standard action name.
- ActionFactoryException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
- ActionFactoryException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryException
-
- ActionFactoryException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryException
-
- ActionFactoryInitException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
- ActionFactoryInitException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryInitException
-
- ActionFactoryInitException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryInitException
-
- ActionInvocationException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
The super class for all exceptions which may be thrown during an action invocation
- ActionInvocationException(Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
-
- ActionInvocationException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
-
- ActionInvocationException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
-
- ActionInvocationException(String, Throwable, Object...) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
-
- ActionMode - Enum in oracle.fmwplatform.actionframework.api.v2
-
Modes support by standard actions
- ActionName - Class in oracle.fmwplatform.actionframework.api.v2
-
Encapsulate the name and Oracle Home of an action.
- ActionName() - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionName
-
- ActionName(String, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionName
-
Construct an ActionName instance.
- ActionNotFoundException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
The Action implementation was not found
- ActionNotFoundException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionNotFoundException
-
- ActionNotFoundException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionNotFoundException
-
- ActionPhase - Enum in oracle.fmwplatform.actionframework.api.v2
-
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
- ActionPicker - Interface in oracle.fmwplatform.actionframework.api.v2.picker
-
Interface to an action picker.
- ActionPickerByClass - Class in oracle.fmwplatform.actionframework.api.v2.picker
-
Action Picker that will select the action based on the action type (i.e.
- ActionPickerByClass(Class<? extends Action>) - Constructor for class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
-
- ActionPlan - Interface in oracle.fmwplatform.actionframework.api.v2.lifecycle
-
Interface defining API to an Action Plan
- ActionResult - Class in oracle.fmwplatform.actionframework.api.v2
-
The result returned from Action methods to provide information on the success or failure of the method.
- ActionResult() - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Construct an ActionResult object.
- ActionResult(ActionStatusCode, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Construct an ActionResult object
- ActionResult(ActionResultInfoProvider) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Construct an ActionResult object with an ActionResultInfoProvider that will provide additional information to be included in the ActionResult message.
- ActionResult(ActionStatusCode, String, ModelTarget) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Construct ActionResult object
- ActionResultInfoProvider - Interface in oracle.fmwplatform.actionframework.api.v2
-
provides additional information to help make ActionResult messages consistent and more thorough.
- ActionStatusCode - Enum in oracle.fmwplatform.actionframework.api.v2
-
Errors returned by ActionResult by an action.
- ActionTargetNode - Class in oracle.fmwplatform.actionframework.api.v2.lifecycle
-
Graph node data for Action Plan
- ActionTargetNode() - Constructor for class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
- ActionTargetNode(String, Target) - Constructor for class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
- ActionType - Enum in oracle.fmwplatform.actionframework.api.v2
-
Created by bwithers on 1/27/2016.
- addAction(ActionName) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
-
Add an action to the known list
- addActionResult(ActionResult) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Adds the actionResult to this actionResult.
- addActionResult(ActionStatusCode, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list.
- addActionResult(ActionStatusCode, String, ModelTarget) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list.
- addActionResult(ActionStatusCode, String, ModelTarget, Throwable) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResult(ActionStatusCode, String, Throwable) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResult(ActionStatusCode, ModelTarget, Throwable, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResultForMessageId(ActionStatusCode, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list.
- addActionResultForMessageId(ActionStatusCode, ModelTarget, Throwable, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResultForMessageId(ActionStatusCode, Throwable, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResultForMessageId(ActionStatusCode, ModelTarget, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResultForMessageId(ActionStatusCode, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list.
- addActionResultForMessageId(ActionStatusCode, ModelTarget, Throwable, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResultForMessageId(ActionStatusCode, Throwable, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActionResultForMessageId(ActionStatusCode, ModelTarget, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Add a result to the global action result list that resulted from Throwable.
- addActions(Collection<? extends ActionName>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
-
Add a collection of actions to the known actions
- addActionSearchPath(File) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Add a custom jar to the action search path.
- addAllTargets(List<? extends ModelTarget>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Add a collection of targets to the request.
- addContextAttributes(ObjectMapper, Map<String, Object>) - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
-
- addTarget(ModelTarget) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Add a new target to the request.
- getAction(String) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the action associated with the provided action name.
- getAction(String, ActionType) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the action associated with the action name using the provided oracle home as a search location.
- getAction(String, String) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the action associated with the action name using the provided oracle home as a search location.
- getAction(String, String, ActionType) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the action associated with the action name using the provided oracle home as a search location.
- getAction() - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Return the action to be invoked for this graph node
- getActionClass() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- getActionClassLoader() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Return the classloader being used for this Action.
- getActionFactory() - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
-
- getActionFramweworkLogger() - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionResultInfoProvider
-
Returns the LOGGER being used by the ActionFramwework.
- getActionName() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- getActionName() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the name of the remote action to be invoked.
- getActionPhase() - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionResultInfoProvider
-
Returns the current phase that Action is executing.
- getActionResultList() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Return a list of ActionResult outlining the outcome of the action on each component of the target.
- getActions() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
-
Return the list of known actions.
- getActions() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
Invoke the get known action REST request
- getActionType() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- getActionType() - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionResultInfoProvider
-
The type of Action.
- getActionType() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the action type of the remote action to be invoked.
- getActionType() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Return the type of the action to load
- getAdvancedDetail() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Returns advanced detail information that may be useful to someone with technical skills.
- getBundleName() - Method in exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
- getClassForName(String, String) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the class object for a standard action class
- getContext(Class<?>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker.JacksonObjectMapper
-
- getEnvironmentModel() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Get the environment model.
- getErrorDetail() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
-
Retrieve any detail error message in the response
- getExceptionMessage(Throwable) - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
-
- getExtra() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Reterieve action extra parameters
- getExtras() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the "extras" argument that will be passed to the remote action.
- getFactoryLocationFileName() - Static method in class oracle.fmwplatform.actionframework.api.v2.DefaultActionFactoryLocator
-
- getFMWRequiredSteps() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.LifecycleOperation
-
Return the action plan defining the steps to perform this operation
- getHost() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the remote host name or IP address.
- getHostsForTarget(EnvironmentModel, ModelTarget) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Return a list of the hosts that need to be contacted for remote action invocation to support the passed targets
- getHostsForTargets(EnvironmentModel, List<ModelTarget>) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Return a list of the hosts that need to be contacted for remote action invocation to support the passed targets
- getId() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.LifecycleOperation
-
Return the ID of this life cycle operation
- getId() - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
-
Return the ID of this logical target
- getKnownActions() - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the names of all known actions.
- getLifecycleDef() - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Return the lifecycle definition
- getLifecycleOperation(String) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
-
Return the lifecycle operation associated with the supplied name
- getMessageForId(String) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionResultInfoProvider
-
Returns the message identified by the messageId without any parameters.
- getMessageForId(String, Object...) - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionResultInfoProvider
-
Returns the message identified by the messageId with the parameters substituted as appropriate.
- getMessageId() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Returns the message Id used to compose the Status Detail for this ActionResult.
- getName() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Return the custom or standard action name.
- getName() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionName
-
Return the name of the action
- getName() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.LifecycleOperation
-
Return the name of this life cycle operation
- getName() - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
-
Return the name of this logical target
- getObjectMapper() - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
-
- getOracleHome() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionName
-
Return the Oracle Home containing the action.
- getOracleHome() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Get the Oracle Home for the action.
- getPlanGraph() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionPlan
-
Return the directed graph for this Action Plan
- getPlanId() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionPlan
-
Return the plan ID
- getPlanName() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionPlan
-
Return the plan name
- getPort() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the port used by the remote action server.
- getProtocol() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the protocol used to communicate with the remote action server.
- getRemoteActionType() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the remote action type to run
- getRemoteOracleHome() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the vlaue of the remote Oracle home.
- getRequestedActionClass() - Method in class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
-
- getRequiredActions() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionPlan
-
Return a list of the standard action, in the order they should be invoked, that implement this action plan
- getRequiredTargetType() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.LifecycleOperation
-
Return the target type of this life cycle operation
- getResourceReferences() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Return the resource references map for this environment model
- getResult() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionResp
-
Return the result of invoking an action
- getResultMap() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
get a map that can be used to return data back to the caller.
- getResultMapValue(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Return the value of an entry in the result map
- getStatusCode() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Returns the most appropriate ActionStatusCode based on the status codes contained in the collection of ActionResults.
- getStatusDetail() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Get a status detail string associated with the status code.
- getTarget() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Get the EnvironmentModelTarget object this ActionResult object belongs to
- getTarget() - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Return the target for this action step
- getTargets() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Return list of environment targets.
- getType() - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
-
Return the type of this logical target
- RemoteActionInvoker - Class in oracle.fmwplatform.actionframework.api.v2.rest
-
Helper class for running remote actions
- RemoteActionInvoker() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
- RemoteProxyActions - Class in oracle.fmwplatform.actionframework.api.v2
-
Option to be passed to the remote action proxy.
- RemoteProxyActions() - Constructor for class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Default ctor.
- RemoteProxyActions(String, int, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Construct object providing most common data fields.
- RemoteProxyActions(String, int, String, ActionType) - Constructor for class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Construct object providing most common data fields.
- RemoteProxyActions.RemoteProxyProtocol - Enum in oracle.fmwplatform.actionframework.api.v2
-
- RestActionInvoker - Class in oracle.fmwplatform.actionframework.api.v2.rest
-
Helper class for making client REST requests to invoke a standard action on a remote REST server.
- RestActionInvoker(String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
Construct a REST action invoker.
- RestActionInvoker.JacksonObjectMapper - Class in oracle.fmwplatform.actionframework.api.v2.rest
-
- ROOT_CTX - Static variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
- run(EnvironmentModel, List<ModelTarget>) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Invoke the init, canInvoke, invoke and close methods on the Action.
- run(EnvironmentModel, List<ModelTarget>, Object) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Invoke the init, canInvoke, invoke and close methods on the Action.
- run(EnvironmentModel, List<ModelTarget>, ActionMode) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Invoke the init, canInvoke, invoke and close methods on the Action.
- run(EnvironmentModel, List<ModelTarget>, Object, ActionMode) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Invoke the init, canInvoke, invoke and close methods on the Action.
- runAction(String, EnvironmentModel, List<ModelTarget>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
Run a remote action via the action framework REST server
- runAction(String, EnvironmentModel, List<ModelTarget>, Object) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
Run a remote action via the action framework REST server
- runAction(String, EnvironmentModel, List<ModelTarget>, String) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
Run a remote action via the action framework REST server
- runAction(String, EnvironmentModel, List<ModelTarget>, Object, String) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
Run a remote action via the action framework REST server
- runAction(String, EnvironmentModel, List<ModelTarget>, Object, String, ActionType) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
-
- runRemoteAction(String, EnvironmentModel, List<ModelTarget>, String) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Run remote actions based on the targets provided
- runRemoteAction(String, EnvironmentModel, List<ModelTarget>, Object, String) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Run remote actions based on the targets provided
- runRemoteAction(String, EnvironmentModel, List<ModelTarget>, Object, String, ActionType) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Run remote actions based on the targets provided
- runRemoteAction(String, EnvironmentModel, List<ModelTarget>, String, Host) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Run remote actions based on the host provided
- runRemoteAction(String, EnvironmentModel, List<ModelTarget>, Object, String, Host) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Run remote actions based on the host provided
- runRemoteAction(String, EnvironmentModel, List<ModelTarget>, Object, String, ActionType, Host) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RemoteActionInvoker
-
Run a remote action based on the host provided
- setAction(String) - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Set the action to be invoked for this graph node
- setActionClass(Class<? extends Action>) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- setActionClassLoader(ClassLoader) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Set the classloder used by this action.
- setActionName(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- setActionName(String) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the name of the remote action to be invoked.
- setActions(List<ActionName>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
-
Set the list of known actions
- setActionType(ActionType) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
- setActionType(ActionType) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the action type of the remote action to be invoked.
- setActionType(ActionType) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Set the type of the action to load
- setAdvancedDetail(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Sets advanced detail information that may be useful to someone with technical skills,
- setEnvironmentModel(EnvironmentModel) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Set the environment model
- setErrorDetail(String) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
-
Set a detailed error message
- setExtra(Object) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Set action extra properties
- setExtras(Object) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the "extras" argument that will be passed to the remote action.
- setFactoryLocationFileName(String) - Static method in class oracle.fmwplatform.actionframework.api.v2.DefaultActionFactoryLocator
-
- setHost(String) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the name or IP address of the remote host.
- setId(int) - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
-
Set the logical target ID
- setLifecycleDef(LifecycleDef) - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Set the lifecycle definition
- setMessageId(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Sets the message Id used to compose the Status Detail for this ActionResult.
- setName(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionName
-
Set the name of the action
- setName(String) - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
-
Set the name of this logical target
- setOracleHome(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionName
-
Set oracle home path
- setOracleHome(String) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Set the Oracle Home containing the action.
- setPort(int) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the port used by the remote action server.
- setProtocol(RemoteProxyActions.RemoteProxyProtocol) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the protocol used to communicate with the remote action server.
- setRemoteActionType(ActionType) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the remote action type to run
- setRemoteOracleHome(String) - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Set the value of the remote Oracle home.
- setRequestedActionClass(Class<? extends Action>) - Method in class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
-
- setResourceReferences(Map<ResourceReference, Versioned>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Set the map of resource references for this environment model
- setResult(ActionResult) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionResp
-
Set the result of invoking an action
- setResultMap(Map<String, String>) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Set the map that can be user to return data to the caller
- setResultMapValue(String, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Set the value of an entry on the result map
- setStatusCode(ActionStatusCode) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Set status code.
- setStatusDetail(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Set the status detail.
- setTarget(ModelTarget) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Set the EnvironmentModelTarget object this ActionResult object belongs to
- setTarget(Target) - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Set the target for this action step
- setTargets(List<ModelTarget>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Set the list of targets.
- setType(LogicalTargetType) - Method in class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
-
Set the type of this logical target
- value() - Method in enum oracle.fmwplatform.actionframework.api.v2.ActionType
-
- value() - Method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalActionTargetType
-
- value() - Method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTargetType
-
- value() - Method in enum oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions.RemoteProxyProtocol
-
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionStatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalActionTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions.RemoteProxyProtocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionStatusCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalActionTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions.RemoteProxyProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verify(EnvironmentModel, List<ModelTarget>) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
In this method, action authors must implement logic to determine if the environment is in a state which is consistent with the action having previously been executed successfully
- verify(EnvironmentModel, List<ModelTarget>, Object) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
In this method, action authors must implement logic to determine if the environment is in a state which is consistent with the action having previously been executed successfully