T
- The type of ParametrizedQueryBuilder
instance being implemented. This type
is here to facilitate the building of a fluent interface.R
- The type of the result list being returned by the generated ParametrizedQuery
public interface ProcessInstanceIdQueryBuilder<T,R> extends ExtendedParametrizedQueryBuilder<T,R>
ParametrizedQueryBuilder
implementations.
It includes the basic query functions.Modifier and Type | Method and Description |
---|---|
T |
processInstanceId(long... processInstanceId)
Specify one or more process instance ids as criteria in the query
|
T |
processInstanceIdRange(Long processInstanceIdMin,
Long processInstanceIdMax)
Specify an inclusive range of process instance 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
|
build, endGroup, newGroup
clear, equals, intersect, like, maxResults, offset, union
T processInstanceId(long... processInstanceId)
processInstanceId
- one or more a process instance idsT processInstanceIdRange(Long processInstanceIdMin, Long processInstanceIdMax)
processInstanceIdMin
- the minimal (lower) date to use in the rangeprocessInstanceIdMax
- the max (upper) date to use in the rangeCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.