Uses of Class
org.nuxeo.ecm.platform.actions.Action
Packages that use Action
-
Uses of Action in org.nuxeo.ecm.platform.actions
Methods in org.nuxeo.ecm.platform.actions that return ActionModifier and TypeMethodDescriptionAction.clone()
ActionService.getAction
(String actionId, ActionContext context, boolean hideUnavailableAction) protected Action
ActionRegistry.getClonedAction
(Action action) ActionRegistry.removeAction
(String id) ActionService.removeAction
(String actionId) Methods in org.nuxeo.ecm.platform.actions that return types with arguments of type ActionModifier and TypeMethodDescriptionActionRegistry.getActions()
ActionRegistry.getActions
(String category) ActionService.getActions
(String category, ActionContext context) ActionService.getActions
(String category, ActionContext context, boolean hideUnavailableActions) ActionService.getAllActions
(String category) ActionRegistry.sortActions
(Collection<Action> actions) Methods in org.nuxeo.ecm.platform.actions with parameters of type ActionModifier and TypeMethodDescriptionboolean
ActionFilter.accept
(Action action, ActionContext context) Checks whether this action is valid in the given context.boolean
DefaultActionFilter.accept
(Action action, ActionContext context) void
void
protected boolean
ActionRegistry.applyCompatibility
(String category, Action finalAction) protected void
ActionRegistry.applyCompatibility
(Action finalAction) protected boolean
ActionRegistry.applyCustomCompatibility
(String compatType, Action action) Displays specific help messages for migration of actions.protected boolean
ActionService.checkFilters
(Action action, List<String> filterIds, ActionContext context) boolean
ActionService.checkFilters
(Action action, ActionContext context) int
void
ActionContributionHandler.contributionRemoved
(String id, Action action) void
ActionContributionHandler.contributionUpdated
(String actionId, Action action, Action origAction) protected Action
ActionRegistry.getClonedAction
(Action action) ActionContributionHandler.getContributionId
(Action contrib) boolean
ActionService.isEnabled
(Action action, ActionContext context) void
Method parameters in org.nuxeo.ecm.platform.actions with type arguments of type Action -
Uses of Action in org.nuxeo.ecm.platform.actions.ejb
Methods in org.nuxeo.ecm.platform.actions.ejb that return ActionModifier and TypeMethodDescriptionActionManager.getAction
(String actionId, ActionContext context, boolean hideUnavailableActions) Returns action with given id, evaluating its filters in given context, and returning null if filters evaluation denies access or if action is not found.ActionManager.removeAction
(String actionId) Methods in org.nuxeo.ecm.platform.actions.ejb that return types with arguments of type ActionModifier and TypeMethodDescriptionActionManager.getActions
(String category, ActionContext context) Gets actions for a category (filters are evaluated).ActionManager.getActions
(String category, ActionContext context, boolean hideUnavailableActions) Gets actions for a category (filters are evaluated).ActionManager.getAllActions
(String category) Gets all actions in a category (filters are NOT evaluated).Methods in org.nuxeo.ecm.platform.actions.ejb with parameters of type ActionModifier and TypeMethodDescriptionvoid
boolean
ActionManager.checkFilters
(Action action, ActionContext context)