Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.util.RepositoryLocation

Packages that use RepositoryLocation
org.nuxeo.ecm.platform.audit.api.comment   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.platform.ui.web.util   
org.nuxeo.ecm.platform.util   
org.nuxeo.ecm.webapp.context   
org.nuxeo.ecm.webapp.delegate   
 

Uses of RepositoryLocation in org.nuxeo.ecm.platform.audit.api.comment
 

Methods in org.nuxeo.ecm.platform.audit.api.comment that return RepositoryLocation
 RepositoryLocation LinkedDocument.getRepository()
           
 

Methods in org.nuxeo.ecm.platform.audit.api.comment with parameters of type RepositoryLocation
 void LinkedDocument.setRepository(RepositoryLocation repository)
           
 

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

Methods in org.nuxeo.ecm.platform.ui.web.api that return RepositoryLocation
 RepositoryLocation NavigationContext.factoryCurrentServerLocation()
          Gets the current ServerLocation and puts it in Page Context.
 RepositoryLocation NavigationContext.getCurrentServerLocation()
           
 RepositoryLocation NavigationContext.getSelectedServerLocation()
          Deprecated. use getCurrentServerLocation instead
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type RepositoryLocation
 String NavigationContext.navigateTo(RepositoryLocation serverLocation, DocumentRef docRef)
          Initializes the context for the given refs and returns the default view for the doc.
 void NavigationContext.setCurrentServerLocation(RepositoryLocation serverLocation)
          Switch to a new server location by updating the context and updating to the CoreSession (aka the 'documentManager' Seam component).
 

Uses of RepositoryLocation in org.nuxeo.ecm.platform.ui.web.util
 

Methods in org.nuxeo.ecm.platform.ui.web.util with parameters of type RepositoryLocation
static String DocumentLocator.getDocumentUrl(RepositoryLocation serverLocation, DocumentRef docRef)
          Deprecated.  
static String DocumentLocator.getFullDocumentUrl(RepositoryLocation serverLocation, DocumentRef docRef)
          Deprecated. Returns something like http://server:port/nuxeo/getDocument.xhtml?docRef=ServerLocationName/DocRef.
 

Uses of RepositoryLocation in org.nuxeo.ecm.platform.util
 

Methods in org.nuxeo.ecm.platform.util that return types with arguments of type RepositoryLocation
 Map<String,RepositoryLocation> LocationManagerService.getAvailableLocations()
           
 

Methods in org.nuxeo.ecm.platform.util with parameters of type RepositoryLocation
 int RepositoryLocation.compareTo(RepositoryLocation o)
           
 

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

Methods in org.nuxeo.ecm.webapp.context that return RepositoryLocation
 RepositoryLocation NavigationContextBean.factoryCurrentServerLocation()
           
 RepositoryLocation NavigationContextBean.getCurrentServerLocation()
           
 RepositoryLocation ServerContextBean.getCurrentServerLocation()
           
 RepositoryLocation NavigationContextBean.getSelectedServerLocation()
          Deprecated. use getCurrentServerLocation() instead
 

Methods in org.nuxeo.ecm.webapp.context with parameters of type RepositoryLocation
 String NavigationContextBean.navigateTo(RepositoryLocation serverLocation, DocumentRef docRef)
           
 void NavigationContextBean.setCurrentServerLocation(RepositoryLocation serverLocation)
          Switches to a new server location by updating the context and updating to the CoreSession (DocumentManager).
 void ServerContextBean.setRepositoryLocation(RepositoryLocation serverLocation)
           
 

Uses of RepositoryLocation in org.nuxeo.ecm.webapp.delegate
 

Methods in org.nuxeo.ecm.webapp.delegate with parameters of type RepositoryLocation
 CoreSession DocumentManagerBusinessDelegate.getDocumentManager(RepositoryLocation serverLocation)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.