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 StringJCR_GET_BY_IDstatic StringJCR_INSERTProperty key for specifying the name of a node in the repositorystatic StringJCR_NODE_NAMEstatic StringJCR_NODE_TYPEstatic StringJCR_OPERATION
-
-
-
Field Detail
-
JCR_INSERT
public static final String JCR_INSERT
Property key for specifying the name of a node in the repository- See Also:
- Constant Field Values
-
JCR_GET_BY_ID
public static final String JCR_GET_BY_ID
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
-