Interface TaskAuditQueryBuilder<T,​R>

    • Method Detail

      • taskId

        T taskId​(long... taskId)
        Specify one or more task instance ids to use as a criteria.
        Parameters:
        taskId - one or more task ids
        Returns:
        The current query builder instance
      • taskIdRange

        T taskIdRange​(Long taskIdMin,
                      Long taskIdMax)
        Specify an inclusive range of task ids to use as a criteria

        If the lower or upper end of the range is given as null, then an open-ended range using the non-null range end is used as the criteria
        Parameters:
        taskIdMin - the minimal (lower) taskId to use in the range
        taskIdMax - the max (upper) taskId to use in the range
        Returns:
        The current query builder instance
      • id

        T id​(long... id)
        Specify one or more task event ids to use as a criteria
        Parameters:
        id - one or more task event entity ids
        Returns:
        The current query builder instance