|
KIE Internal 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ErrorInfoLogDeleteBuilder
| Method Summary | |
|---|---|
ParametrizedUpdate |
build()
Create the ParametrizedUpdate instance that can be used
to execute update/delete of AuditTask instances. |
ErrorInfoLogDeleteBuilder |
date(Date... date)
Specify one or more dates as criteria in the query |
ErrorInfoLogDeleteBuilder |
dateRangeEnd(Date rangeStart)
Specify the end of a date range to be used as a criteria on the date field. |
ErrorInfoLogDeleteBuilder |
dateRangeStart(Date rangeStart)
Specify the begin of a date range to be used as a criteria on the date field. |
| Methods inherited from interface org.kie.internal.runtime.manager.audit.query.AuditDeleteBuilder |
|---|
processId, processInstanceId |
| Method Detail |
|---|
ErrorInfoLogDeleteBuilder date(Date... date)
date - one or more dates
ErrorInfoLogDeleteBuilder dateRangeStart(Date rangeStart)
date - the start (early end) of the date range
ErrorInfoLogDeleteBuilder dateRangeEnd(Date rangeStart)
date - the end (later end) of the date range
ParametrizedUpdate build()
ParametrizedUpdate instance that can be used
to execute update/delete of AuditTask instances.
Further modifications to the ProcessInstanceLogDeleteBuilder instance
will not affect the query criteria used in the ParametrizedUpdate
produced by this method.
|
KIE Internal 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||