Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
ExecuteAction |
ExecuteAction.setAction(String action)
Set the action to be executed
|
ExecuteAction |
ExecuteAction.setTarget(String target)
Set the target on which the action will be executed
|
Modifier and Type | Method and Description |
---|---|
List<ExecuteAction> |
Dependency.getExecuteActions()
Returns the executes element value
|
Modifier and Type | Method and Description |
---|---|
boolean |
Dependency.addExecuteAction(ExecuteAction executeAction)
Add a single ExecuteAction object to the Dependency
|
Modifier and Type | Method and Description |
---|---|
boolean |
Dependency.addAllExecuteActions(List<ExecuteAction> executeActions)
Add a list of ExecuteAction objects to the Dependency
|
Dependency |
Dependency.setExecuteActions(List<ExecuteAction> executeActions)
Sets the supplied list of ExecuteActions as the only elements in the Dependency
|