public interface TaskAuditQueryBuilder<T,R> extends ProcessInstanceIdQueryBuilder<T,R>
Modifier and Type | Method and Description |
---|---|
T |
id(long... id)
Specify one or more task event ids to use as a criteria
|
T |
taskId(long... taskId)
Specify one or more task instance ids to use as a criteria.
|
T |
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
|
processInstanceId, processInstanceIdRange
build, endGroup, newGroup
clear, equals, intersect, like, maxResults, offset, union
T taskId(long... taskId)
taskId
- one or more task idsT taskIdRange(Long taskIdMin, Long taskIdMax)
taskIdMin
- the minimal (lower) taskId to use in the rangetaskIdMax
- the max (upper) taskId to use in the rangeT id(long... id)
id
- one or more task event entity idsCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.