Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.contentbrowser
Interface ServerActions

All Known Implementing Classes:
ServerActionsBean

public interface ServerActions

Defines actions that can be invoked from pages or other actions - relative to server.

Author:
Razvan Caraghin

Method Summary
 List<Repository> getAvailableRepositories()
          Returns the list of available RepositoryLocations the user can connect to.
 String selectRepository(String repositoryName)
          Stores the selected location.
 

Method Detail

getAvailableRepositories

List<Repository> getAvailableRepositories()
                                          throws ClientException
Returns the list of available RepositoryLocations the user can connect to.

Throws:
ClientException

selectRepository

String selectRepository(String repositoryName)
                        throws ClientException
Stores the selected location.

Returns:
the page that displays the domains ( found at the selected RepositoryLocation.
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.