|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileableCmisObject | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
Uses of FileableCmisObject in org.apache.chemistry.opencmis.client.api |
---|
Subinterfaces of FileableCmisObject in org.apache.chemistry.opencmis.client.api | |
---|---|
interface |
Document
CMIS Document. |
interface |
Folder
CMIS Folder. |
interface |
Policy
CMIS Policy. |
Methods in org.apache.chemistry.opencmis.client.api that return FileableCmisObject | |
---|---|
FileableCmisObject |
TransientFileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId)
|
FileableCmisObject |
FileableCmisObject.move(ObjectId sourceFolderId,
ObjectId targetFolderId)
Moves the object. |
Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type FileableCmisObject | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |