Interface CamelCMISConstants


  • public interface CamelCMISConstants
    • Field Detail

      • CMIS_ACTION

        @Metadata(label="producer",
                  description="The action to perform",
                  javaType="org.apache.camel.component.cmis.CamelCMISActions")
        static final String CMIS_ACTION
        See Also:
        Constant Field Values
      • PATH

        @Metadata(label="producer",
                  description="If `CamelCMISFolderPath` is not set, will try to find out the path of\nthe node from this cmis property and it is name",
                  javaType="String")
        static final String PATH
        See Also:
        Constant Field Values
      • NAME

        @Metadata(label="producer",
                  description="If `CamelCMISFolderPath` is not set, will try to find out the path of\nthe node from this cmis property and it is path",
                  javaType="String")
        static final String NAME
        See Also:
        Constant Field Values
      • OBJECT_TYPE_ID

        @Metadata(label="producer",
                  description="The type of the node",
                  javaType="String")
        static final String OBJECT_TYPE_ID
        See Also:
        Constant Field Values
      • CHECKIN_COMMENT

        @Metadata(label="producer",
                  description="The check-in comment for the document version",
                  javaType="String")
        static final String CHECKIN_COMMENT
        See Also:
        Constant Field Values
      • CONTENT_STREAM_MIME_TYPE

        @Metadata(label="producer",
                  description="The mimetype to set for a document",
                  javaType="String")
        static final String CONTENT_STREAM_MIME_TYPE
        See Also:
        Constant Field Values
      • CMIS_FOLDER_PATH

        @Metadata(label="producer",
                  description="The current folder to use during the execution. If not specified will\nuse the root folder",
                  javaType="String",
                  defaultValue="/")
        static final String CMIS_FOLDER_PATH
        See Also:
        Constant Field Values
      • CMIS_OBJECT_ID

        @Metadata(label="producer",
                  description="The id of the object",
                  javaType="String")
        static final String CMIS_OBJECT_ID
        See Also:
        Constant Field Values
      • CMIS_DESTIONATION_FOLDER_ID

        @Metadata(label="producer",
                  description="The id of the destination folder",
                  javaType="String")
        static final String CMIS_DESTIONATION_FOLDER_ID
        See Also:
        Constant Field Values
      • CMIS_SOURCE_FOLDER_ID

        @Metadata(label="producer",
                  description="The id of the source folder",
                  javaType="String")
        static final String CMIS_SOURCE_FOLDER_ID
        See Also:
        Constant Field Values
      • CAMEL_CMIS_RESULT_COUNT

        @Metadata(label="producer",
                  description="Number of nodes returned from the query",
                  javaType="Integer")
        static final String CAMEL_CMIS_RESULT_COUNT
        See Also:
        Constant Field Values
      • CAMEL_CMIS_RETRIEVE_CONTENT

        @Metadata(label="producer",
                  description="In `queryMode` this header will force the producer to retrieve the\ncontent of document nodes.",
                  javaType="Boolean")
        static final String CAMEL_CMIS_RETRIEVE_CONTENT
        See Also:
        Constant Field Values
      • CAMEL_CMIS_READ_SIZE

        @Metadata(label="producer",
                  description="Max number of nodes to read.",
                  javaType="Integer")
        static final String CAMEL_CMIS_READ_SIZE
        See Also:
        Constant Field Values
      • ALL_VERSIONS

        @Metadata(label="producer",
                  description="Apply only to this version (false) or all versions (true)",
                  javaType="Boolean")
        static final String ALL_VERSIONS
        See Also:
        Constant Field Values
      • VERSIONING_STATE

        @Metadata(label="producer",
                  description="The versioning state",
                  javaType="String")
        static final String VERSIONING_STATE
        See Also:
        Constant Field Values