Skip navigation links
Oracle Fusion Middleware Java API Reference for the Lifecycle Management Action Framework
12c (12.2.1.2)

E77586-01
A C D G I J L M O P R S T U V 

A

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.

C

canInvoke() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
This method must be called by the Action consumer before the invoke action is called.
canPerformOffline() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Returns true if the Action can be performed in Offline mode
canPerformOnline() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Returns true if the Action can be performed in Online mode
client - Variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
 
close() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Close the action.
createActionResult(ActionStatusCode, String, ModelTarget, Throwable) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResult(ActionStatusCode, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResult(ActionStatusCode, String, ModelTarget) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResult(ActionStatusCode, String, Throwable) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, ModelTarget, Throwable, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, ModelTarget, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, Throwable, String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, ModelTarget, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, Throwable, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
createActionResultForMessageId(ActionStatusCode, ModelTarget, Throwable, String, Object...) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Create an ActionResult and log it.
CUSTOM_ACTION_PROPERTY - Static variable in interface oracle.fmwplatform.actionframework.api.v2.ActionFactory
System property to designate plugins that are not in an oracle home location

D

DefaultActionFactoryLocator - Class in oracle.fmwplatform.actionframework.api.v2
Locate and load the ActionFactory.
defaultActionRoot - Static variable in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
 

G

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

I

init(EnvironmentModel, List<ModelTarget>) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Initialize the action.
init(EnvironmentModel, List<ModelTarget>, Object) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Initialize the action.
init(EnvironmentModel, List<ModelTarget>, ActionMode) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Initialize the action.
init(EnvironmentModel, List<ModelTarget>, Object, ActionMode) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Initialize the action.
InternalErrorException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
An internal error occurred.
InternalErrorException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.InternalErrorException
 
invoke() - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Invoke the custom or standard action.
invokeAction(InputStream, OutputStream) - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmGetRequestExecutor
 
invokeAction(InputStream, OutputStream) - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmPostRequestExecutor
 
invokeAction(InputStream, OutputStream) - Method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
 
InvokeActionReq - Class in oracle.fmwplatform.actionframework.api.v2.rest
REST invoke action request.
InvokeActionReq() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
 
InvokeActionReq(EnvironmentModel) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
 
InvokeActionReq(EnvironmentModel, List<ModelTarget>) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
 
InvokeActionReq(EnvironmentModel, List<ModelTarget>, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
 
InvokeActionReq(EnvironmentModel, List<ModelTarget>, Object, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
 
InvokeActionResp - Class in oracle.fmwplatform.actionframework.api.v2.rest
REST response class for the invoke action request.
InvokeActionResp() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionResp
 
InvokeActionResp(ActionResult) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionResp
 
isSuccessful() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Returns true if the statusCode is a successful one.

J

JacksonObjectMapper() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker.JacksonObjectMapper
 

L

LcmGetRequestExecutor - Class in oracle.fmwplatform.actionframework.api.v2.lcmagent
 
LcmGetRequestExecutor() - Constructor for class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmGetRequestExecutor
 
LcmPostRequestExecutor - Class in oracle.fmwplatform.actionframework.api.v2.lcmagent
 
LcmPostRequestExecutor() - Constructor for class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmPostRequestExecutor
 
LcmRestRequestExecutor - Class in oracle.fmwplatform.actionframework.api.v2.lcmagent
 
LcmRestRequestExecutor() - Constructor for class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
 
LifecycleDef - Interface in oracle.fmwplatform.actionframework.api.v2.lifecycle
Marker interface for lifecycle definition classes
LifecycleNotFoundException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
Lifecycle operation or action definition not found
LifecycleNotFoundException(Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.LifecycleNotFoundException
 
LifecycleNotFoundException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.LifecycleNotFoundException
 
LifecycleNotFoundException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.LifecycleNotFoundException
 
LifecycleOperation - Interface in oracle.fmwplatform.actionframework.api.v2.lifecycle
Interface to a lifecycle operation
ListActionsResp - Class in oracle.fmwplatform.actionframework.api.v2.rest
Defines the response for the List Actions request
ListActionsResp() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.ListActionsResp
 
locateActionFactory() - Static method in class oracle.fmwplatform.actionframework.api.v2.DefaultActionFactoryLocator
 
logger - Static variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
 
LogicalActionTargetType - Enum in oracle.fmwplatform.actionframework.api.v2.lifecycle
Define the logical target types available for lifecycle actions
LogicalTarget - Class in oracle.fmwplatform.actionframework.api.v2.lifecycle
Definition of a logical target
LogicalTarget() - Constructor for class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
 
LogicalTarget(int, String, LogicalTargetType) - Constructor for class oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTarget
 
LogicalTargetType - Enum in oracle.fmwplatform.actionframework.api.v2.lifecycle
The types supported for a Logical Target

M

main(String[]) - Static method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmGetRequestExecutor
 
main(String[]) - Static method in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmPostRequestExecutor
 
ModelTargetList - Class in oracle.fmwplatform.actionframework.api.v2.rest
 
ModelTargetList() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.ModelTargetList
 

O

oracle.fmwplatform.actionframework.api.v2 - package oracle.fmwplatform.actionframework.api.v2
 
oracle.fmwplatform.actionframework.api.v2.exceptions - package oracle.fmwplatform.actionframework.api.v2.exceptions
 
oracle.fmwplatform.actionframework.api.v2.lcmagent - package oracle.fmwplatform.actionframework.api.v2.lcmagent
 
oracle.fmwplatform.actionframework.api.v2.lifecycle - package oracle.fmwplatform.actionframework.api.v2.lifecycle
 
oracle.fmwplatform.actionframework.api.v2.picker - package oracle.fmwplatform.actionframework.api.v2.picker
 
oracle.fmwplatform.actionframework.api.v2.rest - package oracle.fmwplatform.actionframework.api.v2.rest
 

P

pickAction(List<ActionClassInfo>) - Method in interface oracle.fmwplatform.actionframework.api.v2.picker.ActionPicker
 
pickAction(List<ActionClassInfo>) - Method in class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
 

R

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

S

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

T

toString() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
 
toString() - Method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTargetType
 

U

url - Variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
 

V

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
A C D G I J L M O P R S T U V 
Skip navigation links
Oracle Fusion Middleware Java API Reference for the Lifecycle Management Action Framework
12c (12.2.1.2)

E77586-01

Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.