org.apache.camel.component.jcr
Class JcrConstants

java.lang.Object
  extended by org.apache.camel.component.jcr.JcrConstants

public final class JcrConstants
extends Object

JCR Constants.


Field Summary
static String JCR_GET_BY_ID
           
static String JCR_INSERT
           
static String JCR_NODE_NAME
          Property key for specifying the name of a node in the repository
static String JCR_OPERATION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JCR_NODE_NAME

public static final String JCR_NODE_NAME
Property key for specifying the name of a node in the repository

See Also:
Constant Field Values

JCR_OPERATION

public static final String JCR_OPERATION
See Also:
Constant Field Values

JCR_INSERT

public static final String JCR_INSERT
See Also:
Constant Field Values

JCR_GET_BY_ID

public static final String JCR_GET_BY_ID
See Also:
Constant Field Values


Apache Camel