mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[MNT-24127] Added Endpoint to Calculate Size of the folder with Integration Test Cases [ags][tas]
This commit is contained in:
@@ -118,7 +118,7 @@ public class NodeSizeActionExecuter extends ActionExecuterAbstractBase
|
|||||||
NodeRef nodeRef = actionedUponNodeRef;
|
NodeRef nodeRef = actionedUponNodeRef;
|
||||||
long totalSize = 0;
|
long totalSize = 0;
|
||||||
long resultSize;
|
long resultSize;
|
||||||
ResultSet results = null;
|
ResultSet results;
|
||||||
boolean isCalculationCompleted = false;
|
boolean isCalculationCompleted = false;
|
||||||
|
|
||||||
StringBuilder aftsQuery = new StringBuilder();
|
StringBuilder aftsQuery = new StringBuilder();
|
||||||
|
Reference in New Issue
Block a user