Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.dataobjects | |
org.apache.chemistry.opencmis.inmemory.storedobj.impl |
Modifier and Type | Method and Description |
---|---|
List<CmisExtensionElement> |
CmisObject.getExtensions(ExtensionLevel level)
Returns the extensions for the given level.
|
Modifier and Type | Method and Description |
---|---|
List<CmisExtensionElement> |
AbstractCmisObject.getExtensions(ExtensionLevel level) |
Modifier and Type | Method and Description |
---|---|
List<CmisExtensionElement> |
CmisExtensionElement.getChildren()
Returns the children of this extension.
|
List<CmisExtensionElement> |
ExtensionsData.getExtensions()
Returns the list of top-level extension elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionsData.setExtensions(List<CmisExtensionElement> extensions)
Sets the list of top-level extension elements.
|
Modifier and Type | Method and Description |
---|---|
static List<CmisExtensionElement> |
JSONConverter.convertExtension(Map<String,Object> map) |
static List<CmisExtensionElement> |
JSONConverter.convertExtension(String name,
List<Object> list) |
Modifier and Type | Class and Description |
---|---|
class |
CmisExtensionElementImpl |
Modifier and Type | Method and Description |
---|---|
List<CmisExtensionElement> |
CmisExtensionElementImpl.getChildren() |
List<CmisExtensionElement> |
AbstractExtensionData.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExtensionData.setExtensions(List<CmisExtensionElement> extensions) |
Constructor and Description |
---|
CmisExtensionElementImpl(CmisExtensionElement element)
Copy constructor.
|
Constructor and Description |
---|
BulkUpdateObjectIdAndChangeTokenImpl(String id,
String newId,
String changeToken,
List<CmisExtensionElement> extensions) |
CmisExtensionElementImpl(String namespace,
String name,
Map<String,String> attributes,
List<CmisExtensionElement> children)
Constructor for a node.
|
Modifier and Type | Method and Description |
---|---|
List<CmisExtensionElement> |
ContentStreamDataImpl.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
ContentStreamDataImpl.setExtensions(List<CmisExtensionElement> extensions) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.