Uses of Interface
org.kie.internal.runtime.manager.audit.query.NodeInstanceLogQueryBuilder
Packages that use NodeInstanceLogQueryBuilder
-
Uses of NodeInstanceLogQueryBuilder in org.kie.internal.runtime.manager.audit.query
Methods in org.kie.internal.runtime.manager.audit.query that return NodeInstanceLogQueryBuilderModifier and TypeMethodDescriptionSpecify one or more dates as criteria in the query.NodeInstanceLogQueryBuilder.dateRangeEnd(Date rangeEnd) Specify the end of a date range to be used as a criteria on the date field.NodeInstanceLogQueryBuilder.dateRangeStart(Date rangeStart) Specify the begin of a date range to be used as a criteria on the date field.Specify one or more node ids to use as a criteria.NodeInstanceLogQueryBuilder.nodeInstanceId(String... nodeInstanceId) Specify one or more node instance ids to use as a criteria.Specify one or more node names to use as a criteria.Specify one or more node types to use as a criteria.NodeInstanceLogQueryBuilder.workItemId(long... workItemId) Specify one or more work item ids associated with a node to use as a criteria.