| Package | Description |
|---|---|
| oracle.fmwplatform.actionframework.api.v2 |
| Modifier and Type | Method and Description |
|---|---|
ActionStatusCode |
ActionResult.getStatusCode()
Get status code.
|
static ActionStatusCode |
ActionStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatusCode[] |
ActionStatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
ActionResult.setStatusCode(ActionStatusCode statusCode)
Set the status code for this result.
|
| Constructor and Description |
|---|
ActionResult(ActionStatusCode statusCode, String statusDetail)
Construct ActionResult object.
|
ActionResult(ActionStatusCode statusCode, String statusDetail, oracle.fmwplatform.envspec.model.targets.ModelTarget target)
Construct ActionResult object.
|