Interface EventSubscriptionQuery

    • Method Detail

      • eventType

        EventSubscriptionQuery eventType​(String eventType)
        Only select subscriptions for events with the given type. "message" selects message event subscriptions, "signal" selects signal event subscriptions, "compensate" selects compensation event subscriptions, "conditional" selects conditional event subscriptions.
      • executionId

        EventSubscriptionQuery executionId​(String executionId)
        Only select subscriptions that belong to an execution with the given id.
      • processInstanceId

        EventSubscriptionQuery processInstanceId​(String processInstanceId)
        Only select subscriptions that belong to a process instance with the given id.
      • activityId

        EventSubscriptionQuery activityId​(String activityId)
        Only select subscriptions that belong to an activity with the given id.
      • tenantIdIn

        EventSubscriptionQuery tenantIdIn​(String... tenantIds)
        Only select subscriptions that belong to one of the given tenant ids.
      • withoutTenantId

        EventSubscriptionQuery withoutTenantId()
        Only select subscriptions which have no tenant id.