Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.factory.api
Interface ContainerManager

All Known Implementing Classes:
ContainerManagerImpl

public interface ContainerManager

Author:
Guillaume Cusnieux

Method Summary
 GadgetBean addGadget(String gadgetName, Map<String,String> gwtParams)
           
 Container createContainer(Map<String,String> gwtParams)
           
 Map<String,ArrayList<String>> getGadgetList()
           
 Container saveLayout(Map<String,String> gwtParams, String layout)
           
 

Method Detail

createContainer

Container createContainer(Map<String,String> gwtParams)
                          throws ClientException
Throws:
ClientException

addGadget

GadgetBean addGadget(String gadgetName,
                     Map<String,String> gwtParams)
                     throws Exception
Throws:
Exception

getGadgetList

Map<String,ArrayList<String>> getGadgetList()
                                            throws ClientException
Throws:
ClientException

saveLayout

Container saveLayout(Map<String,String> gwtParams,
                     String layout)
                     throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.