public class ActionRegistry extends Object implements Serializable
Constructor and Description |
---|
ActionRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addAction(Action action) |
protected void |
applyCompatibility(Action finalAction) |
protected boolean |
applyCompatibility(String category,
Action finalAction) |
protected boolean |
applyCustomCompatibility(String compatType,
Action action)
Displays specific help messages for migration of actions.
|
Action |
getAction(String id) |
Collection<Action> |
getActions() |
List<Action> |
getActions(String category) |
protected Action |
getClonedAction(Action action) |
List<TypeCompatibility> |
getTypeCategoryRelations() |
Action |
removeAction(String id) |
void |
setTypeCategoryRelations(List<TypeCompatibility> typeCategoryRelations) |
protected static List<Action> |
sortActions(Collection<Action> actions) |
public ActionRegistry()
public Action removeAction(String id)
public Collection<Action> getActions()
public List<Action> getActions(String category)
protected void applyCompatibility(Action finalAction)
protected boolean applyCompatibility(String category, Action finalAction)
protected boolean applyCustomCompatibility(String compatType, Action action)
protected Action getClonedAction(Action action)
protected static List<Action> sortActions(Collection<Action> actions)
public List<TypeCompatibility> getTypeCategoryRelations()
public void setTypeCategoryRelations(List<TypeCompatibility> typeCategoryRelations)
Copyright © 2018 Nuxeo. All rights reserved.