public interface TaskFilter
Filter that may be applied to limit task query. Note, each predicate is incremental, "AND" semantic must be used to build filter based on the given predicates.
| Modifier and Type | Method and Description |
|---|---|
void |
completionTimeAfter(java.time.Instant exTime) |
void |
creationTimeAfter(java.time.Instant crTime) |
void |
execStartTimeAfter(java.time.Instant exTime) |
void |
stateIn(java.util.List<java.lang.String> state) |