RM-5595 Replace v0 calls to records apis

This commit is contained in:
Ross Gale
2017-10-02 13:22:27 +01:00
parent 789f21ecc2
commit 5610e783a6
3 changed files with 6 additions and 0 deletions

View File

@@ -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 */
/*************************/ /*************************/

View File

@@ -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 */
/*************************/ /*************************/

View File

@@ -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 */
/*************************/ /*************************/