Class StatusFilterCriteria


  • public class StatusFilterCriteria
    extends java.lang.Object
    Class which describes specification of history records to include in a report.
    • Field Detail

      • ourJobs

        protected java.lang.Long[] ourJobs
        The set of jobs to match.
      • nowTime

        protected long nowTime
        The lowest time of interest.
      • identifierMatchObject

        protected RegExpCriteria identifierMatchObject
        The regular expression string to match the doucment identifier.
      • matchingStates

        protected int[] matchingStates
        Matching states
      • matchingStatuses

        protected int[] matchingStatuses
        Matching statuses
    • Constructor Detail

      • StatusFilterCriteria

        public StatusFilterCriteria​(java.lang.Long[] ourJobs,
                                    long nowTime,
                                    RegExpCriteria identifierMatchObject,
                                    int[] matchingStates,
                                    int[] matchingStatuses)
        Constructor.
    • Method Detail

      • getJobs

        public java.lang.Long[] getJobs()
        Get the desired activities criteria.
      • getNowTime

        public long getNowTime()
        Get the "now" time
      • getIdentifierMatch

        public RegExpCriteria getIdentifierMatch()
        Get the regular expression to match the entity identifier.
      • getMatchingStates

        public int[] getMatchingStates()
        Get the match states
      • getMatchingStatuses

        public int[] getMatchingStatuses()
        Get the match statuses