Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.client.runtime.objecttype | |
org.apache.chemistry.opencmis.client.runtime.util | |
org.apache.chemistry.opencmis.workbench.model |
Modifier and Type | Method and Description |
---|---|
List<Tree<T>> |
Tree.getChildren()
Returns the children.
|
List<Tree<ObjectType>> |
ObjectType.getDescendants(int depth)
Gets the list of all types somehow derived from this type.
|
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 . |
List<Tree<ObjectType>> |
Session.getTypeDescendants(String typeId,
int depth,
boolean includePropertyDefinitions)
Gets the type descendants of a type.
|
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) |
List<Tree<ObjectType>> |
SessionImpl.getTypeDescendants(String typeId,
int depth,
boolean includePropertyDefinitions) |
Modifier and Type | Method and Description |
---|---|
List<Tree<ObjectType>> |
SecondaryTypeImpl.getDescendants(int depth) |
List<Tree<ObjectType>> |
RelationshipTypeImpl.getDescendants(int depth) |
List<Tree<ObjectType>> |
PolicyTypeImpl.getDescendants(int depth) |
List<Tree<ObjectType>> |
ObjectTypeHelper.getDescendants(int depth) |
List<Tree<ObjectType>> |
ItemTypeImpl.getDescendants(int depth) |
List<Tree<ObjectType>> |
FolderTypeImpl.getDescendants(int depth) |
List<Tree<ObjectType>> |
DocumentTypeImpl.getDescendants(int depth) |
Modifier and Type | Class and Description |
---|---|
class |
TreeImpl<T> |
Modifier and Type | Method and Description |
---|---|
List<Tree<T>> |
TreeImpl.getChildren() |
Constructor and Description |
---|
TreeImpl(T item,
List<Tree<T>> children) |
Modifier and Type | Method and Description |
---|---|
List<Tree<ObjectType>> |
ClientModel.getTypeDescendants() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.