Interface EventDeploymentQuery

    • Method Detail

      • deploymentNameLike

        EventDeploymentQuery deploymentNameLike​(String nameLike)
        Only select deployments with a name like the given string.
      • deploymentTenantId

        EventDeploymentQuery deploymentTenantId​(String tenantId)
        Only select deployment that have the given tenant id.
      • deploymentTenantIdLike

        EventDeploymentQuery deploymentTenantIdLike​(String tenantIdLike)
        Only select deployments with a tenant id like the given one.
      • deploymentWithoutTenantId

        EventDeploymentQuery deploymentWithoutTenantId()
        Only select deployments that do not have a tenant id.
      • eventDefinitionKey

        EventDeploymentQuery eventDefinitionKey​(String key)
        Only select deployments with the given event definition key.
      • eventDefinitionKeyLike

        EventDeploymentQuery eventDefinitionKeyLike​(String keyLike)
        Only select deployments with an event definition key like the given string.
      • channelDefinitionKey

        EventDeploymentQuery channelDefinitionKey​(String key)
        Only select deployments with the given channel definition key.
      • channelDefinitionKeyLike

        EventDeploymentQuery channelDefinitionKeyLike​(String keyLike)
        Only select deployments with a channel definition key like the given string.
      • parentDeploymentId

        EventDeploymentQuery parentDeploymentId​(String deploymentParentId)
        Only select deployment that have the given deployment parent id.
      • parentDeploymentIdLike

        EventDeploymentQuery parentDeploymentIdLike​(String deploymentParentIdLike)
        Only select deployments with a deployment parent id like the given one.
      • orderByDeploymentId

        EventDeploymentQuery orderByDeploymentId()
        Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
      • orderByDeploymentName

        EventDeploymentQuery orderByDeploymentName()
        Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
      • orderByDeploymentTime

        EventDeploymentQuery orderByDeploymentTime()
        Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
      • orderByTenantId

        EventDeploymentQuery orderByTenantId()
        Order by tenant id (needs to be followed by Query.asc() or Query.desc()).