mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REST API: Nodes - trivial (JavaDoc correction)
- replace "select" & "properties" (with "include" & "fields") git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130856 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -78,13 +78,15 @@ public class NodeChildrenRelation implements
|
||||
*
|
||||
* Optional query parameters:
|
||||
*
|
||||
* - select
|
||||
* - properties
|
||||
* - include
|
||||
* - fields
|
||||
* - where
|
||||
* - orderBy
|
||||
*
|
||||
* - skipCount
|
||||
* - maxItems
|
||||
* - ... etc
|
||||
*
|
||||
* Please refer to OpenAPI spec for more details !
|
||||
*
|
||||
* If parentFolderNodeId does not exist, EntityNotFoundException (status 404).
|
||||
* If parentFolderNodeId does not represent a folder, InvalidArgumentException (status 400).
|
||||
|
Reference in New Issue
Block a user