mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
add missing tests
This commit is contained in:
@@ -62,4 +62,7 @@ public class FilePlanComponentAspects
|
|||||||
|
|
||||||
// WORM store selector aspect
|
// WORM store selector aspect
|
||||||
public static final String ASPECT_STORE_SELECTOR = "cm:storeSelector";
|
public static final String ASPECT_STORE_SELECTOR = "cm:storeSelector";
|
||||||
|
|
||||||
|
// WORM Lock aspect
|
||||||
|
public static final String ASPECT_WORM_LOCK = "rme:wormLock";
|
||||||
}
|
}
|
||||||
|
@@ -133,6 +133,7 @@ public class FilePlanComponentFields
|
|||||||
public static final String CONTENT = "content";
|
public static final String CONTENT = "content";
|
||||||
public static final String PATH = "path";
|
public static final String PATH = "path";
|
||||||
/** CONTENT STORE property */
|
/** CONTENT STORE property */
|
||||||
//public static final String PROPERTIES_STORE = "cm:storeName";
|
public static final String PROPERTIES_STORE = "cm:storeName";
|
||||||
public static final String PROPERTIES_STORE = "rma:wormStore";
|
/** WORM Unlock Date */
|
||||||
|
public static final String PROPERTIES_WORM_UNLOCK_DATE = "rme:wormUnlockDate";
|
||||||
}
|
}
|
||||||
|
@@ -75,6 +75,7 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VERSIONED_NODEREF;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VERSIONED_NODEREF;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VERSION_LABEL;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VERSION_LABEL;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VERSION_TYPE;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VERSION_TYPE;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_WORM_UNLOCK_DATE;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_X_RESOLUTION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_X_RESOLUTION;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_Y_RESOLUTION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_Y_RESOLUTION;
|
||||||
|
|
||||||
@@ -261,4 +262,7 @@ public class RecordProperties extends TestModel
|
|||||||
|
|
||||||
@JsonProperty (PROPERTIES_STORE)
|
@JsonProperty (PROPERTIES_STORE)
|
||||||
private String store;
|
private String store;
|
||||||
|
|
||||||
|
@JsonProperty(PROPERTIES_WORM_UNLOCK_DATE)
|
||||||
|
private String wormUnlockDate;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user