Interface BatchQuery

    • Method Detail

      • batchId

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

        BatchQuery type​(java.lang.String type)
        Only select batches of the given type.
      • tenantIdIn

        BatchQuery tenantIdIn​(java.lang.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