public class ActionRegistry extends Object implements Serializable
Constructor and Description |
---|
ActionRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addAction(Action action) |
Action |
getAction(String id) |
Collection<Action> |
getActions() |
List<Action> |
getActions(String category) |
List<TypeCompatibility> |
getTypeCategoryRelations() |
Action |
removeAction(String id) |
void |
setTypeCategoryRelations(List<TypeCompatibility> typeCategoryRelations) |
public void addAction(Action action)
public Collection<Action> getActions()
public List<TypeCompatibility> getTypeCategoryRelations()
public void setTypeCategoryRelations(List<TypeCompatibility> typeCategoryRelations)
Copyright © 2013 Nuxeo SA. All Rights Reserved.