Class CMISEndpointBuilderFactory.CMISHeaderNameBuilder

  • Enclosing interface:
    CMISEndpointBuilderFactory

    public static class CMISEndpointBuilderFactory.CMISHeaderNameBuilder
    extends Object
    The builder of headers' name for the CMIS component.
    • Constructor Detail

      • CMISHeaderNameBuilder

        public CMISHeaderNameBuilder()
    • Method Detail

      • cmisAction

        public String cmisAction()
        The action to perform. The option is a: org.apache.camel.component.cmis.CamelCMISActions type. Group: producer
        Returns:
        the name of the header cmis:action.
      • cmisPath

        public String cmisPath()
        If CamelCMISFolderPath is not set, will try to find out the path of the node from this cmis property and it is name. The option is a: String type. Group: producer
        Returns:
        the name of the header cmis:path.
      • cmisName

        public String cmisName()
        If CamelCMISFolderPath is not set, will try to find out the path of the node from this cmis property and it is path. The option is a: String type. Group: producer
        Returns:
        the name of the header cmis:name.
      • cmisObjecttypeid

        public String cmisObjecttypeid()
        The type of the node. The option is a: String type. Group: producer
        Returns:
        the name of the header cmis:objectTypeId.
      • cmisCheckincomment

        public String cmisCheckincomment()
        The check-in comment for the document version. The option is a: String type. Group: producer
        Returns:
        the name of the header cmis:checkinComment.
      • cmisContentstreammimetype

        public String cmisContentstreammimetype()
        The mimetype to set for a document. The option is a: String type. Group: producer
        Returns:
        the name of the header cmis:contentStreamMimeType.
      • cMISFolderPath

        public String cMISFolderPath()
        The current folder to use during the execution. If not specified will use the root folder. The option is a: String type. Default: / Group: producer
        Returns:
        the name of the header CMISFolderPath.
      • cMISObjectId

        public String cMISObjectId()
        The id of the object. The option is a: String type. Group: producer
        Returns:
        the name of the header CMISObjectId.
      • cMISDestinationFolderId

        public String cMISDestinationFolderId()
        The id of the destination folder. The option is a: String type. Group: producer
        Returns:
        the name of the header CMISDestinationFolderId.
      • cMISSourceFolderId

        public String cMISSourceFolderId()
        The id of the source folder. The option is a: String type. Group: producer
        Returns:
        the name of the header CMISSourceFolderId.
      • cMISResultCount

        public String cMISResultCount()
        Number of nodes returned from the query. The option is a: Integer type. Group: producer
        Returns:
        the name of the header CMISResultCount.
      • cMISRetrieveContent

        public String cMISRetrieveContent()
        In queryMode this header will force the producer to retrieve the content of document nodes. The option is a: Boolean type. Group: producer
        Returns:
        the name of the header CMISRetrieveContent.
      • cMISReadSize

        public String cMISReadSize()
        Max number of nodes to read. The option is a: Integer type. Group: producer
        Returns:
        the name of the header CMISReadSize.
      • cMISAllVersions

        public String cMISAllVersions()
        Apply only to this version (false) or all versions (true). The option is a: Boolean type. Group: producer
        Returns:
        the name of the header CMISAllVersions.
      • cmisVersioningstate

        public String cmisVersioningstate()
        The versioning state. The option is a: String type. Group: producer
        Returns:
        the name of the header cmis:versioningState.