Class JcrConstants


  • public final class JcrConstants
    extends Object
    JCR Constants.
    • 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_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