]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcNames.java
Improve encapsulation and synchronization of logging.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / main / java / org / argeo / slc / jcr / SlcNames.java
index 70319037f20ddf220f780a539b5d83125a98e274..94b865bfd8d01d01239b3aa23f46f402cdfa80ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,7 +15,6 @@
  */
 package org.argeo.slc.jcr;
 
-
 /** JCR names used by SLC */
 public interface SlcNames {
        public final static String SLC_ = "slc:";
@@ -27,6 +26,7 @@ public interface SlcNames {
        public final static String SLC_VERSION = "slc:version";
        public final static String SLC_VALUE = "slc:value";
        public final static String SLC_ADDRESS = "slc:address";
+       public final static String SLC_METADATA = "slc:metadata";
 
        public final static String SLC_STARTED = "slc:started";
        public final static String SLC_COMPLETED = "slc:completed";
@@ -42,8 +42,13 @@ public interface SlcNames {
        public final static String SLC_IS_CONSTANT = "slc:isConstant";
        public final static String SLC_IS_HIDDEN = "slc:isHidden";
 
-       // result
+       // base directories
+       public final static String SLC_SYSTEM = "slc:system";
        public final static String SLC_RESULTS = "slc:results";
+       public final static String SLC_MY_RESULTS = "slc:myResults";
+       public final static String SLC_PROCESSES = "slc:processes";
+
+       // result
        public final static String SLC_SUCCESS = "slc:success";
        public final static String SLC_MESSAGE = "slc:message";
        public final static String SLC_TAG = "slc:tag";
@@ -54,7 +59,7 @@ public interface SlcNames {
        // diff result
        public final static String SLC_SUMMARY = "slc:summary";
        public final static String SLC_ISSUES = "slc:issues";
-       
+
        /*
         * REPO
         */