public class CallContextImpl extends Object implements org.apache.chemistry.opencmis.commons.server.CallContext
CallContext
interface.BINDING_ATOMPUB, BINDING_BROWSER, BINDING_LOCAL, BINDING_WEBSERVICES, HTTP_SERVLET_REQUEST, HTTP_SERVLET_RESPONSE, LENGTH, LOCALE, LOCALE_ISO3166_COUNTRY, LOCALE_ISO639_LANGUAGE, MEMORY_THRESHOLD, OFFSET, PASSWORD, REPOSITORY_ID, SERVLET_CONTEXT, TEMP_DIR, USERNAME
Constructor and Description |
---|
CallContextImpl(String binding,
String repositoryId,
boolean objectInfoRequired) |
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
String |
getBinding() |
BigInteger |
getLength() |
String |
getLocale() |
int |
getMemoryThreshold() |
BigInteger |
getOffset() |
String |
getPassword() |
String |
getRepositoryId() |
File |
getTempDirectory() |
String |
getUsername() |
boolean |
isObjectInfoRequired() |
void |
put(String key,
Object value)
Adds a parameter.
|
Object |
remove(String key)
Removes a parameter.
|
public String getBinding()
getBinding
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public boolean isObjectInfoRequired()
isObjectInfoRequired
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public Object get(String key)
get
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public String getRepositoryId()
getRepositoryId
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public String getUsername()
getUsername
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public String getPassword()
getPassword
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public String getLocale()
getLocale
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public BigInteger getOffset()
getOffset
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public BigInteger getLength()
getLength
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public File getTempDirectory()
getTempDirectory
in interface org.apache.chemistry.opencmis.commons.server.CallContext
public int getMemoryThreshold()
getMemoryThreshold
in interface org.apache.chemistry.opencmis.commons.server.CallContext
Copyright © 2018 City of Paris. All rights reserved.