Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.server.shared |
Modifier and Type | Method and Description |
---|---|
CmisVersion |
RepositoryInfo.getCmisVersion() |
Modifier and Type | Method and Description |
---|---|
static CmisVersion |
CmisVersion.fromValue(String v) |
static CmisVersion |
CmisVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmisVersion[] |
CmisVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CmisVersion |
CallContext.getCmisVersion()
Returns the CMIS version.
|
Modifier and Type | Method and Description |
---|---|
static CallContext |
HttpUtils.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
String binding,
CmisVersion cmisVersion,
CallContextHandler callContextHandler,
File tempDir,
int memoryThreshold,
long maxContentSize,
boolean encrypt)
Creates a
CallContext object from a servlet request. |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.