| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Document
CMIS document interface.
|
interface |
FileableCmisObject
Fileable CMIS object.
|
interface |
Folder
CMIS folder interface.
|
interface |
Item
CMIS item interface.
|
interface |
Policy
CMIS policy interface.
|
interface |
Relationship
CMIS relationship interface.
|
| Modifier and Type | Method and Description |
|---|---|
CmisObject |
ObjectFactory.convertObject(ObjectData objectData,
OperationContext context) |
CmisObject |
Session.getObject(ObjectId objectId)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObject(ObjectId objectId,
OperationContext context)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObject(String objectId)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObject(String objectId,
OperationContext context)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObjectByPath(String path)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObjectByPath(String path,
OperationContext context)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObjectByPath(String parentPath,
String name)
Returns a CMIS object from the session cache.
|
CmisObject |
Session.getObjectByPath(String parentPath,
String name,
OperationContext context)
Returns a CMIS object from the session cache.
|
CmisObject |
Relationship.getSource()
Gets the source object.
|
CmisObject |
Relationship.getSource(OperationContext context)
Gets the source object using the given
OperationContext. |
CmisObject |
Relationship.getTarget()
Gets the target object.
|
CmisObject |
Relationship.getTarget(OperationContext context)
Gets the target object using the given
OperationContext. |
CmisObject |
CmisObject.rename(String newName)
Renames this object (changes the value of
cmis:name). |
CmisObject |
CmisObject.updateProperties(Map<String,?> properties)
Updates the provided properties and refreshes this object afterwards.
|
| Modifier and Type | Method and Description |
|---|---|
ItemIterable<CmisObject> |
Folder.getChildren()
Returns the children of this folder.
|
ItemIterable<CmisObject> |
Folder.getChildren(OperationContext context)
Returns the children of this folder using the given
OperationContext. |
Future<CmisObject> |
AsyncSession.getObject(ObjectId objectId)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObject(ObjectId objectId,
OperationContext context)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObject(String objectId)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObject(String objectId,
OperationContext context)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObjectByPath(String path)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObjectByPath(String path,
OperationContext context)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObjectByPath(String parentPath,
String name)
Returns a CMIS object from the session cache.
|
Future<CmisObject> |
AsyncSession.getObjectByPath(String parentPath,
String name,
OperationContext context)
Returns a CMIS object from the session cache.
|
ItemIterable<CmisObject> |
Session.queryObjects(String typeId,
String where,
boolean searchAllVersions,
OperationContext context)
Builds a CMIS query and returns the query results as an iterator of
CmisObject objects. |
| Modifier and Type | Method and Description |
|---|---|
List<BulkUpdateObjectIdAndChangeToken> |
Session.bulkUpdateProperties(List<CmisObject> objects,
Map<String,?> properties,
List<String> addSecondaryTypeIds,
List<String> removeSecondaryTypeIds)
Updates multiple objects in one request.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.