public class ActionRegistryImpl extends Object implements ActionRegistry
ActionRegistryImpl
provides an ActionRegistry for Metacard
s.Constructor and Description |
---|
ActionRegistryImpl(List<ActionProvider> actionProviders,
List<MultiActionProvider> multiActionProviders) |
Modifier and Type | Method and Description |
---|---|
<Metacard> List<Action> |
list(Metacard metacard)
Used to retrieve all actions that can be applied to a given input.
|
public ActionRegistryImpl(List<ActionProvider> actionProviders, List<MultiActionProvider> multiActionProviders)
public <Metacard> List<Action> list(Metacard metacard)
ActionRegistry
list
in interface ActionRegistry
metacard
- object in which an Action
can be appliedAction
objects that can be applied from the given input, otherwise an empty
list if no actions can be applied.This work is licensed under a Creative Commons Attribution 4.0 International License.