Interface BatchQuery

    • Method Detail

      • batchId

        BatchQuery batchId​(String batchId)
        Only select batch instances for the given batch id.
      • tenantIdIn

        BatchQuery tenantIdIn​(String... tenantIds)
        Only selects batches with one of the given tenant ids.
      • withoutTenantId

        BatchQuery withoutTenantId()
        Only selects batches which have no tenant id.
      • active

        BatchQuery active()
        Only selects batches which are active
      • suspended

        BatchQuery suspended()
        Only selects batches which are suspended