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 java.lang.Object
implements UniversProvider


Constructor Summary
VirtualUniversProvider()
           
 
Method Summary
 java.util.List<Univers> getAll(CoreSession session)
           
 Univers getUnivers(java.lang.String name, CoreSession session)
           
 void initialize(java.util.Map<java.lang.String,java.lang.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(java.lang.String name,
                          CoreSession session)
                   throws ClientException
Specified by:
getUnivers in interface UniversProvider
Throws:
ClientException

initialize

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

getAll

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.