mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	Compare commits
	
		
			11 Commits
		
	
	
		
			23.3.0.38
			...
			hack-build
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | a99e5cdde9 | ||
|  | 7bc6dd142b | ||
|  | 6cbd2d7d50 | ||
|  | 1786cbec99 | ||
|  | e16a53a23e | ||
|  | 21fb85f2a9 | ||
|  | 7dfd41997a | ||
|  | 6374aa30d6 | ||
|  | ed8bdc87da | ||
|  | 5b8d758947 | ||
|  | ed3f170d05 | 
							
								
								
									
										4
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							| @@ -52,7 +52,3 @@ updates: | |||||||
|     interval: "daily" |     interval: "daily" | ||||||
|     time: "22:00" |     time: "22:00" | ||||||
|     timezone: Africa/Abidjan |     timezone: Africa/Abidjan | ||||||
| - package-ecosystem: "github-actions" |  | ||||||
|   directory: "/" |  | ||||||
|   schedule: |  | ||||||
|     interval: "monthly" |  | ||||||
|   | |||||||
							
								
								
									
										816
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										816
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										4
									
								
								.github/workflows/master_release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/master_release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -31,7 +31,7 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[no release]') && |       !contains(github.event.head_commit.message, '[no release]') && | ||||||
|       github.event_name != 'pull_request' |       github.event_name != 'pull_request' | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v3 | ||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
| @@ -60,7 +60,7 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[no downstream]') && |       !contains(github.event.head_commit.message, '[no downstream]') && | ||||||
|       github.event_name != 'pull_request' |       github.event_name != 'pull_request' | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v3 | ||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -39,9 +39,6 @@ dependency-reduced-pom.xml | |||||||
|  |  | ||||||
| hs_err_pid* | hs_err_pid* | ||||||
|  |  | ||||||
| # Development |  | ||||||
| repository/scripts/hazelcast-init/alfresco-hazelcast-config.xml |  | ||||||
|  |  | ||||||
| # Alfresco runtime | # Alfresco runtime | ||||||
| alf_data | alf_data | ||||||
|  |  | ||||||
|   | |||||||
| @@ -71,7 +71,7 @@ the _alfresco-internal_ repository: | |||||||
|    </snapshots> |    </snapshots> | ||||||
| </repository> | </repository> | ||||||
| ``` | ``` | ||||||
|  |   | ||||||
|  |  | ||||||
| For additional instructions you can check the official Maven documentation: | For additional instructions you can check the official Maven documentation: | ||||||
| * [setting up repositories](https://maven.apache.org/guides/mini/guide-multiple-repositories.html) | * [setting up repositories](https://maven.apache.org/guides/mini/guide-multiple-repositories.html) | ||||||
| @@ -227,7 +227,7 @@ If only the Community or Enterprise images need to be built than the same comman | |||||||
|  |  | ||||||
| The Docker images of the Repo can be started independently from Share running the following command in the rm-repo-enterprise or rm-repo-community folder which contains the Docker-compose.yml file: | The Docker images of the Repo can be started independently from Share running the following command in the rm-repo-enterprise or rm-repo-community folder which contains the Docker-compose.yml file: | ||||||
| ``` | ``` | ||||||
| docker compose up | docker-compose up | ||||||
| ``` | ``` | ||||||
| > Be aware of the fact that the Share images can not be started independently from Repo | > Be aware of the fact that the Share images can not be started independently from Repo | ||||||
|  |  | ||||||
| @@ -237,5 +237,5 @@ e.g. In order to start an instance of rm-enterprise-repo and rm-enterprise-share | |||||||
|  |  | ||||||
| If you have a license for jRebel then this can be used from the rm-community-share or rm-enterprise-share directories with: | If you have a license for jRebel then this can be used from the rm-community-share or rm-enterprise-share directories with: | ||||||
| ``` | ``` | ||||||
| docker compose -f docker-compose.yml -f jrebel-docker-compose.yml --project-name agsdev up --build --force-recreate | docker-compose -f docker-compose.yml -f jrebel-docker-compose.yml --project-name agsdev up --build --force-recreate | ||||||
| ``` | ``` | ||||||
|   | |||||||
| @@ -4,9 +4,9 @@ set -x | |||||||
| # Display running containers | # Display running containers | ||||||
| docker ps | docker ps | ||||||
|  |  | ||||||
| alfrescoContainerId=$(docker ps -a | grep '\-alfresco\-' | awk '{print $1}') | alfrescoContainerId=$(docker ps -a | grep '_alfresco_' | awk '{print $1}') | ||||||
| shareContainerId=$(docker ps -a | grep '\-share\-' | awk '{print $1}') | shareContainerId=$(docker ps -a | grep '_share_' | awk '{print $1}') | ||||||
| solrContainerId=$(docker ps -a | grep '\-search\-' | awk '{print $1}') | solrContainerId=$(docker ps -a | grep '_search_' | awk '{print $1}') | ||||||
|  |  | ||||||
| docker logs $alfrescoContainerId > alfresco.log | docker logs $alfrescoContainerId > alfresco.log | ||||||
| if [ -n "$shareContainerId" ]; then | if [ -n "$shareContainerId" ]; then | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-community-repo-amps</artifactId> |       <artifactId>alfresco-community-repo-amps</artifactId> | ||||||
|       <version>23.3.0.38</version> |       <version>23.1.0.256-SNAPSHOT</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-community-parent</artifactId> |       <artifactId>alfresco-governance-services-community-parent</artifactId> | ||||||
|       <version>23.3.0.38</version> |       <version>23.1.0.256-SNAPSHOT</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-automation-community-repo</artifactId> |       <artifactId>alfresco-governance-services-automation-community-repo</artifactId> | ||||||
|       <version>23.3.0.38</version> |       <version>23.1.0.256-SNAPSHOT</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <build> |    <build> | ||||||
| @@ -74,16 +74,6 @@ | |||||||
|          <artifactId>alfresco-testng</artifactId> |          <artifactId>alfresco-testng</artifactId> | ||||||
|          <version>1.1</version> |          <version>1.1</version> | ||||||
|       </dependency> |       </dependency> | ||||||
|       <dependency> |  | ||||||
|          <groupId>com.epam.reportportal</groupId> |  | ||||||
|          <artifactId>agent-java-testng</artifactId> |  | ||||||
|          <scope>test</scope> |  | ||||||
|       </dependency> |  | ||||||
|       <dependency> |  | ||||||
|          <groupId>com.squareup.okhttp3</groupId> |  | ||||||
|          <artifactId>okhttp</artifactId> |  | ||||||
|          <scope>test</scope> |  | ||||||
|       </dependency> |  | ||||||
|       <dependency> |       <dependency> | ||||||
|          <groupId>org.apache.commons</groupId> |          <groupId>org.apache.commons</groupId> | ||||||
|          <artifactId>commons-collections4</artifactId> |          <artifactId>commons-collections4</artifactId> | ||||||
| @@ -106,11 +96,11 @@ | |||||||
|       </dependency> |       </dependency> | ||||||
|       <dependency> |       <dependency> | ||||||
|          <groupId>org.bouncycastle</groupId> |          <groupId>org.bouncycastle</groupId> | ||||||
|          <artifactId>bcprov-jdk18on</artifactId> |          <artifactId>bcprov-jdk15to18</artifactId> | ||||||
|       </dependency> |       </dependency> | ||||||
|       <dependency> |       <dependency> | ||||||
|          <groupId>org.bouncycastle</groupId> |          <groupId>org.bouncycastle</groupId> | ||||||
|          <artifactId>bcpkix-jdk18on</artifactId> |          <artifactId>bcpkix-jdk15to18</artifactId> | ||||||
|       </dependency> |       </dependency> | ||||||
|    </dependencies> |    </dependencies> | ||||||
| </project> | </project> | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
| @@ -39,7 +39,6 @@ import org.alfresco.rest.rm.community.requests.gscore.GSCoreAPI; | |||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.ActionsExecutionAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.ActionsExecutionAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.FilePlanAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.FilePlanAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.FilesAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.FilesAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.HoldsAPI; |  | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.RMSiteAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.RMSiteAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.RMUserAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.RMUserAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI; | ||||||
| @@ -244,14 +243,4 @@ public class RestAPIFactory | |||||||
|     { |     { | ||||||
|         return getGSCoreAPI(null).usingActionsExecutionsAPI(); |         return getGSCoreAPI(null).usingActionsExecutionsAPI(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public HoldsAPI getHoldsAPI() |  | ||||||
|     { |  | ||||||
|         return getGSCoreAPI(null).usingHoldsAPI(); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     public HoldsAPI getHoldsAPI(UserModel userModel) |  | ||||||
|     { |  | ||||||
|         return getGSCoreAPI(userModel).usingHoldsAPI(); |  | ||||||
|     } |  | ||||||
| } | } | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
| @@ -61,6 +61,7 @@ public class FilePlanComponentFields | |||||||
|     public static final String PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS = "rma:recordSearchDispositionEvents"; |     public static final String PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS = "rma:recordSearchDispositionEvents"; | ||||||
|     public static final String PROPERTIES_DECLASSIFICATION_REVIEW_COMPLETED_BY = "rma:declassificationReviewCompletedBy"; |     public static final String PROPERTIES_DECLASSIFICATION_REVIEW_COMPLETED_BY = "rma:declassificationReviewCompletedBy"; | ||||||
|     public static final String PROPERTIES_DECLASSIFICATION_REVIEW_COMPLETED_AT = "rma:declassificationReviewCompletedAt"; |     public static final String PROPERTIES_DECLASSIFICATION_REVIEW_COMPLETED_AT = "rma:declassificationReviewCompletedAt"; | ||||||
|  |      | ||||||
|  |  | ||||||
|     /** File plan properties */ |     /** File plan properties */ | ||||||
|     public static final String PROPERTIES_COMPONENT_ID = "st:componentId"; |     public static final String PROPERTIES_COMPONENT_ID = "st:componentId"; | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -1,83 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import java.util.Objects; |  | ||||||
|  |  | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; |  | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; |  | ||||||
| import lombok.Builder; |  | ||||||
| import lombok.Data; |  | ||||||
| import lombok.NoArgsConstructor; |  | ||||||
| import org.alfresco.utility.model.TestModel; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * POJO for hold |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| @Builder |  | ||||||
| @Data |  | ||||||
| @NoArgsConstructor |  | ||||||
| @AllArgsConstructor |  | ||||||
| public class Hold extends TestModel |  | ||||||
| { |  | ||||||
|     @JsonProperty(required = true) |  | ||||||
|     private String id; |  | ||||||
|  |  | ||||||
|     @JsonProperty(required = true) |  | ||||||
|     private String name; |  | ||||||
|  |  | ||||||
|     @JsonProperty(required = true) |  | ||||||
|     private String description; |  | ||||||
|  |  | ||||||
|     @JsonProperty(required = true) |  | ||||||
|     private String reason; |  | ||||||
|  |  | ||||||
|     @Override |  | ||||||
|     public boolean equals(Object o) |  | ||||||
|     { |  | ||||||
|         if (this == o) |  | ||||||
|         { |  | ||||||
|             return true; |  | ||||||
|         } |  | ||||||
|         if (o == null || getClass() != o.getClass()) |  | ||||||
|         { |  | ||||||
|             return false; |  | ||||||
|         } |  | ||||||
|         Hold hold = (Hold) o; |  | ||||||
|         return Objects.equals(id, hold.id) && Objects.equals(name, hold.name) |  | ||||||
|             && Objects.equals(description, hold.description) && Objects.equals(reason, hold.reason); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     @Override |  | ||||||
|     public int hashCode() |  | ||||||
|     { |  | ||||||
|         return Objects.hash(id, name, description, reason); |  | ||||||
|     } |  | ||||||
| } |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; |  | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; |  | ||||||
| import lombok.Builder; |  | ||||||
| import lombok.Data; |  | ||||||
| import lombok.EqualsAndHashCode; |  | ||||||
| import lombok.NoArgsConstructor; |  | ||||||
| import org.alfresco.utility.model.TestModel; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * POJO for hold child |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| @Builder |  | ||||||
| @EqualsAndHashCode(callSuper = true) |  | ||||||
| @Data |  | ||||||
| @NoArgsConstructor |  | ||||||
| @AllArgsConstructor |  | ||||||
| public class HoldChild extends TestModel |  | ||||||
| { |  | ||||||
|     @JsonProperty(required = true) |  | ||||||
|     private String id; |  | ||||||
| } |  | ||||||
| @@ -1,38 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import org.alfresco.rest.core.RestModels; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * Handle collection of {@link HoldChildEntry} |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| public class HoldChildCollection extends RestModels<HoldChildEntry, HoldChildCollection> |  | ||||||
| { |  | ||||||
| } |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; |  | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; |  | ||||||
| import lombok.Builder; |  | ||||||
| import lombok.Data; |  | ||||||
| import lombok.EqualsAndHashCode; |  | ||||||
| import lombok.NoArgsConstructor; |  | ||||||
| import org.alfresco.rest.core.RestModels; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * POJO for hold child entry |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| @Builder |  | ||||||
| @Data |  | ||||||
| @EqualsAndHashCode(callSuper = true) |  | ||||||
| @NoArgsConstructor |  | ||||||
| @AllArgsConstructor |  | ||||||
| public class HoldChildEntry extends RestModels<Hold, HoldChildEntry> |  | ||||||
| { |  | ||||||
|     @JsonProperty |  | ||||||
|     private HoldChildEntry entry; |  | ||||||
| } |  | ||||||
| @@ -1,38 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import org.alfresco.rest.core.RestModels; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * Handle collection of {@link HoldEntry} |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| public class HoldCollection extends RestModels<HoldEntry, HoldCollection> |  | ||||||
| { |  | ||||||
| } |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; |  | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; |  | ||||||
| import lombok.Builder; |  | ||||||
| import lombok.Data; |  | ||||||
| import lombok.EqualsAndHashCode; |  | ||||||
| import lombok.NoArgsConstructor; |  | ||||||
| import org.alfresco.utility.model.TestModel; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * POJO for hold deletion reason |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| @Builder |  | ||||||
| @Data |  | ||||||
| @EqualsAndHashCode(callSuper = true) |  | ||||||
| @NoArgsConstructor |  | ||||||
| @AllArgsConstructor |  | ||||||
| public class HoldDeletionReason extends TestModel |  | ||||||
| { |  | ||||||
|     @JsonProperty |  | ||||||
|     private String reason; |  | ||||||
| } |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold; |  | ||||||
|  |  | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; |  | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; |  | ||||||
| import lombok.Builder; |  | ||||||
| import lombok.Data; |  | ||||||
| import lombok.EqualsAndHashCode; |  | ||||||
| import lombok.NoArgsConstructor; |  | ||||||
| import org.alfresco.rest.core.RestModels; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * POJO for hold child entry |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| @Builder |  | ||||||
| @Data |  | ||||||
| @EqualsAndHashCode(callSuper = true) |  | ||||||
| @NoArgsConstructor |  | ||||||
| @AllArgsConstructor |  | ||||||
| public class HoldDeletionReasonEntry extends RestModels<HoldDeletionReason, HoldDeletionReasonEntry> |  | ||||||
| { |  | ||||||
|     @JsonProperty |  | ||||||
|     private HoldDeletionReason entry; |  | ||||||
| } |  | ||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
| @@ -26,27 +26,31 @@ | |||||||
|  */ |  */ | ||||||
| package org.alfresco.rest.rm.community.model.hold; | package org.alfresco.rest.rm.community.model.hold; | ||||||
|  |  | ||||||
|  | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; | import com.fasterxml.jackson.annotation.JsonProperty; | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; | import lombok.AllArgsConstructor; | ||||||
| import lombok.Builder; | import lombok.Builder; | ||||||
| import lombok.Data; | import lombok.Data; | ||||||
| import lombok.EqualsAndHashCode; |  | ||||||
| import lombok.NoArgsConstructor; | import lombok.NoArgsConstructor; | ||||||
| import org.alfresco.rest.core.RestModels; | import org.alfresco.utility.model.TestModel; | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * POJO for hold entry |  * POJO for hold entry | ||||||
|  * |  * | ||||||
|  * @author Damian Ujma |  * @author Rodica Sutu | ||||||
|  |  * @since 3.2 | ||||||
|  */ |  */ | ||||||
| @Builder | @Builder | ||||||
| @Data | @Data | ||||||
| @EqualsAndHashCode(callSuper = true) |  | ||||||
| @NoArgsConstructor | @NoArgsConstructor | ||||||
| @AllArgsConstructor | @AllArgsConstructor | ||||||
| public class HoldEntry extends RestModels<Hold, HoldEntry> | @JsonIgnoreProperties (ignoreUnknown = true) | ||||||
|  | public class HoldEntry extends TestModel | ||||||
| { | { | ||||||
|     @JsonProperty |     @JsonProperty (required = true) | ||||||
|     private Hold entry; |     private String name; | ||||||
|  |  | ||||||
|  |     @JsonProperty (required = true) | ||||||
|  |     private String nodeRef; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,56 +0,0 @@ | |||||||
| /*- |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.model.hold.v0; |  | ||||||
|  |  | ||||||
| import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |  | ||||||
| import com.fasterxml.jackson.annotation.JsonProperty; |  | ||||||
|  |  | ||||||
| import lombok.AllArgsConstructor; |  | ||||||
| import lombok.Builder; |  | ||||||
| import lombok.Data; |  | ||||||
| import lombok.NoArgsConstructor; |  | ||||||
| import org.alfresco.utility.model.TestModel; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * POJO for hold entry |  | ||||||
|  * |  | ||||||
|  * @author Rodica Sutu |  | ||||||
|  * @since 3.2 |  | ||||||
|  */ |  | ||||||
| @Builder |  | ||||||
| @Data |  | ||||||
| @NoArgsConstructor |  | ||||||
| @AllArgsConstructor |  | ||||||
| @JsonIgnoreProperties (ignoreUnknown = true) |  | ||||||
| public class HoldEntry extends TestModel |  | ||||||
| { |  | ||||||
|     @JsonProperty (required = true) |  | ||||||
|     private String name; |  | ||||||
|  |  | ||||||
|     @JsonProperty (required = true) |  | ||||||
|     private String nodeRef; |  | ||||||
| } |  | ||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
| @@ -37,7 +37,6 @@ import org.alfresco.rest.rm.community.requests.gscore.api.ActionsExecutionAPI; | |||||||
| import org.alfresco.rest.rm.community.requests.RMModelRequest; | import org.alfresco.rest.rm.community.requests.RMModelRequest; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.FilePlanAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.FilePlanAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.FilesAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.FilesAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.HoldsAPI; |  | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.RMSiteAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.RMSiteAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.RMUserAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.RMUserAPI; | ||||||
| import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI; | import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI; | ||||||
| @@ -191,6 +190,4 @@ public class GSCoreAPI extends RMModelRequest | |||||||
|     { |     { | ||||||
|         return new ActionsExecutionAPI(getRmRestWrapper()); |         return new ActionsExecutionAPI(getRmRestWrapper()); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public HoldsAPI usingHoldsAPI() { return new HoldsAPI(getRmRestWrapper()); } |  | ||||||
| } | } | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
| @@ -38,8 +38,6 @@ import static org.springframework.http.HttpMethod.PUT; | |||||||
|  |  | ||||||
| import org.alfresco.rest.core.RMRestWrapper; | import org.alfresco.rest.core.RMRestWrapper; | ||||||
| import org.alfresco.rest.rm.community.model.fileplan.FilePlan; | import org.alfresco.rest.rm.community.model.fileplan.FilePlan; | ||||||
| import org.alfresco.rest.rm.community.model.hold.Hold; |  | ||||||
| import org.alfresco.rest.rm.community.model.hold.HoldCollection; |  | ||||||
| import org.alfresco.rest.rm.community.model.recordcategory.RecordCategory; | import org.alfresco.rest.rm.community.model.recordcategory.RecordCategory; | ||||||
| import org.alfresco.rest.rm.community.model.recordcategory.RecordCategoryCollection; | import org.alfresco.rest.rm.community.model.recordcategory.RecordCategoryCollection; | ||||||
| import org.alfresco.rest.rm.community.requests.RMModelRequest; | import org.alfresco.rest.rm.community.requests.RMModelRequest; | ||||||
| @@ -215,74 +213,4 @@ public class FilePlanAPI extends RMModelRequest | |||||||
|                 parameters)); |                 parameters)); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Creates a hold. |  | ||||||
|      * |  | ||||||
|      * @param holdModel The hold model |  | ||||||
|      * @param filePlanId The identifier of a file plan |  | ||||||
|      * @param parameters The URL parameters to add |  | ||||||
|      * @return The created {@link Hold} |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>{@code filePlanId} is not a valid format or {@code filePlanId} is invalid</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to add children to {@code filePlanId}</li> |  | ||||||
|      *  <li>{@code filePlanIds} does not exist</li> |  | ||||||
|      *  <li>new name clashes with an existing node in the current parent container</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public Hold createHold(Hold holdModel, String filePlanId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryString("filePlanId", filePlanId); |  | ||||||
|         mandatoryObject("holdModel", holdModel); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModel(Hold.class, requestWithBody( |  | ||||||
|             POST, |  | ||||||
|             toJson(holdModel), |  | ||||||
|             "file-plans/{filePlanId}/holds", |  | ||||||
|             filePlanId, |  | ||||||
|             parameters |  | ||||||
|                                                                           )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #createHold(Hold, String, String)} |  | ||||||
|      */ |  | ||||||
|     public Hold createHold(Hold holdModel, String filePlanId) |  | ||||||
|     { |  | ||||||
|         return createHold(holdModel, filePlanId, EMPTY); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Gets the holds of a file plan. |  | ||||||
|      * |  | ||||||
|      * @param filePlanId The identifier of a file plan |  | ||||||
|      * @param parameters The URL parameters to add |  | ||||||
|      * @return The {@link HoldCollection} for the given {@code filePlanId} |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to read {@code filePlanId}</li> |  | ||||||
|      *  <li>{@code filePlanId} does not exist</li> |  | ||||||
|      *</ul> |  | ||||||
|      */ |  | ||||||
|     public HoldCollection getHolds(String filePlanId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryString("filePlanId", filePlanId); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModels(HoldCollection.class, simpleRequest( |  | ||||||
|             GET, |  | ||||||
|             "file-plans/{filePlanId}/holds?{parameters}", |  | ||||||
|             filePlanId, |  | ||||||
|             parameters |  | ||||||
|                                                                                    )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #getHolds(String, String)} |  | ||||||
|      */ |  | ||||||
|     public HoldCollection getHolds(String filePlanId) |  | ||||||
|     { |  | ||||||
|         return getHolds(filePlanId, EMPTY); |  | ||||||
|     } |  | ||||||
| } | } | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -1,290 +0,0 @@ | |||||||
| /* |  | ||||||
|  * #%L |  | ||||||
|  * Alfresco Records Management Module |  | ||||||
|  * %% |  | ||||||
|  * 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.rm.community.requests.gscore.api; |  | ||||||
|  |  | ||||||
| import static org.alfresco.rest.core.RestRequest.requestWithBody; |  | ||||||
| import static org.alfresco.rest.core.RestRequest.simpleRequest; |  | ||||||
| import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryObject; |  | ||||||
| import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString; |  | ||||||
| import static org.alfresco.rest.rm.community.util.PojoUtility.toJson; |  | ||||||
| import static org.apache.commons.lang3.StringUtils.EMPTY; |  | ||||||
| import static org.springframework.http.HttpMethod.DELETE; |  | ||||||
| import static org.springframework.http.HttpMethod.GET; |  | ||||||
| import static org.springframework.http.HttpMethod.POST; |  | ||||||
| import static org.springframework.http.HttpMethod.PUT; |  | ||||||
|  |  | ||||||
| import org.alfresco.rest.core.RMRestWrapper; |  | ||||||
| import org.alfresco.rest.rm.community.model.hold.Hold; |  | ||||||
| import org.alfresco.rest.rm.community.model.hold.HoldChild; |  | ||||||
| import org.alfresco.rest.rm.community.model.hold.HoldChildCollection; |  | ||||||
| import org.alfresco.rest.rm.community.model.hold.HoldDeletionReason; |  | ||||||
| import org.alfresco.rest.rm.community.requests.RMModelRequest; |  | ||||||
|  |  | ||||||
| /** |  | ||||||
|  * Holds REST API Wrapper |  | ||||||
|  * |  | ||||||
|  * @author Damian Ujma |  | ||||||
|  */ |  | ||||||
| public class HoldsAPI extends RMModelRequest |  | ||||||
| { |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * @param rmRestWrapper |  | ||||||
|      */ |  | ||||||
|     public HoldsAPI(RMRestWrapper rmRestWrapper) |  | ||||||
|     { |  | ||||||
|         super(rmRestWrapper); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Gets a hold. |  | ||||||
|      * |  | ||||||
|      * @param holdId The identifier of a hold |  | ||||||
|      * @param parameters The URL parameters to add |  | ||||||
|      * @return The {@link Hold} for the given {@code holdId} |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>{@code holdId} is not a valid format</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to read {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public Hold getHold(String holdId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModel(Hold.class, simpleRequest( |  | ||||||
|             GET, |  | ||||||
|             "holds/{holdId}?{parameters}", |  | ||||||
|             holdId, |  | ||||||
|             parameters |  | ||||||
|                                                                         )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #getHold(String, String)} |  | ||||||
|      */ |  | ||||||
|     public Hold getHold(String holdId) |  | ||||||
|     { |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return getHold(holdId, EMPTY); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Updates a hold. |  | ||||||
|      * |  | ||||||
|      * @param holdModel     The hold model which holds the information |  | ||||||
|      * @param holdId        The identifier of the hold |  | ||||||
|      * @param parameters          The URL parameters to add |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>the update request is invalid or {@code holdId} is not a valid format or {@code holdModel} is invalid</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to update {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public Hold updateHold(Hold holdModel, String holdId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryObject("holdModel", holdModel); |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModel(Hold.class, requestWithBody( |  | ||||||
|             PUT, |  | ||||||
|             toJson(holdModel), |  | ||||||
|             "holds/{holdId}?{parameters}", |  | ||||||
|             holdId, |  | ||||||
|             parameters |  | ||||||
|                                                                             )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #updateHold(Hold, String, String)} |  | ||||||
|      */ |  | ||||||
|     public Hold updateHold(Hold holdModel, String holdId) |  | ||||||
|     { |  | ||||||
|         mandatoryObject("holdModel", holdModel); |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return updateHold(holdModel, holdId, EMPTY); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Deletes a hold. |  | ||||||
|      * |  | ||||||
|      * @param holdId The identifier of a hold |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>{@code holdId} is not a valid format</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to delete {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public void deleteHold(String holdId) |  | ||||||
|     { |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         getRmRestWrapper().processEmptyModel(simpleRequest( |  | ||||||
|             DELETE, |  | ||||||
|             "holds/{holdId}", |  | ||||||
|             holdId |  | ||||||
|                                                           )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Deletes a hold and stores a reason for deletion in the audit log. |  | ||||||
|      * |  | ||||||
|      * @param reason        The reason for hold deletion |  | ||||||
|      * @param holdId        The identifier of a hold |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>{@code holdId} is not a valid format or {@code reason} is invalid</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to delete {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public HoldDeletionReason deleteHoldWithReason(HoldDeletionReason reason, String holdId) |  | ||||||
|     { |  | ||||||
|         mandatoryObject("reason", reason); |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModel(HoldDeletionReason.class, requestWithBody( |  | ||||||
|             POST, |  | ||||||
|             toJson(reason), |  | ||||||
|             "holds/{holdId}/delete", |  | ||||||
|             holdId |  | ||||||
|                                                           )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Adds the relationship between a child and a parent hold. |  | ||||||
|      * |  | ||||||
|      * @param holdChild The hold child model |  | ||||||
|      * @param holdId The identifier of a hold |  | ||||||
|      * @param parameters The URL parameters to add |  | ||||||
|      * @return The created {@link Hold} |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>{@code holdId} is not a valid format or {@code holdId} is invalid</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to add children to {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public HoldChild addChildToHold(HoldChild holdChild, String holdId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryObject("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModel(HoldChild.class, requestWithBody( |  | ||||||
|             POST, |  | ||||||
|             toJson(holdChild), |  | ||||||
|             "holds/{holdId}/children", |  | ||||||
|             holdId, |  | ||||||
|             parameters)); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #addChildToHold(HoldChild, String, String)} |  | ||||||
|      */ |  | ||||||
|     public HoldChild addChildToHold(HoldChild holdChild, String holdId) |  | ||||||
|     { |  | ||||||
|         return addChildToHold(holdChild, holdId, EMPTY); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Gets the children of a hold. |  | ||||||
|      * |  | ||||||
|      * @param holdId The identifier of a hold |  | ||||||
|      * @param parameters The URL parameters to add |  | ||||||
|      * @return The {@link HoldChildCollection} for the given {@code holdId} |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to read {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      *</ul> |  | ||||||
|      */ |  | ||||||
|     public HoldChildCollection getChildren(String holdId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|  |  | ||||||
|         return getRmRestWrapper().processModels(HoldChildCollection.class, simpleRequest( |  | ||||||
|             GET, |  | ||||||
|             "holds/{holdId}/children", |  | ||||||
|             holdId, |  | ||||||
|             parameters |  | ||||||
|                                                                                    )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #getChildren(String, String)} |  | ||||||
|      */ |  | ||||||
|     public HoldChildCollection getChildren(String holdId) |  | ||||||
|     { |  | ||||||
|         return getChildren(holdId, EMPTY); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * Deletes the relationship between a child and a parent hold. |  | ||||||
|      * |  | ||||||
|      * @param holdChildId The identifier of hold child |  | ||||||
|      * @param holdId The identifier of a hold |  | ||||||
|      * @param parameters The URL parameters to add |  | ||||||
|      * @throws RuntimeException for the following cases: |  | ||||||
|      * <ul> |  | ||||||
|      *  <li>{@code holdId} or {@code holdChildId} is invalid</li> |  | ||||||
|      *  <li>authentication fails</li> |  | ||||||
|      *  <li>current user does not have permission to delete children from {@code holdId}</li> |  | ||||||
|      *  <li>{@code holdId} does not exist</li> |  | ||||||
|      * </ul> |  | ||||||
|      */ |  | ||||||
|     public void deleteHoldChild(String holdId, String holdChildId, String parameters) |  | ||||||
|     { |  | ||||||
|         mandatoryString("holdId", holdId); |  | ||||||
|         mandatoryString("holdChildId", holdChildId); |  | ||||||
|  |  | ||||||
|         getRmRestWrapper().processEmptyModel(simpleRequest( |  | ||||||
|             DELETE, |  | ||||||
|             "holds/{holdId}/children/{holdChildId}", |  | ||||||
|             holdId, |  | ||||||
|             holdChildId, |  | ||||||
|             parameters |  | ||||||
|                                                           )); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /** |  | ||||||
|      * See {@link #deleteHoldChild(String, String, String)} |  | ||||||
|      */ |  | ||||||
|     public void deleteHoldChild(String holdId, String holdChildId) |  | ||||||
|     { |  | ||||||
|         deleteHoldChild(holdId, holdChildId, EMPTY); |  | ||||||
|     } |  | ||||||
| } |  | ||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2023 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user