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 Details

    • CordaHeaderNameBuilder

      public CordaHeaderNameBuilder()
  • Method Details

    • oPERATION

      public String oPERATION()
      The operation to perform. The option is a: String type. 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.AttachmentQueryCriteria type. 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: Boolean type. 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: Boolean type. 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.SecureHash type. 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.QueryCriteria type. 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.PageSpecification type. Group: producer
      Returns:
      the name of the header PAGE_SPECIFICATION.