-
Method Summary
Filters jobs by the specified deadline
Filters jobs by the specified denied reason
Filters jobs by the specified denied reason using
StringProperty consumer.
Filters jobs by the specified element id.
Filters jobs by the specified element id using
StringProperty consumer.
Filters jobs by the element instance key.
Filters jobs by the specified end time
Filters jobs by the specified error code
Filters jobs by the specified error code using
StringProperty consumer.
Filters jobs by the specified error message
Filters jobs by the specified error message using
StringProperty consumer.
Filters jobs by the has failed with retries left flag.
Filters jobs by the is denied flag.
Filters jobs by the specified job key.
Filters jobs by the specified kind.
Filters jobs by the specified listener event type.
Filters jobs by the specified process definition id.
Filters jobs by the specified process definition id using
StringProperty consumer.
Filters jobs by the specified process definition key.
Filters jobs by the specified process definition key using
BasicLongProperty consumer.
Filters jobs by the specified process instance key
Filters jobs by the specified retries left.
Filters jobs by the specified state.
Filters jobs by the specified tenant id.
Filters jobs by the specified tenant id using
StringProperty consumer.
Filters jobs by the specified type.
Filters jobs by the specified worker.
-
Method Details
-
deadline
Filters jobs by the specified deadline
- Parameters:
deadline - the deadline of the job
- Returns:
- the updated filter
-
deadline
- Parameters:
fn - the deadline DateTimeProperty consumer of the job
- Returns:
- the updated filter
-
deniedReason
Filters jobs by the specified denied reason
- Parameters:
deniedReason - the reason why the job was denied
- Returns:
- the updated filter
-
deniedReason
Filters jobs by the specified denied reason using
StringProperty consumer.
- Parameters:
fn - the denied reason StringProperty consumer of the job
- Returns:
- the updated filter
-
endTime
Filters jobs by the specified end time
- Parameters:
endTime - the end time of the job
- Returns:
- the updated filter
-
endTime
- Parameters:
fn - the end time DateTimeProperty consumer of the job
- Returns:
- the updated filter
-
errorCode
Filters jobs by the specified error code
- Parameters:
errorCode - the error code of the job
- Returns:
- the updated filter
-
errorCode
Filters jobs by the specified error code using
StringProperty consumer.
- Parameters:
fn - the error code StringProperty consumer of the job
- Returns:
- the updated filter
-
errorMessage
Filters jobs by the specified error message
- Parameters:
errorMessage - the error message of the job
- Returns:
- the updated filter
-
errorMessage
Filters jobs by the specified error message using
StringProperty consumer.
- Parameters:
fn - the error message StringProperty consumer of the job
- Returns:
- the updated filter
-
hasFailedWithRetriesLeft
Filters jobs by the has failed with retries left flag.
- Parameters:
hasFailedWithRetriesLeft - the flag indicating if the job has failed with retries left
- Returns:
- the updated filter
-
isDenied
Filters jobs by the is denied flag.
- Parameters:
isDenied - the flag indicating if the job is denied
- Returns:
- the updated filter
-
retries
Filters jobs by the specified retries left.
- Parameters:
retries - the number of retries left for the job
- Returns:
- the updated filter
-
retries
- Parameters:
fn - the retries left IntegerProperty consumer of the job
- Returns:
- the updated filter
-
jobKey
Filters jobs by the specified job key.
- Parameters:
value - the key of the job
- Returns:
- the updated filter
-
jobKey
- Parameters:
fn - the job keys BasicLongProperty consumer of the job
- Returns:
- the updated filter
-
type
Filters jobs by the specified type.
- Parameters:
type - the type of the job
- Returns:
- the updated filter
-
type
- Parameters:
fn - the type StringProperty consumer of the job
- Returns:
- the updated filter
-
worker
Filters jobs by the specified worker.
- Parameters:
worker - the worker of the job
- Returns:
- the updated filter
-
worker
- Parameters:
fn - the worker StringProperty consumer of the job
- Returns:
- the updated filter
-
state
Filters jobs by the specified state.
- Parameters:
state - the state of the job
- Returns:
- the updated filter
-
state
- Parameters:
fn - the state JobStateProperty consumer of the job
- Returns:
- the updated filter
-
kind
Filters jobs by the specified kind.
- Parameters:
kind - the kind of the job
- Returns:
- the updated filter
-
kind
- Parameters:
fn - the kind JobKindProperty consumer of the job
- Returns:
- the updated filter
-
listenerEventType
Filters jobs by the specified listener event type.
- Parameters:
listenerEventType - the event type of the job listener
- Returns:
- the updated filter
-
listenerEventType
- Parameters:
fn - the listener event type ListenerEventTypeProperty consumer of the job
- Returns:
- the updated filter
-
processDefinitionId
Filters jobs by the specified process definition id.
- Parameters:
processDefinitionId - the id of the process definition
- Returns:
- the updated filter
-
processDefinitionId
Filters jobs by the specified process definition id using
StringProperty consumer.
- Parameters:
fn - the process definition id StringProperty consumer of the job
- Returns:
- the updated filter
-
processDefinitionKey
Filters jobs by the specified process definition key.
- Parameters:
processDefinitionKey - the key of the process definition
- Returns:
- the updated filter
-
processDefinitionKey
Filters jobs by the specified process definition key using
BasicLongProperty consumer.
- Parameters:
fn - the process definition key BasicLongProperty consumer of the job
- Returns:
- the updated filter
-
processInstanceKey
Filters jobs by the specified process instance key
- Parameters:
processInstanceKey - the key of the process instance
- Returns:
- the updated filter
-
processInstanceKey
- Parameters:
fn - the process instance key BasicLongProperty consumer of the job
- Returns:
- the updated filter
-
elementId
Filters jobs by the specified element id.
- Parameters:
elementId - the id of the element
- Returns:
- the updated filter
-
elementId
Filters jobs by the specified element id using
StringProperty consumer.
- Parameters:
fn - the element id StringProperty consumer of the job
- Returns:
- the updated filter
-
elementInstanceKey
Filters jobs by the element instance key.
- Parameters:
elementInstanceKey - the key of the element instance
- Returns:
- the updated filter
-
elementInstanceKey
- Parameters:
fn - the element instance key BasicLongProperty consumer of the job
- Returns:
- the updated filter
-
tenantId
Filters jobs by the specified tenant id.
- Parameters:
tenantId - the id of the tenant
- Returns:
- the updated filter
-
tenantId
Filters jobs by the specified tenant id using
StringProperty consumer.
- Parameters:
fn - the tenant id StringProperty consumer of the job
- Returns:
- the updated filter