public static class TaskLookup.CompleteTaskLookup extends Object implements TaskLookup
TaskLookup.ActiveTaskLookup, TaskLookup.CompleteTaskLookup, TaskLookup.TaskLookupType
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMaxTaskStatuses() |
org.joda.time.DateTime |
getTasksCreatedPriorTo() |
TaskLookup.TaskLookupType |
getType() |
int |
hashCode() |
boolean |
hasTaskCreatedTimeFilter() |
static TaskLookup.CompleteTaskLookup |
of(Integer maxTaskStatuses,
org.joda.time.Duration durationBeforeNow) |
TaskLookup.CompleteTaskLookup |
withDurationBeforeNow(org.joda.time.Duration durationBeforeNow) |
static TaskLookup.CompleteTaskLookup |
withTasksCreatedPriorTo(Integer maxTaskStatuses,
org.joda.time.DateTime tasksCreatedPriorTo) |
public static TaskLookup.CompleteTaskLookup of(@Nullable Integer maxTaskStatuses, @Nullable org.joda.time.Duration durationBeforeNow)
public static TaskLookup.CompleteTaskLookup withTasksCreatedPriorTo(@Nullable Integer maxTaskStatuses, @Nullable org.joda.time.DateTime tasksCreatedPriorTo)
public boolean hasTaskCreatedTimeFilter()
public TaskLookup.CompleteTaskLookup withDurationBeforeNow(org.joda.time.Duration durationBeforeNow)
public org.joda.time.DateTime getTasksCreatedPriorTo()
public TaskLookup.TaskLookupType getType()
getType
in interface TaskLookup
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.