Interface ProcessInstanceIdQueryBuilder<T,​R>

    • Method Detail

      • processInstanceId

        T processInstanceId​(long... processInstanceId)
        Specify one or more process instance ids as criteria in the query
        Parameters:
        processInstanceId - one or more a process instance ids
        Returns:
        The current query builder instance
      • processInstanceIdRange

        T processInstanceIdRange​(java.lang.String processInstanceIdMin,
                                 java.lang.String processInstanceIdMax)
        Specify an inclusive range of process instance 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:
        processInstanceIdMin - the minimal (lower) date to use in the range
        processInstanceIdMax - the max (upper) date to use in the range
        Returns:
        The current query builder instance