]> git.argeo.org Git - lgpl/argeo-commons.git/blob - jcr/ArgeoTypes.java
Prepare next development cycle
[lgpl/argeo-commons.git] / 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_LINK = "argeo:link";
6 public final static String ARGEO_USER_HOME = "argeo:userHome";
7 public final static String ARGEO_USER_PROFILE = "argeo:userProfile";
8 }