Uses of Interface
org.kie.internal.runtime.manager.audit.query.ProcessInstanceLogQueryBuilder
Packages that use ProcessInstanceLogQueryBuilder
-
Uses of ProcessInstanceLogQueryBuilder in org.kie.internal.runtime.manager.audit.query
Methods in org.kie.internal.runtime.manager.audit.query that return ProcessInstanceLogQueryBuilderModifier and TypeMethodDescriptionProcessInstanceLogQueryBuilder.correlationKey(CorrelationKey... correlationKeys) Specify one or more process correlation keys as a criteriaProcessInstanceLogQueryBuilder.duration(long... duration) Specify one or more (process instance) durations as a criteria.ProcessInstanceLogQueryBuilder.durationMax(long durationMax) Specify the end (maximum) of a range to be used as a criteria on the (process instance) duration fieldProcessInstanceLogQueryBuilder.durationMin(long durationMin) Specify the begin (minimum) of a range to be used as a criteria on the (process instance) duration fieldSpecify one or more (process instance) end dates as a criteriaProcessInstanceLogQueryBuilder.endDateRangeEnd(Date rangeEnd) Specify the end of a date range to be used as a criteria on the end date field.ProcessInstanceLogQueryBuilder.endDateRangeStart(Date rangeStart) Specify the begin of a date range to be used as a criteria on the end date field.Specify one or more identiies (who started the process instance) as a criteriaSpecify one or more (process instance) outcomes as a criteria.ProcessInstanceLogQueryBuilder.processName(String... processName) Specify one or more process names as a criteriaProcessInstanceLogQueryBuilder.processVersion(String... version) Specify one or more process versions as a criteriaSpecify one or more (process instance) start dates as a criteriaProcessInstanceLogQueryBuilder.startDateRangeEnd(Date rangeEnd) Specify the end of a date range to be used as a criteria on the start date field.ProcessInstanceLogQueryBuilder.startDateRangeStart(Date rangeStart) Specify the begin of a date range to be used as a criteria on the start date field.ProcessInstanceLogQueryBuilder.status(int... status) Specify one more statuses (in the form of an int) as criteria.