mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
[feature/MNT-24127-EndpointToCalculateFolderSize] Updated endpoints flow to calculate and retrieve folder size details
This commit is contained in:
@@ -1,43 +0,0 @@
|
|||||||
/*
|
|
||||||
* #%L
|
|
||||||
* Alfresco Remote API
|
|
||||||
* %%
|
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
|
||||||
* %%
|
|
||||||
* This file is part of the Alfresco software.
|
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
|
||||||
* provided under the following open source license terms:
|
|
||||||
*
|
|
||||||
* Alfresco is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Lesser General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Alfresco is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
* #L%
|
|
||||||
*/
|
|
||||||
package org.alfresco.rest.framework.resource.actions.interfaces;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Supports folder node property.
|
|
||||||
*/
|
|
||||||
public interface FolderResourceAction
|
|
||||||
{
|
|
||||||
|
|
||||||
interface RetrieveFolderSize<E> extends ResourceAction
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* get the size of Folder Node.
|
|
||||||
*
|
|
||||||
* @param nodeId Entity resource context for this relationship.
|
|
||||||
*/
|
|
||||||
E getFolderSize (String nodeId);
|
|
||||||
}
|
|
||||||
}
|
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Repository
|
* Alfresco Repository
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2021 Alfresco Software Limited
|
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
@@ -77,7 +77,7 @@ import org.junit.runners.Suite;
|
|||||||
org.alfresco.rest.api.tests.BufferedResponseTest.class,
|
org.alfresco.rest.api.tests.BufferedResponseTest.class,
|
||||||
org.alfresco.rest.workflow.api.tests.DeploymentWorkflowApiTest.class,
|
org.alfresco.rest.workflow.api.tests.DeploymentWorkflowApiTest.class,
|
||||||
org.alfresco.rest.workflow.api.tests.ProcessDefinitionWorkflowApiTest.class,
|
org.alfresco.rest.workflow.api.tests.ProcessDefinitionWorkflowApiTest.class,
|
||||||
NodeSizeDetailsTest.class
|
org.alfresco.rest.api.tests.NodeSizeDetailsTest.class
|
||||||
})
|
})
|
||||||
public class AppContext02TestSuite
|
public class AppContext02TestSuite
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Repository
|
* Alfresco Repository
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2022 Alfresco Software Limited
|
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
@@ -79,7 +79,7 @@ import org.junit.runners.Suite;
|
|||||||
org.alfresco.repo.activities.SiteActivityTestCaseInsensitivity.class,
|
org.alfresco.repo.activities.SiteActivityTestCaseInsensitivity.class,
|
||||||
org.alfresco.repo.admin.registry.RegistryServiceImplTest.class,
|
org.alfresco.repo.admin.registry.RegistryServiceImplTest.class,
|
||||||
org.alfresco.repo.bootstrap.DataDictionaryFolderTest.class,
|
org.alfresco.repo.bootstrap.DataDictionaryFolderTest.class,
|
||||||
NodeSizeDetailsActionExecutorTest.class
|
org.alfresco.repo.action.executer.NodeSizeDetailsActionExecutorTest.class
|
||||||
})
|
})
|
||||||
public class AppContext01TestSuite
|
public class AppContext01TestSuite
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user