Class CordaEndpointBuilderFactory.CordaHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.CordaEndpointBuilderFactory.CordaHeaderNameBuilder
- Enclosing interface:
- CordaEndpointBuilderFactory
The builder of headers' name for the Corda component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe arguments.The attachment query criteria.The value of the node's flows draining mode.If true, a case sensitive match is done against each component of each X.500 name.The operation to perform.The PageSpecification allows specification of a page number and page size.The query criteria.Container for a cryptographically secure hash value.sORT()The sort.
-
Constructor Details
-
CordaHeaderNameBuilder
public CordaHeaderNameBuilder()
-
-
Method Details
-
oPERATION
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
OPERATION.
-
attachmentQueryCriteria
The attachment query criteria. The option is a:net.corda.core.node.services.vault.AttachmentQueryCriteriatype. Group: producer- Returns:
- the name of the header
ATTACHMENT_QUERY_CRITERIA.
-
sORT
The sort. The option is a: type. Group: producer- Returns:
- the name of the header
SORT.
-
exactMatch
If true, a case sensitive match is done against each component of each X.500 name. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
EXACT_MATCH.
-
aRGUMENTS
The arguments. The option is a:Object[]type. Group: producer- Returns:
- the name of the header
ARGUMENTS.
-
drainingMode
The value of the node's flows draining mode. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
DRAINING_MODE.
-
secureHash
Container for a cryptographically secure hash value. The option is a:net.corda.core.crypto.SecureHashtype. Group: producer- Returns:
- the name of the header
SECURE_HASH.
-
queryCriteria
The query criteria. The option is a:net.corda.core.node.services.vault.QueryCriteriatype. Group: producer- Returns:
- the name of the header
QUERY_CRITERIA.
-
pageSpecification
The PageSpecification allows specification of a page number and page size. The option is a:net.corda.core.node.services.vault.PageSpecificationtype. Group: producer- Returns:
- the name of the header
PAGE_SPECIFICATION.
-