Class CordaEndpointBuilderFactory.CordaHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.CordaEndpointBuilderFactory.CordaHeaderNameBuilder
-
- Enclosing interface:
- CordaEndpointBuilderFactory
public static class CordaEndpointBuilderFactory.CordaHeaderNameBuilder extends Object
The builder of headers' name for the Corda component.
-
-
Constructor Summary
Constructors Constructor Description CordaHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaRGUMENTS()The arguments.StringattachmentQueryCriteria()The attachment query criteria.StringdrainingMode()The value of the node's flows draining mode.StringexactMatch()If true, a case sensitive match is done against each component of each X.500 name.StringoPERATION()The operation to perform.StringpageSpecification()The PageSpecification allows specification of a page number and page size.StringqueryCriteria()The query criteria.StringsecureHash()Container for a cryptographically secure hash value.StringsORT()The sort.
-
-
-
Method Detail
-
oPERATION
public String oPERATION()
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
OPERATION.
-
attachmentQueryCriteria
public String 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
public String sORT()
The sort. The option is a: type. Group: producer- Returns:
- the name of the header
SORT.
-
exactMatch
public String 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
public String aRGUMENTS()
The arguments. The option is a:Object[]type. Group: producer- Returns:
- the name of the header
ARGUMENTS.
-
drainingMode
public String 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
public String 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
public String 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
public String 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.
-
-