Interface DeadLetterJobQuery

    • Method Detail

      • jobId

        DeadLetterJobQuery jobId​(java.lang.String jobId)
        Deprecated.
        Only select jobs with the given id
      • processInstanceId

        DeadLetterJobQuery processInstanceId​(java.lang.String processInstanceId)
        Deprecated.
        Only select jobs which exist for the given process instance.
      • executionId

        DeadLetterJobQuery executionId​(java.lang.String executionId)
        Deprecated.
        Only select jobs which exist for the given execution
      • processDefinitionId

        DeadLetterJobQuery processDefinitionId​(java.lang.String processDefinitionid)
        Deprecated.
        Only select jobs which exist for the given process definition id
      • executable

        DeadLetterJobQuery executable()
        Deprecated.
        Only select jobs which are executable, ie. duedate is null or duedate is in the past
      • duedateLowerThan

        DeadLetterJobQuery duedateLowerThan​(java.util.Date date)
        Deprecated.
        Only select jobs where the duedate is lower than the given date.
      • duedateHigherThan

        DeadLetterJobQuery duedateHigherThan​(java.util.Date date)
        Deprecated.
        Only select jobs where the duedate is higher then the given date.
      • withException

        DeadLetterJobQuery withException()
        Deprecated.
        Only select jobs that failed due to an exception.
      • exceptionMessage

        DeadLetterJobQuery exceptionMessage​(java.lang.String exceptionMessage)
        Deprecated.
        Only select jobs that failed due to an exception with the given message.
      • jobTenantId

        DeadLetterJobQuery jobTenantId​(java.lang.String tenantId)
        Deprecated.
        Only select jobs that have the given tenant id.
      • jobTenantIdLike

        DeadLetterJobQuery jobTenantIdLike​(java.lang.String tenantIdLike)
        Deprecated.
        Only select jobs with a tenant id like the given one.
      • jobWithoutTenantId

        DeadLetterJobQuery jobWithoutTenantId()
        Deprecated.
        Only select jobs that do not have a tenant id.