| Package | Description |
|---|---|
| oracle.fmwplatform.actionframework.api.v2 | |
| oracle.fmwplatform.actionframework.api.v2.rest |
| Modifier and Type | Method and Description |
|---|---|
List<ActionName> |
ActionFactory.getKnownActions()
Return the names of all known actions.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionName> |
ListActionsResp.getActions()
Return the list of known actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionsResp.addAction(ActionName action)
Add an action to the known list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionsResp.addActions(Collection<? extends ActionName> actions)
Add a collection of actions to the known actions.
|
void |
ListActionsResp.setActions(List<ActionName> actions)
Set the list of known actions.
|