Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime |
Modifier and Type | Interface and Description |
---|---|
interface |
Document
CMIS document interface.
|
interface |
Folder
CMIS folder interface.
|
interface |
Item
CMIS item interface.
|
interface |
Policy
CMIS policy interface.
|
Modifier and Type | Method and Description |
---|---|
FileableCmisObject |
FileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId)
Moves this object.
|
FileableCmisObject |
FileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId,
OperationContext context)
Moves this object.
|
Modifier and Type | Method and Description |
---|---|
List<Tree<FileableCmisObject>> |
Folder.getDescendants(int depth)
Gets the folder descendants starting with this folder.
|
List<Tree<FileableCmisObject>> |
Folder.getDescendants(int depth,
OperationContext context)
Gets the folder descendants starting with this folder using the given
OperationContext . |
List<Tree<FileableCmisObject>> |
Folder.getFolderTree(int depth)
Gets the folder tree starting with this folder.
|
List<Tree<FileableCmisObject>> |
Folder.getFolderTree(int depth,
OperationContext context)
Gets the folder tree starting with this folder using the given
OperationContext . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilableCmisObject
Base class for all filable persistent session object impl classes.
|
class |
DocumentImpl |
class |
FolderImpl |
class |
ItemImpl |
class |
PolicyImpl |
Modifier and Type | Method and Description |
---|---|
FileableCmisObject |
AbstractFilableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId) |
FileableCmisObject |
AbstractFilableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId,
OperationContext context) |
Modifier and Type | Method and Description |
---|---|
List<Tree<FileableCmisObject>> |
FolderImpl.getDescendants(int depth) |
List<Tree<FileableCmisObject>> |
FolderImpl.getDescendants(int depth,
OperationContext context) |
List<Tree<FileableCmisObject>> |
FolderImpl.getFolderTree(int depth) |
List<Tree<FileableCmisObject>> |
FolderImpl.getFolderTree(int depth,
OperationContext context) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.