added a rejected record to the list of invalid objects for WORM

This commit is contained in:
Claudia Agache
2020-07-14 16:57:12 +03:00
parent cbbb8c0389
commit b33c7c00f4

View File

@@ -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";
}