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.
|
Modifier and Type | Method and Description |
---|---|
CmisVersion |
RepositoryInfo.getCmisVersion()
Returns the CMIS version supported by this repository as a
CmisVersion enum. |
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.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.