public interface ErrorInfoLogDeleteBuilder extends AuditDeleteBuilder<ErrorInfoLogDeleteBuilder>
Modifier and Type | Method and Description |
---|---|
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.
|
processId, processInstanceId
ErrorInfoLogDeleteBuilder date(Date... date)
date
- one or more datesErrorInfoLogDeleteBuilder dateRangeStart(Date rangeStart)
date
- the start (early end) of the date rangeErrorInfoLogDeleteBuilder dateRangeEnd(Date rangeStart)
date
- the end (later end) of the date rangeParametrizedUpdate 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.Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.