| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws |
| Modifier and Type | Field and Description |
|---|---|
protected List<CmisObjectInFolderContainerType> |
CmisObjectInFolderContainerType.children |
protected List<CmisObjectInFolderContainerType> |
GetFolderTreeResponse.objects |
protected List<CmisObjectInFolderContainerType> |
GetDescendantsResponse.objects |
| Modifier and Type | Method and Description |
|---|---|
CmisObjectInFolderContainerType |
ObjectFactory.createCmisObjectInFolderContainerType()
Create an instance of
CmisObjectInFolderContainerType |
| Modifier and Type | Method and Description |
|---|---|
List<CmisObjectInFolderContainerType> |
CmisObjectInFolderContainerType.getChildren()
Gets the value of the children property.
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
DMNavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
Gets the list of descendant objects contained at one or more levels in the tree rooted at the specified folder.
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
DMNavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
Gets the list of descendant objects contained at one or more levels in the tree rooted at the specified folder.
|
List<CmisObjectInFolderContainerType> |
GetFolderTreeResponse.getObjects()
Gets the value of the objects property.
|
List<CmisObjectInFolderContainerType> |
GetDescendantsResponse.getObjects()
Gets the value of the objects property.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.