Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.spaces.core.impl
Interface UniversProvider

All Known Implementing Classes:
VirtualUniversProvider

public interface UniversProvider


Method Summary
 List<Univers> getAll(CoreSession session)
           
 Univers getUnivers(String name, CoreSession session)
           
 void initialize(Map<String,String> params)
           
 

Method Detail

initialize

void initialize(Map<String,String> params)
                throws Exception
Throws:
Exception

getUnivers

Univers getUnivers(String name,
                   CoreSession session)
                   throws ClientException
Throws:
ClientException

getAll

List<Univers> getAll(CoreSession session)
                     throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.