Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.actions.ejb.ActionManager

Packages that use ActionManager
org.nuxeo.ecm.platform.actions   
org.nuxeo.ecm.platform.actions.ejb   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.webapp.delegate   
 

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

Classes in org.nuxeo.ecm.platform.actions that implement ActionManager
 class ActionService
           
 

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

Subinterfaces of ActionManager in org.nuxeo.ecm.platform.actions.ejb
 interface ActionManagerLocal
           
 

Classes in org.nuxeo.ecm.platform.actions.ejb that implement ActionManager
 class ActionManagerBean
           
 

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

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type ActionManager
 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 ActionManager in org.nuxeo.ecm.webapp.delegate
 

Methods in org.nuxeo.ecm.webapp.delegate that return ActionManager
 ActionManager ActionManagerBusinessDelegate.getActionManager()
          Acquires a new ActionManager reference.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.