-
-
Method Summary
Methods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
cancelRequested
- Returns:
- the cancelRequested column as a Boolean expression
-
trackerType
- Returns:
- the trackerType column as a
net.pricefx.domain.JobStatusTracker.TrackerType expression.
See that type for the full list of possible values.
-
jobName
- Returns:
- the jobName column as a String expression
-
processingStart
- Returns:
- the processingStart column as a DateTime expression
-
processingEnd
- Returns:
- the processingEnd column as a DateTime expression
-
status
- Returns:
- the status column as a
net.pricefx.domain.JobStatusTracker.TrackerStatus expression. Possible values are:
- WAITING_FOR_DISPATCH
- QUEUED_FOR_EXECUTION
- PROCESSING
- FAILED
- FINISHED
- CANCELLED
- INTERRUPTED
-
targetObject
- Returns:
- the targetObject column as a String expression
-
progress
- Returns:
- the progress column as a String expression
-
processingNode
- Returns:
- the processingNode column as a String expression
-
threadUUID
- Returns:
- the threadUUID column as a String expression
-
lightweight
- Returns:
- the lightweight column as a Boolean expression
-
concurrencyKey
- Returns:
- the concurrencyKey column as a String expression
-
hasWarning
- Returns:
- the hasWarning column as a Boolean expression