Class CMISEndpointBuilderFactory.CMISHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.CMISEndpointBuilderFactory.CMISHeaderNameBuilder
-
- Enclosing interface:
- CMISEndpointBuilderFactory
public static class CMISEndpointBuilderFactory.CMISHeaderNameBuilder extends Object
The builder of headers' name for the CMIS component.
-
-
Constructor Summary
Constructors Constructor Description CMISHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcmisAction()The action to perform.StringcMISAllVersions()Apply only to this version (false) or all versions (true).StringcmisCheckincomment()The check-in comment for the document version.StringcmisContentstreammimetype()The mimetype to set for a document.StringcMISDestinationFolderId()The id of the destination folder.StringcMISFolderPath()The current folder to use during the execution.StringcmisName()If CamelCMISFolderPath is not set, will try to find out the path of the node from this cmis property and it is path.StringcMISObjectId()The id of the object.StringcmisObjecttypeid()The type of the node.StringcmisPath()If CamelCMISFolderPath is not set, will try to find out the path of the node from this cmis property and it is name.StringcMISReadSize()Max number of nodes to read.StringcMISResultCount()Number of nodes returned from the query.StringcMISRetrieveContent()In queryMode this header will force the producer to retrieve the content of document nodes.StringcMISSourceFolderId()The id of the source folder.StringcmisVersioningstate()The versioning state.
-
-
-
Method Detail
-
cmisAction
public String cmisAction()
The action to perform. The option is a:org.apache.camel.component.cmis.CamelCMISActionstype. 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:Stringtype. 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:Stringtype. Group: producer- Returns:
- the name of the header
cmis:name.
-
cmisObjecttypeid
public String cmisObjecttypeid()
The type of the node. The option is a:Stringtype. 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:Stringtype. 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:Stringtype. 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:Stringtype. Default: / Group: producer- Returns:
- the name of the header
CMISFolderPath.
-
cMISObjectId
public String cMISObjectId()
The id of the object. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
CMISObjectId.
-
cMISDestinationFolderId
public String cMISDestinationFolderId()
The id of the destination folder. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
CMISDestinationFolderId.
-
cMISSourceFolderId
public String cMISSourceFolderId()
The id of the source folder. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
CMISSourceFolderId.
-
cMISResultCount
public String cMISResultCount()
Number of nodes returned from the query. The option is a:Integertype. 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:Booleantype. Group: producer- Returns:
- the name of the header
CMISRetrieveContent.
-
cMISReadSize
public String cMISReadSize()
Max number of nodes to read. The option is a:Integertype. 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:Booleantype. Group: producer- Returns:
- the name of the header
CMISAllVersions.
-
cmisVersioningstate
public String cmisVersioningstate()
The versioning state. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
cmis:versioningState.
-
-