Package | Description |
---|---|
org.kie.internal.runtime.manager.audit.query |
Modifier and Type | Method and Description |
---|---|
ErrorInfoQueryBuilder |
ErrorInfoQueryBuilder.ascending(ErrorInfoQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in ascending order.
|
ErrorInfoQueryBuilder |
ErrorInfoQueryBuilder.descending(ErrorInfoQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in descending order.
|
ErrorInfoQueryBuilder |
ErrorInfoQueryBuilder.id(long... id)
Specify one or more task event ids to use as a criteria
|
ErrorInfoQueryBuilder |
ErrorInfoQueryBuilder.message(String... message)
Specify one or more message strings as criteria in the query.
|
ErrorInfoQueryBuilder |
ErrorInfoQueryBuilder.stackTraceRegex(String... stackTraceRegex)
Specify one or more string regular expressions (only . and * accepted)
to use as a criteria for error info entities.
|
ErrorInfoQueryBuilder |
ErrorInfoQueryBuilder.time(Date... time)
Specify one or more dates to use as a criteria
for the error info
|
ErrorInfoQueryBuilder |
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
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.