Interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder

    • Method Detail

      • getTemplateIdsList

        @Deprecated
        java.util.List<ValueOuterClass.Identifier> getTemplateIdsList()
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
      • getTemplateIds

        @Deprecated
        ValueOuterClass.Identifier getTemplateIds​(int index)
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
      • getTemplateIdsCount

        @Deprecated
        int getTemplateIdsCount()
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
      • getTemplateIdsOrBuilderList

        @Deprecated
        java.util.List<? extends ValueOuterClass.IdentifierOrBuilder> getTemplateIdsOrBuilderList()
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
      • getTemplateIdsOrBuilder

        @Deprecated
        ValueOuterClass.IdentifierOrBuilder getTemplateIdsOrBuilder​(int index)
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
      • getInterfaceFiltersList

        java.util.List<TransactionFilterOuterClass.InterfaceFilter> getInterfaceFiltersList()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFilters

        TransactionFilterOuterClass.InterfaceFilter getInterfaceFilters​(int index)
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFiltersCount

        int getInterfaceFiltersCount()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFiltersOrBuilderList

        java.util.List<? extends TransactionFilterOuterClass.InterfaceFilterOrBuilder> getInterfaceFiltersOrBuilderList()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFiltersOrBuilder

        TransactionFilterOuterClass.InterfaceFilterOrBuilder getInterfaceFiltersOrBuilder​(int index)
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getTemplateFiltersList

        java.util.List<TransactionFilterOuterClass.TemplateFilter> getTemplateFiltersList()
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
      • getTemplateFilters

        TransactionFilterOuterClass.TemplateFilter getTemplateFilters​(int index)
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
      • getTemplateFiltersCount

        int getTemplateFiltersCount()
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
      • getTemplateFiltersOrBuilderList

        java.util.List<? extends TransactionFilterOuterClass.TemplateFilterOrBuilder> getTemplateFiltersOrBuilderList()
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
      • getTemplateFiltersOrBuilder

        TransactionFilterOuterClass.TemplateFilterOrBuilder getTemplateFiltersOrBuilder​(int index)
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];