Refactored test code

This commit is contained in:
Tuna Aksoy
2016-10-25 10:05:32 +01:00
parent 36ec069dc0
commit a892c63d77
14 changed files with 503 additions and 342 deletions

View File

@@ -0,0 +1,28 @@
/*
* #%L
* Alfresco Records Management Module
* %%
* Copyright (C) 2005 - 2016 Alfresco Software Limited
* %%
* License rights for this program may be obtained from Alfresco Software, Ltd.
* pursuant to a written agreement and any use of this program without such an
* agreement is prohibited.
* #L%
*/
package org.alfresco.com;
/**
* FIXME: Document me :)
*
* @author Tuna Aksoy
* @since 1.0
*/
public class FilePlanComponentFields
{
public static final String NAME = "name";
public static final String NODE_TYPE = "nodeType";
public static final String PROPERTIES = "properties";
public static final String PROPERTIES_TITLE = "cm:title";
public static final String PROPERTIES_VITAL_RECORD_INDICATOR = "rma:vitalRecordIndicator";
public static final String PROPERTIES_HOLD_REASON = "rma:holdReason";
}