public interface ErrorInfoQueryBuilder extends ExtendedParametrizedQueryBuilder<ErrorInfoQueryBuilder,org.kie.api.executor.ErrorInfo>
Modifier and Type | Interface and Description |
---|---|
static class |
ErrorInfoQueryBuilder.OrderBy |
Modifier and Type | Method and Description |
---|---|
ErrorInfoQueryBuilder |
ascending(ErrorInfoQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in ascending order.
|
ErrorInfoQueryBuilder |
descending(ErrorInfoQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in descending order.
|
ErrorInfoQueryBuilder |
id(long... id)
Specify one or more task event ids to use as a criteria
|
ErrorInfoQueryBuilder |
message(String... message)
Specify one or more message strings as criteria in the query.
|
ErrorInfoQueryBuilder |
stackTraceRegex(String... stackTraceRegex)
Specify one or more string regular expressions (only . and * accepted)
to use as a criteria for error info entities.
|
ErrorInfoQueryBuilder |
time(Date... time)
Specify one or more dates to use as a criteria
for the error info
|
ErrorInfoQueryBuilder |
timeRange(Date timeMin,
Date timeMax)
Specify an inclusive range of error info times 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
ErrorInfoQueryBuilder message(String... message)
message
- one or more stringsErrorInfoQueryBuilder id(long... id)
id
- one or more task event entity idsErrorInfoQueryBuilder time(Date... time)
time
- one or more datesErrorInfoQueryBuilder timeRange(Date timeMin, Date timeMax)
timeMin
- the minimal (lower) date to use in the rangetimeMax
- the max (upper) date to use in the rangeErrorInfoQueryBuilder stackTraceRegex(String... stackTraceRegex)
stackTraceRegex
- one or more datesErrorInfoQueryBuilder ascending(ErrorInfoQueryBuilder.OrderBy field)
field
- the field by which the query results should be orderedErrorInfoQueryBuilder descending(ErrorInfoQueryBuilder.OrderBy field)
field
- the field by which the query results should be orderedCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.