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

E95512-02
A B C D G H 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(String, Class<? extends InternalAction>, ActionType) - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
Creates an instance of ActionClassInfo
ActionConstants - Interface in oracle.fmwplatform.actionframework.api.v2.standardactions
This interface defines constants used to pass extra parameters to FMW Platform standard actions.
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
Initialize this ActionException with a Throwable
ActionException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
Initialize this ActionException with a message
ActionException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
Initialize this ActionException with a message and a Throwable
ActionException(String, Throwable, Object...) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionException
Initialize this ActionException with a message and a Throwable and parameters to be incorporated into the message
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
An Exception that may occur during processing of an ActionFactoryException
ActionFactoryException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryException
Initialize this ActionFactoryException with a message
ActionFactoryException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryException
Initialize this ActionFactoryException with a message and a Throwable
ActionFactoryInitException - Exception in oracle.fmwplatform.actionframework.api.v2.exceptions
An Exception that may occur during processing of initializing an ActionFactory
ActionFactoryInitException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryInitException
Initialize this ActionFactoryInitException with a message
ActionFactoryInitException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionFactoryInitException
Initialize this ActionFactoryInitException with a message and a Throwable
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
Initialize this ActionInvocationException with a message and a Throwable
ActionInvocationException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
Initialize this ActionInvocationException with a message
ActionInvocationException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
Initialize this ActionInvocationException with a message and a Throwable
ActionInvocationException(String, Throwable, Object...) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionInvocationException
Initialize this ActionInvocationException with a message and a Throwable and parameters to be incorporated into the message
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
Initialize this ActionNotFoundException with a message and a Throwable
ActionNotFoundException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.ActionNotFoundException
Initialize this ActionNotFoundException with a message and a Throwable
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
Initalize this ActionPicker with the requested ActionClass
ActionPlan - Interface in oracle.fmwplatform.actionframework.api.v2.lifecycle
Interface defining API to an Action Plan
ActionProgress - Class in oracle.fmwplatform.actionframework.api.v2
Maintain a list of progress messages for an Action.
ActionProgress() - Constructor for class oracle.fmwplatform.actionframework.api.v2.ActionProgress
 
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
Initialize this ActionTargetNode with the action and target
ActionType - Enum in oracle.fmwplatform.actionframework.api.v2
 
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
 
addReport(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionProgress
Add a progress report to the accumlated reports.
addReport(ActionProgress) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionProgress
Add all the reports in the passed progress report to this progress report.
addTarget(ModelTarget) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Add a new target to the request.

B

buildInvokeActionReq(EnvironmentModel, List<ModelTarget>, Properties, String) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
Build a REST invoker request for the provided environment model.

C

cacheResources(EnvironmentModel) - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
Build a cache of referenced objects in the passed environment model.
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
clear() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionProgress
Clear all progress.
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
 
getActionFrameworkLogger() - 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
 
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.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
getCommonStatusCode() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
 
getContext(Class<?>) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker.JacksonObjectMapper
 
getCurrentTarget() - Method in interface oracle.fmwplatform.actionframework.api.v2.ActionResultInfoProvider
Return the current target being worked by the action.
getDebugPort() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
Return the port used for debugging LcmAgent child processes.
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
getExtra() - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Reterieve action extra parameters
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
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() - Static method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
Create a Jackson object mapper for converting to/from JSON.
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
getProgressReports() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
 
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 serialized 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

H

HOST_VERIFY_checkDirectoryExists - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
host-verify function value to check for an existing directory path.
HOST_VERIFY_checkDomainExists - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
verify-host function value used to check if a domain exists.
HOST_VERIFY_checkIPAddresses - Static variable in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Deprecated.
This result key is specific to the "host verify" standard action, and has been moved to oracle.fmwplatform.standardactions.actions.java.hostverify.HostVerifyAction.HOST_VERIFY_checkIPAddresses
HOST_VERIFY_checkIPAddresses - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
verify-host function value used to obtain the host IP addresses.
HOST_VERIFY_checkOracleHomeExists - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
host-verify function value used to check the existence of an Oracle Home.
HOST_VERIFY_directoryPath - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
host-verify key value used to specify the directory path.
HOST_VERIFY_function - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
host-verify key value used to define the action function (see below).

I

init(EnvironmentModel, List<ModelTarget>) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Initialize the action.
init(EnvironmentModel, List<ModelTarget>, Properties) - 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>, Properties, ActionMode) - Method in interface oracle.fmwplatform.actionframework.api.v2.Action
Initialize the action.
InternalAction - Interface in oracle.fmwplatform.actionframework.api.v2
This interface defines methods that are implemented by the Action Framework but should not be exposed to Action users.
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
Initialize this InternalErrorException with a message and a Throwable
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
Invoke the action
InvokeActionReq - Class in oracle.fmwplatform.actionframework.api.v2.rest
REST invoke action request.
InvokeActionReq() - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Construct an InvokeActionReq object.
InvokeActionReq(String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Construct an InvokeActionReq object.
InvokeActionReq(String, List<ModelTarget>) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Construct an InvokeActionReq object.
InvokeActionReq(String, List<ModelTarget>, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Construct an InvokeActionReq object.
InvokeActionReq(String, List<ModelTarget>, Properties, String) - Constructor for class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Construct an InvokeActionReq object.
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
Initialize thiis InvokeActionResp with an ActionResult
isPreserveSuccessNoAction() - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Should SUCCESS_NO_ACTION results be preserved?
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

LCMCLIENT_KEYSTORE_PASSWD - Static variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
 
LCMCLIENT_KEYSTORE_PATH - Static variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
 
LCMCLIENT_KEYSTORE_TYPE - Static variable in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
 
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
Initialize this LifecycleNotFoundException with a Throwable
LifecycleNotFoundException(String) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.LifecycleNotFoundException
Initialize this LifecycleNotFoundException with a message
LifecycleNotFoundException(String, Throwable) - Constructor for exception oracle.fmwplatform.actionframework.api.v2.exceptions.LifecycleNotFoundException
Initialize this LifecycleNotFoundException with a message and a Throwable
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
Find the ActionFactory based on the default file lookup.
logger - Static variable in class oracle.fmwplatform.actionframework.api.v2.lcmagent.LcmRestRequestExecutor
 
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
Create an instance of this LogicalTarget with the id, name and type
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
 
oracle.fmwplatform.actionframework.api.v2.standardactions - package oracle.fmwplatform.actionframework.api.v2.standardactions
 

P

PACK_DOMAIN_log - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for the value of the log file.
PACK_DOMAIN_logPriority - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for the value of the log priority.
PACK_DOMAIN_managed - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for a boolean to determine if the packed domain is for managed servers on remote machines.
PACK_DOMAIN_template - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for the value of the full path to a template jar file.
PACK_DOMAIN_templateAuthor - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for the value of the packed template author.
PACK_DOMAIN_templateDesc - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for the value of the packed template description.
PACK_DOMAIN_templateName - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
pack-domain key for the value of the packed template name.
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

REMOTE_PROXY_actionName - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
remote-proxy key for the name of the remote action to be invoked.
REMOTE_PROXY_actionType - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
remote-proxy key for the action type of the remote action to be invoked.
REMOTE_PROXY_host - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
remote-proxy key for the remote host name or IP address.
REMOTE_PROXY_port - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
remote-proxy key for the port used by the remote action server.
REMOTE_PROXY_protocol - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
remote-proxy key for the protocol used to communicate with the remote action server.
REMOTE_PROXY_remoteOracleHome - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
remote-proxy key for the value of the remote Oracle home.
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
 
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
Provider for the Jackson object mapper.
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>, Properties) - 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>, Properties, 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>, Properties) - 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>, Properties, 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>, Properties, 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>, Properties, 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>, Properties, 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>, Properties, 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>, Properties, 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 InternalAction>) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
 
setActionClassLoader(ClassLoader) - Method in interface oracle.fmwplatform.actionframework.api.v2.InternalAction
Set the classloder used by this action.
setActionName(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionClassInfo
 
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.rest.InvokeActionReq
Set the type of the action to load
setAdditionalSearchPaths(List<String>) - Method in interface oracle.fmwplatform.actionframework.api.v2.InternalAction
Set the custom search paths being used at the time this action was initialized.
setAdvancedDetail(String) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Sets advanced detail information that may be useful to someone with technical skills,
setDebugPort(String) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.RestActionInvoker
Set the port used for LcmAganet child process debugging.
setEnvironmentModel(String) - 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(Properties) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Set action extra properties
setFactoryLocationFileName(String) - Static method in class oracle.fmwplatform.actionframework.api.v2.DefaultActionFactoryLocator
 
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.
setPreserveSuccessNoAction(boolean) - Method in class oracle.fmwplatform.actionframework.api.v2.ActionResult
Set if SUCCESS_NO_ACTION results should be preserved or not.
setRequestedActionClass(Class<? extends Action>) - Method in class oracle.fmwplatform.actionframework.api.v2.picker.ActionPickerByClass
 
setResourceReferences(String) - Method in class oracle.fmwplatform.actionframework.api.v2.rest.InvokeActionReq
Set the serialized 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
START_STOP_maxWaitMinutes - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
start/stop key for the maximum number of minutes to wait for a server to start before giving up and reporting a timeout.
START_STOP_noNodeManager - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
start/stop key for option to determine if a node manager should be used.

T

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

U

UNPACK_DOMAIN_appDir - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the full path to the application dir.
UNPACK_DOMAIN_initialize - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the initialize value.
UNPACK_DOMAIN_javaHome - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the full path to a java home dir.
UNPACK_DOMAIN_log - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the value of the log file.
UNPACK_DOMAIN_logPriority - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the value of the log priority.
UNPACK_DOMAIN_map - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the Wallet map name.
UNPACK_DOMAIN_nodeManagerHome - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the full path to the node manager home.
UNPACK_DOMAIN_nodeManagerType - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the node manager type.
UNPACK_DOMAIN_overWriteDomain - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the option to overwrite an existing domain and applications directories if this is a managed server template.
UNPACK_DOMAIN_prefix - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the Wallet alias prefix.
UNPACK_DOMAIN_serverStartMode - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the server start mode.
UNPACK_DOMAIN_template - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the value of the full path to a template jar file.
UNPACK_DOMAIN_userName - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the user name predefined in the template or a new user name if no user pre-exists.
UNPACK_DOMAIN_walletDir - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
unpack-domain key for the relative path to the wallet directory.
UPDATE_DOMAIN_deleteExtraApplications - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Applications which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraAuthenticationProviders - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if AuthenticationProviders which are not defined within the model(topology) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraCapacityConstraints - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if CapacityConstraints which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraClusters - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Clusters which are not defined within the model(topology) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraCoherenceAddressProviders - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if CoherenceAddressProviders which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraCoherenceCacheConfigs - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if CoherenceCacheConfigs which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraCoherenceClusterParams - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if CoherenceClusterParams which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraCoherenceClusters - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if CoherenceClusters which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraCoherenceModules - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if CoherenceModules which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraConnectionFactories - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ConnectionFactories which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraContextCases - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ContextCases which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraContextRequestClasses - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ContextRequestClasses which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraDestinationKeys - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if DestinationKeys which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraDistributedQueues - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if DistributedQueues which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraDistributedTopics - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if DistributedTopics which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraFairShareClasses - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if FairShareClasses which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraFileStores - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if FileStores which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraForeignJNDILinks - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ForeignJNDILinks which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraForeignJNDIProviders - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ForeignJNDIProviders which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraForeignServers - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ForeignServers which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraGenericJDBCConnectionPoolParams - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCConnectionPoolParams pertaining to Generic DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraGenericJDBCDataSourceParams - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCDataSourceParams pertaining to Generic DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraGenericJDBCDriverParameters - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCDriverParameters pertaining to Generic DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraGenericJDBCOracleParameters - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCOracleParameters pertaining to Generic DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraGenericJDBCSystemResources - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCSystemResources pertaining to Generic DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraGenericJDBCXAParameters - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCXAParameters pertaining to Generic DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraJdbcStores - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JdbcStores which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraJMSBridgeDestinations - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JMSBridgeDestinations which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraJMSBridges - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JMSBridges which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraJMSServers - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JMSServers which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraJMSSessionPool - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JMSSessionPool which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraJMSSystemResources - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JMSSystemResources which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraLibraries - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Libraries which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMailSessions - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if MailSessions which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMaxThreadsConstraints - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if MaxThreadsConstraints which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMigratableTargets - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if MigratableTargets which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMinThreadsConstraints - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if MinThreadsConstraints which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMultiJDBCConnectionPoolParams - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCConnectionPoolParams pertaining to Multi DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMultiJDBCDataSourceParams - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCDataSourceParams pertaining to Multi DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraMultiJDBCSystemResources - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if JDBCSystemResources pertaining to Multi DataSources, which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraNodeManagers - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if NodeManagers which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraOsgiFrameworks - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if OsgiFrameworks which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraPathServices - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if PathServices which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraQueues - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Queues which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraQuotas - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Quotas which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraResponseTimeRequestClasses - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ResponseTimeRequestClasses which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSAFAgents - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SAFAgents which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSAFErrorHandlings - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if applications which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSAFImportedDestinations - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SAFImportedDestinations which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSAFQueues - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SAFQueues which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSAFRuntimeContexts - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SAFRuntimeContexts which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSAFTopics - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SAFTopics which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraServers - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Servers which are not defined within the model(topology) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraServerStart - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ServerStart elements which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraShutdownClasses - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if ShutdownClasses which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraStartupClasses - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if StartupClasses which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSubDeployments - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SubDeployments which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraSystemComponents - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if SystemComponents which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraTemplate - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Template which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraTopics - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if Topics which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraUniformDistributedQueues - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if UniformDistributedQueues which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraUniformDistributedTopics - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if UniformDistributedTopics which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraWLDFHarvesters - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if WLDFHarvesters which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraWLDFInstrumentations - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if WLDFInstrumentations which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraWLDFSystemResource - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if WLDFSystemResources which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraWLDFWatchNotifications - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if WLDFWatchNotifications which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_deleteExtraWorkManagers - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine if WorkManagers which are not defined within the model(blueprint) should be removed from the domain.
UPDATE_DOMAIN_reassignResources - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key used to determine if resources defined in the model should be reassigned to the targets in the model.
UPDATE_DOMAIN_schemaLocation - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key with path to the location of the wallet with the domain credential encryption key which is used to share a database instance.
UPDATE_DOMAIN_schemaPassword - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key with password for the provided wallet.
UPDATE_DOMAIN_stopOnValidationErrors - Static variable in interface oracle.fmwplatform.actionframework.api.v2.standardactions.ActionConstants
update-domain key to determine is procesing should continue if model validation fails.

V

value() - Method in enum oracle.fmwplatform.actionframework.api.v2.ActionType
Returns the current value of this enumeration
value() - Method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalActionTargetType
Returns the current value of this enumeration
value() - Method in enum oracle.fmwplatform.actionframework.api.v2.lifecycle.LogicalTargetType
Returns the current type of this TargetType
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.
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.
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>, Properties) - 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 B C D G H 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.3)

E95512-02

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