]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/structure/StructureRegistry.java
Improve web services
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / structure / StructureRegistry.java
index eac04b2bbf4bf2160165eb2f97af8eaf128709c3..e9091640840f3197141f91b77c874c04844e4845 100644 (file)
@@ -9,7 +9,7 @@ public interface StructureRegistry<P extends StructurePath> {
        /** 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 = "STATUS_ACTIVE";\r
+       public static String ACTIVE = "ACTIVE";\r
 \r
        /** Adds an element to the registry. */\r
        public void register(P path, StructureElement element);\r