mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (Cloud33/4.3) to HEAD (Cloud33/4.3)
62917: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3) 62451: ACE-33 - CMIS item support. CRUD of cmis items, cmis item shown as children of folders. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62971 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -429,4 +429,18 @@ public interface FileFolderService
|
||||
*/
|
||||
@Deprecated
|
||||
public void setHidden(NodeRef nodeRef, boolean isHidden);
|
||||
|
||||
/**
|
||||
* 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
|
||||
* @param rootNodeRef
|
||||
* @param searchTypeQNames QNames of types to list
|
||||
* @param ignoreAspectQNames
|
||||
* @param sortProps
|
||||
* @param pagingRequest
|
||||
* @return list of node refs, never null
|
||||
*/
|
||||
@Auditable(parameters = {"rootNodeRef"})
|
||||
public PagingResults<FileInfo> list(NodeRef rootNodeRef, Set<QName> searchTypeQNames, Set<QName> ignoreAspectQNames, List<Pair<QName, Boolean>> sortProps, PagingRequest pagingRequest);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user