Introduce directory content provider
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / acr / CmsContentRepository.java
index 46222ce1ac0d2248b58f67ed8bdb3e13b8a6e68a..3e01aee8b235ff9d1d0a94d30174d1afa6d6e6f4 100644 (file)
@@ -22,6 +22,7 @@ import org.argeo.cms.internal.runtime.CmsContextImpl;
  */
 public class CmsContentRepository extends AbstractContentRepository {
        public final static String RUN_BASE = "/run";
+       public final static String DIRECTORY_BASE = "/directory";
 
        private Map<CmsSession, CmsContentSession> userSessions = Collections.synchronizedMap(new HashMap<>());