Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.spaces.api.Univers

Packages that use Univers
org.nuxeo.ecm.spaces.api   
org.nuxeo.ecm.spaces.core.impl   
org.nuxeo.ecm.spaces.core.impl.docwrapper   
org.nuxeo.opensocial.spaces.webobject   
 

Uses of Univers in org.nuxeo.ecm.spaces.api
 

Classes in org.nuxeo.ecm.spaces.api that implement Univers
 class AbstractUnivers
           
 

Methods in org.nuxeo.ecm.spaces.api that return Univers
 Univers SpaceManager.getUnivers(java.lang.String name, CoreSession session)
          Retrieve a specific universe from its name
 Univers SpaceManager.getUniversFromId(java.lang.String universId, CoreSession session)
           
 

Methods in org.nuxeo.ecm.spaces.api that return types with arguments of type Univers
 java.util.List<Univers> SpaceManager.getUniversList(CoreSession session)
          List of all accessible universes
 

Methods in org.nuxeo.ecm.spaces.api with parameters of type Univers
 Space SpaceManager.getSpace(java.lang.String name, Univers univers, CoreSession session)
          Retrieve a specific space from its name and its parent universe
 java.util.List<Space> SpaceManager.getSpacesForUnivers(Univers universe, CoreSession session)
          List of all accessible spaces for a given univers
 java.util.List<SpaceProvider> SpaceManager.getSpacesProvider(Univers univers)
           
 boolean Univers.isEqualTo(Univers univers)
          For comparison.
 

Uses of Univers in org.nuxeo.ecm.spaces.core.impl
 

Methods in org.nuxeo.ecm.spaces.core.impl that return Univers
 Univers VirtualUniversProvider.getUnivers(java.lang.String name, CoreSession session)
           
 Univers UniversProvider.getUnivers(java.lang.String name, CoreSession session)
           
 Univers SpaceManagerImpl.getUnivers(java.lang.String name, CoreSession coreSession)
          Get a univers
 Univers SpaceManagerImpl.getUniversFromId(java.lang.String universId, CoreSession session)
           
 

Methods in org.nuxeo.ecm.spaces.core.impl that return types with arguments of type Univers
 java.util.List<Univers> VirtualUniversProvider.getAll(CoreSession session)
           
 java.util.List<Univers> UniversProvider.getAll(CoreSession session)
           
 java.util.List<Univers> SpaceManagerImpl.getUniversList(CoreSession session)
          Universe list
 

Methods in org.nuxeo.ecm.spaces.core.impl with parameters of type Univers
 Space SpaceManagerImpl.getSpace(java.lang.String name, Univers univers, CoreSession session)
           
 java.util.List<Space> SpaceManagerImpl.getSpacesForUnivers(Univers univers, CoreSession coreSession)
          Space list for a given univers
 java.util.List<SpaceProvider> SpaceManagerImpl.getSpacesProvider(Univers univers)
           
 

Uses of Univers in org.nuxeo.ecm.spaces.core.impl.docwrapper
 

Classes in org.nuxeo.ecm.spaces.core.impl.docwrapper that implement Univers
 class DocUniversImpl
           
 class VirtualUnivers
           
 

Methods in org.nuxeo.ecm.spaces.core.impl.docwrapper with parameters of type Univers
 boolean VirtualUnivers.isEqualTo(Univers univers)
           
 boolean DocUniversImpl.isEqualTo(Univers univers)
           
 

Uses of Univers in org.nuxeo.opensocial.spaces.webobject
 

Methods in org.nuxeo.opensocial.spaces.webobject that return Univers
 Univers UniversWebObject.getUnivers()
           
 Univers SpaceWebObject.getUnivers()
           
 

Methods in org.nuxeo.opensocial.spaces.webobject that return types with arguments of type Univers
 java.util.List<Univers> SpacesModuleRoot.getUniversList()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.