Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.spaces.core.impl
Class VirtualUniversProvider

java.lang.Object
  extended by org.nuxeo.ecm.spaces.core.impl.VirtualUniversProvider
All Implemented Interfaces:
UniversProvider

public class VirtualUniversProvider
extends Object
implements UniversProvider


Constructor Summary
VirtualUniversProvider()
           
 
Method Summary
 List<Univers> getAll(CoreSession session)
           
 Univers getUnivers(String name, CoreSession session)
           
 void initialize(Map<String,String> params)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualUniversProvider

public VirtualUniversProvider()
Method Detail

getUnivers

public Univers getUnivers(String name,
                          CoreSession session)
                   throws ClientException
Specified by:
getUnivers in interface UniversProvider
Throws:
ClientException

initialize

public void initialize(Map<String,String> params)
                throws Exception
Specified by:
initialize in interface UniversProvider
Throws:
Exception

getAll

public List<Univers> getAll(CoreSession session)
                     throws ClientException
Specified by:
getAll in interface UniversProvider
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.