| Package | Description |
|---|---|
| org.alfresco.repo.model.filefolder | |
| org.alfresco.repo.node.getchildren | |
| org.alfresco.repo.site |
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
|
| org.alfresco.service.cmr.model |
FileFolderService
These services give much simpler APIs for manipulating nodes structures
conforming to traditional file/folder trees within the data dictionary.
|
| org.alfresco.service.cmr.site |
Provides the public interface for the the SiteService which is used by the Share application.
|
| Modifier and Type | Method and Description |
|---|---|
CannedQuery<NodeRef> |
GetChildrenCannedQueryFactory.getCannedQuery(NodeRef parentRef,
String pattern,
Set<QName> assocTypeQNames,
Set<QName> childTypeQNames,
Set<QName> ignoreAspectQNames,
List<FilterProp> filterProps,
List<Pair<QName,Boolean>> sortProps,
PagingRequest pagingRequest) |
protected GetChildrenCannedQuery.FilterSortChildQueryCallback |
GetChildrenCannedQuery.getFilterSortChildQuery(List<GetChildrenCannedQuery.FilterSortNode> children,
List<FilterProp> filterProps,
GetChildrenCannedQueryParams paramBean) |
PagingResults<FileInfo> |
FileFolderServiceImpl.list(NodeRef rootNodeRef,
Set<QName> assocTypeQNames,
Set<QName> searchTypeQNames,
Set<QName> ignoreAspectQNames,
List<Pair<QName,Boolean>> sortProps,
List<FilterProp> filterProps,
PagingRequest pagingRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterPropBoolean
GetChildren - for boolean property filtering
|
class |
FilterPropString
GetChildren - for string property filtering
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterProp> |
GetChildrenCannedQueryParams.getFilterProps() |
| Modifier and Type | Method and Description |
|---|---|
CannedQuery<NodeRef> |
GetChildrenCannedQueryFactory.getCannedQuery(NodeRef parentRef,
String pattern,
Set<QName> assocTypeQNames,
Set<QName> childTypeQNames,
List<FilterProp> filterProps,
List<Pair<QName,Boolean>> sortProps,
PagingRequest pagingRequest)
Retrieve an optionally filtered/sorted instance of a
CannedQuery based on parameters including request for a total count (up to a given max)
Note: if both filtering and sorting is required then the combined total of unique QName properties should be the 0 to 3. |
CannedQuery<NodeRef> |
GetChildrenCannedQueryFactory.getCannedQuery(NodeRef parentRef,
String pattern,
Set<QName> assocTypeQNames,
Set<QName> childTypeQNames,
Set<QName> inclusiveAspects,
Set<QName> exclusiveAspects,
List<FilterProp> filterProps,
List<Pair<QName,Boolean>> sortProps,
PagingRequest pagingRequest)
Retrieve an optionally filtered/sorted instance of a
CannedQuery based on parameters including request for a total count (up to a given max)
Note: if both filtering and sorting is required then the combined total of unique QName properties should be the 0 to 3. |
protected GetChildrenCannedQuery.FilterSortChildQueryCallback |
GetChildrenCannedQuery.getFilterSortChildQuery(List<GetChildrenCannedQuery.FilterSortNode> children,
List<FilterProp> filterProps,
GetChildrenCannedQueryParams paramBean) |
| Constructor and Description |
|---|
DefaultFilterSortChildQueryCallback(List<GetChildrenCannedQuery.FilterSortNode> children,
List<FilterProp> filterProps) |
DefaultFilterSortChildQueryCallback(List<GetChildrenCannedQuery.FilterSortNode> children,
List<FilterProp> filterProps,
Set<QName> inclusiveAspects,
Set<QName> exclusiveAspects) |
GetChildrenCannedQueryParams(NodeRef parentRef,
Set<QName> assocTypeQNames,
Set<QName> childTypeQNames,
Set<QName> inclusiveAspects,
Set<QName> exclusiveAspects,
List<FilterProp> filterProps,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
PagingResults<SiteInfo> |
SiteServiceImpl.listSites(List<FilterProp> filterProps,
List<Pair<QName,Boolean>> sortProps,
PagingRequest pagingRequest)
|
| Modifier and Type | Method and Description |
|---|---|
PagingResults<FileInfo> |
FileFolderService.list(NodeRef rootNodeRef,
Set<QName> assocTypeQNames,
Set<QName> searchTypeQNames,
Set<QName> ignoreAspectQNames,
List<Pair<QName,Boolean>> sortProps,
List<FilterProp> filterProps,
PagingRequest pagingRequest)
Lists page of immediate child objects of the given context node
with specification of which types to list and optional filtering (exclusion of certain child file/folder subtypes) and sorting
|
| Modifier and Type | Method and Description |
|---|---|
PagingResults<SiteInfo> |
SiteService.listSites(List<FilterProp> filterProps,
List<Pair<QName,Boolean>> sortProps,
PagingRequest pagingRequest)
This method returns
paged result sets of SiteInfo objects, which should be
more efficient than the unpaged methods also available on this interface. |
Copyright © 2005–2020 Alfresco Software. All rights reserved.