From b33c7c00f4afed28093da66470c4b5ef77c7f703 Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Tue, 14 Jul 2020 16:57:12 +0300 Subject: [PATCH] added a rejected record to the list of invalid objects for WORM --- .../model/fileplancomponents/FilePlanComponentAspects.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java index 01d0a21a5d..d05545d789 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java @@ -57,8 +57,9 @@ public class FilePlanComponentAspects // retention schedule cut off aspect public static final String CUT_OFF_ASPECT = "rma:cutOff"; - //declare version as record aspect + // declare version as record aspect public static final String VERSION_AS_RECORD="rmv:versionRecord"; + // WORM store selector aspect public static final String ASPECT_STORE_SELECTOR="cm:storeSelector"; }