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 Action
Action. clone()
Action
ActionContributionHandler. clone(Action object)
Action
ActionRegistry. getAction(String id)
Action
ActionService. getAction(String actionId)
Action
ActionService. getAction(String actionId, ActionContext context, boolean hideUnavailableAction)
protected Action
ActionRegistry. getClonedAction(Action action)
Action
ActionRegistry. removeAction(String id)
Action
ActionService. 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 boolean
ActionFilter. accept(Action action, ActionContext context)
Checks whether this action is valid in the given context.boolean
DefaultActionFilter. accept(Action action, ActionContext context)
void
ActionRegistry. addAction(Action action)
void
ActionService. addAction(Action action)
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)
Action
ActionContributionHandler. clone(Action object)
int
Action. compareTo(Action anotherAction)
void
ActionContributionHandler. contributionRemoved(String id, Action action)
void
ActionContributionHandler. contributionUpdated(String actionId, Action action, Action origAction)
protected Action
ActionRegistry. getClonedAction(Action action)
String
ActionContributionHandler. getContributionId(Action contrib)
boolean
ActionService. isEnabled(Action action, ActionContext context)
void
ActionContributionHandler. 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 Action
ActionManager. getAction(String actionId)
Action
ActionManager. 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.Action
ActionManager. 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 void
ActionManager. addAction(Action action)
boolean
ActionManager. checkFilters(Action action, ActionContext context)
-