Package | Description |
---|---|
org.kie.internal.task.query |
Modifier and Type | Method and Description |
---|---|
TaskEventQueryBuilder |
TaskEventQueryBuilder.ascending(TaskEventQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in ascending order.
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.descending(TaskEventQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in descending order.
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.id(long... id)
Specify one or more task event ids to use as a criteria
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.logTime(Date... logTime)
Specify one or more dates to use as a criteria
for the log (creation) date of the task event
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.logTimeRange(Date logTimeMin,
Date logTimeMax)
Specify an inclusive range of log dates to use as a criteria
If the lower or upper end of the range is given as null,
then an open-ended range using the non-null range end is used
as the criteria
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.message(String... message)
Specify one or more messages to use as a criteria.
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.taskId(long... taskId)
Specify one or more task instance ids to use as a criteria.
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.taskIdRange(Long taskIdMin,
Long taskIdMax)
Specify an inclusive range of task ids to use as a criteria
If the lower or upper end of the range is given as null,
then an open-ended range using the non-null range end is used
as the criteria
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.type(TaskEvent.TaskEventType... taskEventType)
Specify one or more task event types to use as a criteria
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.userId(String... userId)
Specify one or more user ids to use as a criteria
|
TaskEventQueryBuilder |
TaskEventQueryBuilder.workItemId(long... workItemId)
Specify one or more (task-related) work item ids to use as a criteria.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.