| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQuery.claimedWithin(TimeInterval... intervals)
Add the time intervals within which the task was claimed to your query.
|
TaskQuery |
TaskQuery.completedWithin(TimeInterval... intervals)
Add the time intervals within which the task was completed to your query.
|
ClassificationQuery |
ClassificationQuery.createdWithin(TimeInterval... createdIn)
Add your created-Dates to your query.
|
WorkbasketQuery |
WorkbasketQuery.createdWithin(TimeInterval... intervals)
Add the time intervals within which the workbasket was created to your query.
|
TaskQuery |
TaskQuery.createdWithin(TimeInterval... intervals)
Add the time intervals within which the task was created to your query.
|
TaskQuery |
TaskQuery.dueWithin(TimeInterval... intervals)
Add the time intervals within which the task is due to your query.
|
ClassificationQuery |
ClassificationQuery.modifiedWithin(TimeInterval... modifiedIn)
Add your modified-Dates to your query.
|
WorkbasketQuery |
WorkbasketQuery.modifiedWithin(TimeInterval... intervals)
Add the time intervals within which the workbasket was modified to your query.
|
TaskQuery |
TaskQuery.modifiedWithin(TimeInterval... intervals)
Add the time intervals within which the task was modified to your query.
|
TaskQuery |
TaskQuery.plannedWithin(TimeInterval... intervals)
Add the time intervals within which the task is planned to your query.
|
| Modifier and Type | Method and Description |
|---|---|
TimeInterval[] |
TaskQueryImpl.getClaimedIn() |
TimeInterval[] |
TaskQueryImpl.getCompletedIn() |
TimeInterval[] |
ClassificationQueryImpl.getCreatedIn() |
TimeInterval[] |
WorkbasketQueryImpl.getCreatedIn() |
TimeInterval[] |
TaskQueryImpl.getCreatedIn() |
TimeInterval[] |
TaskQueryImpl.getDueIn() |
TimeInterval[] |
ClassificationQueryImpl.getModifiedIn() |
TimeInterval[] |
WorkbasketQueryImpl.getModifiedIn() |
TimeInterval[] |
TaskQueryImpl.getModifiedIn() |
TimeInterval[] |
TaskQueryImpl.getPlannedIn() |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQueryImpl.claimedWithin(TimeInterval... intervals) |
TaskQuery |
TaskQueryImpl.completedWithin(TimeInterval... intervals) |
ClassificationQuery |
ClassificationQueryImpl.createdWithin(TimeInterval... createdIn) |
WorkbasketQuery |
WorkbasketQueryImpl.createdWithin(TimeInterval... intervals) |
TaskQuery |
TaskQueryImpl.createdWithin(TimeInterval... intervals) |
TaskQuery |
TaskQueryImpl.dueWithin(TimeInterval... intervals) |
ClassificationQuery |
ClassificationQueryImpl.modifiedWithin(TimeInterval... modifiedIn) |
WorkbasketQuery |
WorkbasketQueryImpl.modifiedWithin(TimeInterval... intervals) |
TaskQuery |
TaskQueryImpl.modifiedWithin(TimeInterval... intervals) |
TaskQuery |
TaskQueryImpl.plannedWithin(TimeInterval... intervals) |
Copyright © 2018. All rights reserved.