]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/structure/StructureRegistry.java
Modifications required for web
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / structure / StructureRegistry.java
index 6461ee5b94dc27eabc67d3a7fe3b7f16088706bb..ed0fa592394a15d230947ea9d34742899d84689c 100644 (file)
@@ -9,7 +9,7 @@ public interface StructureRegistry {
        /** All mode: everything is executed regardless of the active paths. */\r
        public static String ALL = "ALL";\r
        /** Active mode: only the active paths are executed. */\r
-       public static String ACTIVE = "ACTIVE";\r
+       public static String ACTIVE = "STATUS_ACTIVE";\r
 \r
        /** Adds an element to the registry. */\r
        public void register(StructurePath path, StructureElement element);\r
@@ -28,7 +28,7 @@ public interface StructureRegistry {
         * \r
         * @see #READ\r
         * @see #ALL\r
-        * @see #ACTIVE\r
+        * @see #STATUS_ACTIVE\r
         */\r
        public void setMode(String mode);\r
 \r
@@ -37,19 +37,19 @@ public interface StructureRegistry {
         * \r
         * @see #READ\r
         * @see #ALL\r
-        * @see #ACTIVE\r
+        * @see #STATUS_ACTIVE\r
         */\r
        public String getMode();\r
 \r
        /**\r
         * Gets the list of active paths, which will be run if executed in\r
-        * <code>ACTIVE</code> mode.\r
+        * <code>STATUS_ACTIVE</code> mode.\r
         */\r
        public List<StructurePath> getActivePaths();\r
 \r
        /**\r
         * Sets the list of active path, which will be run if executed in\r
-        * <code>ACTIVE</code> mode.\r
+        * <code>STATUS_ACTIVE</code> mode.\r
         */\r
        public void setActivePaths(List<StructurePath> activePaths);\r
 }\r