]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcNames.java
+ fix bugs before release
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / main / java / org / argeo / slc / jcr / SlcNames.java
index 94b865bfd8d01d01239b3aa23f46f402cdfa80ba..9e915984a14b89616fe0cf2d60ee59679c7fc83c 100644 (file)
@@ -21,6 +21,17 @@ public interface SlcNames {
 
        public final static String SLC_UUID = "slc:uuid";
        public final static String SLC_STATUS = "slc:status";
+       // generic name for result parts of a given test result (slc:testResult)
+       // note that corresponding nodes can be retrieved using
+       // myTestResultNode.getNodes(SLC_RESULT_PART+"*") method
+       public final static String SLC_RESULT_PART = "slc:resultPart";
+       // Fixed name of the child node of a slc:testResult of type
+       // slc:check that aggregate status of all result parts of a given test
+       // result
+       public final static String SLC_AGGREGATED_STATUS = "slc:aggregatedStatus";
+       
+       
+       
        public final static String SLC_TYPE = "slc:type";
        public final static String SLC_NAME = "slc:name";
        public final static String SLC_VERSION = "slc:version";