Package org.nuxeo.ecm.platform.actions
Class ActionRegistry
java.lang.Object
org.nuxeo.ecm.platform.actions.ActionRegistry
- All Implemented Interfaces:
Serializable
- Author:
- Bogdan Stefanescu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected boolean
applyCompatibility
(String category, Action finalAction) protected void
applyCompatibility
(Action finalAction) protected boolean
applyCustomCompatibility
(String compatType, Action action) Displays specific help messages for migration of actions.getActions
(String category) protected Action
getClonedAction
(Action action) removeAction
(String id) void
setTypeCategoryRelations
(List<TypeCompatibility> typeCategoryRelations) sortActions
(Collection<Action> actions)
-
Constructor Details
-
ActionRegistry
public ActionRegistry()
-
-
Method Details
-
addAction
-
removeAction
-
getActions
-
getActions
-
applyCompatibility
-
applyCompatibility
-
applyCustomCompatibility
Displays specific help messages for migration of actions.- Since:
- 6.0
-
getAction
-
getClonedAction
-
sortActions
-
getTypeCategoryRelations
-
setTypeCategoryRelations
-