- 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
-
Default constructor for ActionClassInfo.
- ActionClassInfo(String, Class<? extends Action>, ActionType) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
Create an ActionClassInfo initializing name, class, and type.
- ActionException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
Parent exception class for all exceptions used in the Action Framework.
- ActionException(Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
Create an ActionExeception that is caused by the passed Throwable.
- ActionException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
Create an ActionException with the passed error message string.
- ActionException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
Create an ActionException with the passed error message string that was caused by the passed Throwable.
- ActionException(String, Throwable, Object...) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
-
Create an ActionException by obtaining an error message form the associated resource bundle.
- 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
-
Exception used for errors involving the action factory.
- ActionFactoryException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryException
-
Creates an ActionfactoryException.
- ActionFactoryException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryException
-
Creates an ActionfactoryException.
- ActionFactoryInitException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
-
Exception used for errors involving the initialization of an action factory.
- ActionFactoryInitException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryInitException
-
Creates an ActionFactoryInitException.
- ActionFactoryInitException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryInitException
-
Creates an 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
-
Creates an ActionFactoryInitException.
- ActionInvocationException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
-
Creates an ActionFactoryInitException.
- ActionInvocationException(String, Throwable, Object...) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
-
Creates an ActionFactoryInitException.
- 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
-
Creates an ActionFactoryInitException.
- ActionNotFoundException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionNotFoundException
-
Creates an ActionFactoryInitException.
- ActionPicker - Interface in oracle.fmwplatform.actionframework.api.v2.picker
-
Interface to an action picker.
- ActionPickerByClass - Class in oracle.fmwplatform.actionframework.api.v2.picker
-
This class may be used to select an action, from a list of actions with the same name, based on the action type (i.e.
- ActionPickerByClass(Class<? extends Action>) - Constructor for class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
-
Create an ActionPickerByClass for the passed action class.
- 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
-
Default constructor for ActionResult.
- ActionResult(ActionStatusCode, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Construct ActionResult object.
- ActionResult(ActionStatusCode, String, ModelTarget) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionResult
-
Construct ActionResult object.
- 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
-
Creates an ActionTargetNode.
- ActionTargetNode(String, Target) - Constructor for class oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionTargetNode
-
Creates an ActionTargetNode.
- ActionType - Enum in oracle.fmwplatform.actionframework.api.v2
-
Defines the types of actions supported by the Action Framework.
- 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.
- 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
-
Set the requested context attributes to the Jackson mapper object used to serialize and deserialize the request payload.
- 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
-
Return the class of this action.
- 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
-
Retrieve the action factory for the local Action Framework.
- getActionName() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
Return the name of this action.
- getActionName() - Method in class oracle.fmwplatform.actionframework.api.v2.RemoteProxyActions
-
Return the name of the remote action to be invoked.
- 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 actions" REST request.
- getActionType() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
Return the type of this 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
-
Return 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
-
Create a string message from the passed Exception.
- getExtra() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
-
Returns 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
-
Get the name of the classpath resource that contains the name of the class implementing the ActionFactory to be used by default.
- 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.
- 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
-
Returns 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
-
Retrieve a Jackson mapper object used to serialize and deserialize the JSON payload of the request.
- getOracleHome() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionName
-
Returns 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 value of the remote Oracle home.
- getRequestedActionClass() - Method in class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
-
Return the class this picker is configured to locate.
- getRequiredActions() - Method in interface oracle.fmwplatform.actionframework.api.v2.lifecycle.ActionPlan
-
Return a list of the standard actions, 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
-
Get status code.
- 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 constructor.
- 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
-
Communication protocols supported for remote action invocation.
- 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
-
Utility class that configures a Jackson Object Mapper for REST serialization.
- 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.
- 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
-
Run a remote action via the action framework REST server.
- 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
-
Set the class of this action.
- setActionClassLoader(ClassLoader) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
-
Set the classloader used by this action.
- setActionName(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
-
Set the name of this action.
- 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
-
Set the type of this action.
- 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
-
Set 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
-
Set the name of the classpath resource that contains the name of the class implementing the ActionFactory to be used by default.
- 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
-
Sets 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
-
Sets 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
-
Set the class to be used to locate actions by this picker.
- 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 the status code for this result.
- 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
-
Returns the value of this enum instance.
- 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
-
Return the string value of the proxy protocol.
- 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.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.