Package org.apache.camel.component.jcr
Class JcrConstants
java.lang.Object
org.apache.camel.component.jcr.JcrConstants
JCR Constants.
-
Field Details
-
JCR_INSERT
Property key for specifying the name of a node in the repository- See Also:
-
JCR_GET_BY_ID
- See Also:
-
JCR_NODE_NAME
@Metadata(label="producer", description="The name of the target node", javaType="String", defaultValue="The exchange id") public static final String JCR_NODE_NAME- See Also:
-
JCR_OPERATION
@Metadata(label="producer", description="The operation to perform. Possible values: CamelJcrInsert or CamelJcrGetById", javaType="String", defaultValue="CamelJcrInsert") public static final String JCR_OPERATION- See Also:
-
JCR_NODE_TYPE
@Metadata(label="producer", description="The node type of the target node", javaType="String") public static final String JCR_NODE_TYPE- See Also:
-