[MNT-24127] Added Endpoint to Calculate Size of the folder with Integration Test Cases [ags][tas]

This commit is contained in:
mohit-singh4
2024-06-26 13:13:16 +05:30
parent e1d3469bc5
commit e5617d8440
2 changed files with 1 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ import java.util.Map;
/**
* NodeFolderSizeRelation
* Calculating and Retrieving the folder size
* @author Mohit Singh
*/
@RelationshipResource(name = "calculateSize", entityResource = NodesEntityResource.class, title = "Calculate size")

View File

@@ -52,8 +52,7 @@ import java.util.Map;
/**
* NodeSizeActionExecuter
* Executing Alfresco FTS Query to find size of Folder Node.
* @author Mohit Singh
* Executing Alfresco FTS Query to find size of Folder Node
*/
public class NodeSizeActionExecuter extends ActionExecuterAbstractBase