Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ActionManager
org.nuxeo.ecm.platform.actions   
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.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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.