Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
Modifier and Type | Method and Description |
---|---|
List<CmisExtensionElement> |
CmisObject.getExtensions(ExtensionLevel level)
Returns the extensions for the given level.
|
List<CmisExtensionElement> |
TransientCmisObject.getInputExtensions(ExtensionLevel level)
Deprecated.
|
List<CmisExtensionElement> |
TransientCmisObject.getOutputExtensions(ExtensionLevel level)
Deprecated.
|
void |
TransientCmisObject.setOutputExtensions(ExtensionLevel level,
List<CmisExtensionElement> extensions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionLevel |
ExtensionLevel.fromValue(String v) |
static ExtensionLevel |
ExtensionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionLevel[] |
ExtensionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.