|
KIE Internal 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeInstanceLogDeleteBuilder
| Method Summary | |
|---|---|
ParametrizedUpdate |
build()
Create the ParametrizedUpdate instance that can be used
to execute update/delete of List instances. |
NodeInstanceLogDeleteBuilder |
date(Date... date)
Specify one or more dates as criteria in the query. |
NodeInstanceLogDeleteBuilder |
dateRangeEnd(Date rangeStart)
Specify the end of a date range to be used as a criteria on the date field. |
NodeInstanceLogDeleteBuilder |
dateRangeStart(Date rangeStart)
Specify the begin of a date range to be used as a criteria on the date field. |
NodeInstanceLogDeleteBuilder |
externalId(String... externalId)
Specify externalId to be used as criteria on the externalId field. |
NodeInstanceLogDeleteBuilder |
nodeId(String... nodeId)
Specify one or more node ids to use as a criteria. |
NodeInstanceLogDeleteBuilder |
nodeInstanceId(String... nodeInstanceId)
Specify one or more node instance ids to use as a criteria. |
NodeInstanceLogDeleteBuilder |
nodeName(String... name)
Specify one or more node names to use as a criteria. |
NodeInstanceLogDeleteBuilder |
workItemId(long... workItemId)
Specify one or more work item ids associated with a node to use as a criteria. |
| Methods inherited from interface org.kie.internal.runtime.manager.audit.query.AuditDeleteBuilder |
|---|
processId, processInstanceId |
| Method Detail |
|---|
NodeInstanceLogDeleteBuilder workItemId(long... workItemId)
nodeInstanceId - one or more long work item ids
NodeInstanceLogDeleteBuilder nodeInstanceId(String... nodeInstanceId)
nodeInstanceId - one or more string node instance ids
NodeInstanceLogDeleteBuilder nodeId(String... nodeId)
nodeId - one or more string node ids
NodeInstanceLogDeleteBuilder nodeName(String... name)
nodeInstanceId - one or more string node names
NodeInstanceLogDeleteBuilder date(Date... date)
date - one or more dates
NodeInstanceLogDeleteBuilder dateRangeStart(Date rangeStart)
date - the start (early end) of the date range
NodeInstanceLogDeleteBuilder dateRangeEnd(Date rangeStart)
date - the end (later end) of the date range
NodeInstanceLogDeleteBuilder externalId(String... externalId)
externalId - identifier that defines custom id
ParametrizedUpdate build()
ParametrizedUpdate instance that can be used
to execute update/delete of List instances.
Further modifications to the NodeInstanceLogDeleteBuilder 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 | |||||||||