| Package | Description |
|---|---|
| oracle.fmwplatform.actionframework.api.v2.picker |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Action> |
ActionPickerByClass.pickAction(List<ActionClassInfo> actions) |
Class<? extends Action> |
ActionPicker.pickAction(List<ActionClassInfo> actions)
This method is called to select the action to be called for a list of actions with the same name.
|