Uses of Class
org.nuxeo.ecm.platform.actions.Action
-
Packages that use Action Package Description org.nuxeo.ecm.platform.actions org.nuxeo.ecm.platform.actions.ejb -
-
Uses of Action in org.nuxeo.ecm.platform.actions
Methods in org.nuxeo.ecm.platform.actions that return Action Modifier and Type Method Description ActionAction. clone()ActionActionContributionHandler. clone(Action object)ActionActionRegistry. getAction(String id)ActionActionService. getAction(String actionId)ActionActionService. getAction(String actionId, ActionContext context, boolean hideUnavailableAction)protected ActionActionRegistry. getClonedAction(Action action)ActionActionRegistry. removeAction(String id)ActionActionService. removeAction(String actionId)Methods in org.nuxeo.ecm.platform.actions that return types with arguments of type Action Modifier and Type Method Description Collection<Action>ActionRegistry. getActions()List<Action>ActionRegistry. getActions(String category)List<Action>ActionService. getActions(String category, ActionContext context)List<Action>ActionService. getActions(String category, ActionContext context, boolean hideUnavailableActions)List<Action>ActionService. getAllActions(String category)protected static List<Action>ActionRegistry. sortActions(Collection<Action> actions)Methods in org.nuxeo.ecm.platform.actions with parameters of type Action Modifier and Type Method Description booleanActionFilter. accept(Action action, ActionContext context)Checks whether this action is valid in the given context.booleanDefaultActionFilter. accept(Action action, ActionContext context)voidActionRegistry. addAction(Action action)voidActionService. addAction(Action action)protected booleanActionRegistry. applyCompatibility(String category, Action finalAction)protected voidActionRegistry. applyCompatibility(Action finalAction)protected booleanActionRegistry. applyCustomCompatibility(String compatType, Action action)Displays specific help messages for migration of actions.protected booleanActionService. checkFilters(Action action, List<String> filterIds, ActionContext context)booleanActionService. checkFilters(Action action, ActionContext context)ActionActionContributionHandler. clone(Action object)intAction. compareTo(Action anotherAction)voidActionContributionHandler. contributionRemoved(String id, Action action)voidActionContributionHandler. contributionUpdated(String actionId, Action action, Action origAction)protected ActionActionRegistry. getClonedAction(Action action)StringActionContributionHandler. getContributionId(Action contrib)booleanActionService. isEnabled(Action action, ActionContext context)voidActionContributionHandler. merge(Action source, Action dest)Method parameters in org.nuxeo.ecm.platform.actions with type arguments of type Action Modifier and Type Method Description protected static List<Action>ActionRegistry. sortActions(Collection<Action> actions) -
Uses of Action in org.nuxeo.ecm.platform.actions.ejb
Methods in org.nuxeo.ecm.platform.actions.ejb that return Action Modifier and Type Method Description ActionActionManager. getAction(String actionId)ActionActionManager. 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.ActionActionManager. removeAction(String actionId)Methods in org.nuxeo.ecm.platform.actions.ejb that return types with arguments of type Action Modifier and Type Method Description List<Action>ActionManager. getActions(String category, ActionContext context)Gets actions for a category (filters are evaluated).List<Action>ActionManager. getActions(String category, ActionContext context, boolean hideUnavailableActions)Gets actions for a category (filters are evaluated).List<Action>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 Action Modifier and Type Method Description voidActionManager. addAction(Action action)booleanActionManager. checkFilters(Action action, ActionContext context)
-