Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by org.nuxeo.opensocial.container.client.rpc.ContainerContext
All Implemented Interfaces:
Serializable

public class ContainerContext
extends Object
implements Serializable

Contains

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
ContainerContext(String spaceId, String repositoryName, String documentContextId, String userLanguage)
           
ContainerContext(String spaceId, String repositoryName, String documentContextId, String userLanguage, Map<String,String> parameters)
           
 
Method Summary
 String getDocumentContextId()
           
 String getParameter(String name)
           
 Map<String,String> getParameters()
           
 String getRepositoryName()
           
 String getSpaceId()
           
 String getUserLanguage()
           
 void setParameter(String name, String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerContext

public ContainerContext(String spaceId,
                        String repositoryName,
                        String documentContextId,
                        String userLanguage)

ContainerContext

public ContainerContext(String spaceId,
                        String repositoryName,
                        String documentContextId,
                        String userLanguage,
                        Map<String,String> parameters)
Method Detail

getSpaceId

public String getSpaceId()

getRepositoryName

public String getRepositoryName()

getDocumentContextId

public String getDocumentContextId()

getUserLanguage

public String getUserLanguage()

getParameters

public Map<String,String> getParameters()

setParameter

public void setParameter(String name,
                         String value)

getParameter

public String getParameter(String name)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.