View Javadoc
1   package org.argeo.connect.resources;
2   
3   /** Jcr Types for the Connect Resources Model */
4   public interface ResourcesTypes {
5   	
6   	String RESOURCES_NODE_TEMPLATE = "connect:nodeTemplate";
7   	String RESOURCES_TAG_PARENT = "connect:tagParent";
8   	String RESOURCES_TAG = "connect:tag";
9   	String RESOURCES_ENCODED_TAG = "connect:encodedTag";
10  }