mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
128510 mmuller: Fixed some javadoc errors. REPO-466 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129291 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -442,8 +442,6 @@ public interface FileFolderService
|
||||
* with specification of which types to list and optional filtering (exclusion of certain child file/folder subtypes) and sorting
|
||||
* @param rootNodeRef NodeRef
|
||||
* @param searchTypeQNames QNames of types to list
|
||||
* @param ignoreAspectQNames Set<QName>
|
||||
* @param sortProps List<Pair<QName, Boolean>>
|
||||
* @param pagingRequest PagingRequest
|
||||
* @return list of node refs, never null
|
||||
*/
|
||||
@@ -456,8 +454,6 @@ public interface FileFolderService
|
||||
* @param rootNodeRef NodeRef
|
||||
* @param assocTypeQNames QNames of assoc types to list
|
||||
* @param searchTypeQNames QNames of node types to list
|
||||
* @param ignoreAspectQNames Set<QName>
|
||||
* @param sortProps List<Pair<QName, Boolean>>
|
||||
* @param pagingRequest PagingRequest
|
||||
* @return list of node refs, never null
|
||||
*/
|
||||
@@ -468,7 +464,6 @@ public interface FileFolderService
|
||||
/**
|
||||
* Helper method to transform a list of {@link NodeRef} to a list of {@link FileInfo}
|
||||
*
|
||||
* @param nodeRefs List<NodeRef>
|
||||
* @return list of {@link FileInfo}
|
||||
*/
|
||||
@Auditable(parameters = {"nodeRefs"})
|
||||
|
Reference in New Issue
Block a user