Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.spaces.api
Class AbstractUnivers

java.lang.Object
  extended by org.nuxeo.ecm.spaces.api.AbstractUnivers
All Implemented Interfaces:
Univers
Direct Known Subclasses:
DocUniversImpl, VirtualUnivers

public abstract class AbstractUnivers
extends java.lang.Object
implements Univers


Constructor Summary
AbstractUnivers()
           
 
Method Summary
 java.util.List<SpaceProvider> getSpaceProviders(CoreSession session)
           
 java.util.List<Space> getSpaces(CoreSession session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.spaces.api.Univers
getDescription, getId, getName, getTitle, isEqualTo
 

Constructor Detail

AbstractUnivers

public AbstractUnivers()
Method Detail

getSpaces

public java.util.List<Space> getSpaces(CoreSession session)
                                throws SpaceException
Specified by:
getSpaces in interface Univers
Throws:
SpaceException

getSpaceProviders

public java.util.List<SpaceProvider> getSpaceProviders(CoreSession session)
                                                throws SpaceException
Specified by:
getSpaceProviders in interface Univers
Returns:
list of SpaceProvider
Throws:
SpaceException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.