Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.rpc
Class InitApplicationResult

java.lang.Object
  extended by org.nuxeo.opensocial.container.client.rpc.InitApplicationResult
All Implemented Interfaces:
Serializable, net.customware.gwt.dispatch.shared.Result

public class InitApplicationResult
extends Object
implements net.customware.gwt.dispatch.shared.Result

Author:
Stéphane Fourrier
See Also:
Serialized Form

Constructor Summary
InitApplicationResult(YUILayout layout, Map<String,List<WebContentData>> webContents, Map<String,Map<String,Boolean>> permissions, String spaceId)
           
 
Method Summary
 YUILayout getLayout()
           
 Map<String,Map<String,Boolean>> getPermissions()
           
 String getSpaceId()
           
 Map<String,List<WebContentData>> getWebContents()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitApplicationResult

public InitApplicationResult(YUILayout layout,
                             Map<String,List<WebContentData>> webContents,
                             Map<String,Map<String,Boolean>> permissions,
                             String spaceId)
Method Detail

getLayout

public YUILayout getLayout()

getWebContents

public Map<String,List<WebContentData>> getWebContents()

getPermissions

public Map<String,Map<String,Boolean>> getPermissions()

getSpaceId

public String getSpaceId()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.