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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected booleanapplyCompatibility(String category, Action finalAction) protected voidapplyCompatibility(Action finalAction) protected booleanapplyCustomCompatibility(String compatType, Action action) Displays specific help messages for migration of actions.getActions(String category) protected ActiongetClonedAction(Action action) removeAction(String id) voidsetTypeCategoryRelations(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
-