Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.actions.ActionContext

Packages that use ActionContext
org.nuxeo.ecm.platform.actions   
org.nuxeo.ecm.platform.actions.ejb   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.webapp.action   
 

Uses of ActionContext in org.nuxeo.ecm.platform.actions
 

Methods in org.nuxeo.ecm.platform.actions with parameters of type ActionContext
 boolean DefaultActionFilter.accept(Action action, ActionContext context)
          Checks whether this action is valid in the given context.
 boolean ActionFilter.accept(Action action, ActionContext context)
           
 List<Action> ActionService.getActions(String category, ActionContext context)
           
 List<Action> ActionService.getActions(String category, ActionContext context, boolean hideUnavailableActions)
           
 boolean ActionService.isEnabled(Action action, ActionContext context)
           
 boolean ActionService.isEnabled(String actionId, ActionContext context)
           
 

Uses of ActionContext in org.nuxeo.ecm.platform.actions.ejb
 

Methods in org.nuxeo.ecm.platform.actions.ejb with parameters of type ActionContext
 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).
 boolean ActionManager.isEnabled(String actionId, ActionContext context)
           
 

Uses of ActionContext in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type ActionContext
 List<Action> WebActions.getActionsList(String category, ActionContext context)
          Returns all filtered actions for a given category and given resolution context.
 List<Action> WebActions.getUnfiltredActionsList(String category, ActionContext context)
          Returns all actions for a given category and given resolution context.
 void TabActionsSelection.setCurrentTabId(ActionManager actionManager, ActionContext actionContext, String category, String tabId, String... subTabIds)
           
 void TabActionsSelection.setCurrentTabIds(ActionManager actionManager, ActionContext actionContext, String tabIds)
          Sets current tab ids as a String, splitting on commas ',' and parsing each action information as is: CATEGORY:[ACTION_ID[:OPTIONAL_SUB_ACTION_ID[:OPTIONAL_SUB_ACTION_ID]...]]
 

Uses of ActionContext in org.nuxeo.ecm.webapp.action
 

Methods in org.nuxeo.ecm.webapp.action that return ActionContext
 ActionContext ActionContextProvider.createActionContext()
           
 

Methods in org.nuxeo.ecm.webapp.action with parameters of type ActionContext
 List<Action> WebActionsBean.getActionsList(String category, ActionContext context)
           
 List<Action> WebActionsBean.getUnfiltredActionsList(String category, ActionContext context)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.