Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.ui.web.api.UserAction

Packages that use UserAction
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.webapp.context   
 

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

Methods in org.nuxeo.ecm.platform.ui.web.api that return UserAction
static UserAction UserAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserAction[] UserAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type UserAction
 String NavigationContext.getActionResult(DocumentModel doc, UserAction action)
          Performs context updates and returns the view associated with the document and action passed.
 

Uses of UserAction in org.nuxeo.ecm.webapp.context
 

Methods in org.nuxeo.ecm.webapp.context with parameters of type UserAction
 String NavigationContextBean.getActionResult(DocumentModel doc, UserAction action)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.