| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Document
CMIS Document.
|
interface |
Folder
CMIS Folder.
|
interface |
Policy
CMIS Policy.
|
| Modifier and Type | Method and Description |
|---|---|
FileableCmisObject |
TransientFileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId) |
FileableCmisObject |
FileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId)
Moves the object.
|
FileableCmisObject |
FileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId,
OperationContext context)
Moves the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tree<FileableCmisObject>> |
TransientFolder.getDescendants(int depth) |
List<Tree<FileableCmisObject>> |
Folder.getDescendants(int depth)
Gets the folder descendants starting with this folder.
|
List<Tree<FileableCmisObject>> |
TransientFolder.getDescendants(int depth,
OperationContext context) |
List<Tree<FileableCmisObject>> |
Folder.getDescendants(int depth,
OperationContext context)
Gets the folder descendants starting with this folder using the given
OperationContext. |
List<Tree<FileableCmisObject>> |
TransientFolder.getFolderTree(int depth) |
List<Tree<FileableCmisObject>> |
Folder.getFolderTree(int depth)
Gets the folder tree starting with this folder.
|
List<Tree<FileableCmisObject>> |
TransientFolder.getFolderTree(int depth,
OperationContext context) |
List<Tree<FileableCmisObject>> |
Folder.getFolderTree(int depth,
OperationContext context)
Gets the folder tree starting with this folder using the given
OperationContext. |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.