Package org.apache.camel.component.jcr
Class JcrConstants
- java.lang.Object
-
- org.apache.camel.component.jcr.JcrConstants
-
public final class JcrConstants extends Object
JCR Constants.
-
-
Field Summary
Fields Modifier and Type Field Description 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 repositorystatic String
JCR_NODE_TYPE
static String
JCR_OPERATION
-
-
-
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
-
JCR_NODE_TYPE
public static final String JCR_NODE_TYPE
- See Also:
- Constant Field Values
-
-