public interface RequestInfoLogDeleteBuilder extends AuditDeleteBuilder<RequestInfoLogDeleteBuilder>
Modifier and Type | Method and Description |
---|---|
ParametrizedUpdate |
build()
Create the
ParametrizedUpdate instance that can be used
to execute update/delete of AuditTask instances. |
RequestInfoLogDeleteBuilder |
date(Date... date)
Specify one or more dates as criteria in the query
|
RequestInfoLogDeleteBuilder |
dateRangeEnd(Date rangeStart)
Specify the end of a date range to be used as a criteria on the date field.
|
RequestInfoLogDeleteBuilder |
dateRangeStart(Date rangeStart)
Specify the begin of a date range to be used as a criteria on the date field.
|
RequestInfoLogDeleteBuilder |
deploymentId(String... deploymentId)
Specify one or more deployment ids to use as a criteria.
|
RequestInfoLogDeleteBuilder |
status(STATUS... status)
Specify one more statuses (in the form of an int) as criteria.
|
processId, processInstanceId
RequestInfoLogDeleteBuilder date(Date... date)
date
- one or more datesRequestInfoLogDeleteBuilder dateRangeStart(Date rangeStart)
date
- the start (early end) of the date rangeRequestInfoLogDeleteBuilder dateRangeEnd(Date rangeStart)
date
- the end (later end) of the date rangeRequestInfoLogDeleteBuilder deploymentId(String... deploymentId)
deploymentId
- one or more string deployment idsRequestInfoLogDeleteBuilder status(STATUS... status)
status
- one or more int statusesParametrizedUpdate 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.