]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/runtime/org.argeo.server.jcr/src/main/java/org/argeo/jcr/ArgeoTypes.java
GIS does not expose perspectives and views
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr / src / main / java / org / argeo / jcr / ArgeoTypes.java
1 package org.argeo.jcr;
2
3 /** JCR types in the http://www.argeo.org/argeo namespace */
4 public interface ArgeoTypes {
5 public final static String ARGEO_LINKS = "argeo:links";
6 public final static String ARGEO_HOME = "argeo:home";
7 public final static String ARGEO_USER_HOME = "argeo:userHome";
8 }