mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'feature/RM5756_FixRestErrorMsg' into 'feature/RM-5645_Automate_AC_Prevent_Classification_Beyond_Parents_Classification'
Feature/rm5756 fix rest error msg See merge request !609
This commit is contained in:
@@ -53,6 +53,8 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class Record extends TestModel
|
public class Record extends TestModel
|
||||||
{
|
{
|
||||||
|
public final static String CONTENT_NODE_TYPE = "cm:content";
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
|
@@ -53,6 +53,8 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class RecordCategory extends TestModel
|
public class RecordCategory extends TestModel
|
||||||
{
|
{
|
||||||
|
public final static String DEFAULT_FILE_PLAN_ALIAS = "-filePlan-";
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
|
@@ -53,6 +53,8 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class RecordCategoryChild extends TestModel
|
public class RecordCategoryChild extends TestModel
|
||||||
{
|
{
|
||||||
|
public final static String RECORD_FOLDER_NODE_TYPE = "rma:recordFolder";
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
|
Reference in New Issue
Block a user