Uses of Class
org.apache.manifoldcf.crawler.interfaces.RegExpCriteria
-
Packages that use RegExpCriteria Package Description org.apache.manifoldcf.crawler org.apache.manifoldcf.crawler.interfaces -
-
Uses of RegExpCriteria in org.apache.manifoldcf.crawler
Methods in org.apache.manifoldcf.crawler that return RegExpCriteria Modifier and Type Method Description protected static RegExpCriteria
RunDocumentStatus. parseRegexp(java.lang.String regexp)
protected static RegExpCriteria
RunMaxActivityHistory. parseRegexp(java.lang.String regexp)
protected static RegExpCriteria
RunMaxBandwidthHistory. parseRegexp(java.lang.String regexp)
protected static RegExpCriteria
RunQueueStatus. parseRegexp(java.lang.String regexp)
protected static RegExpCriteria
RunResultHistory. parseRegexp(java.lang.String regexp)
protected static RegExpCriteria
RunSimpleHistory. parseRegexp(java.lang.String regexp)
-
Uses of RegExpCriteria in org.apache.manifoldcf.crawler.interfaces
Fields in org.apache.manifoldcf.crawler.interfaces declared as RegExpCriteria Modifier and Type Field Description protected RegExpCriteria
FilterCriteria. entityMatch
The regular expression string to match the entity identifier.protected RegExpCriteria
StatusFilterCriteria. identifierMatchObject
The regular expression string to match the doucment identifier.protected RegExpCriteria
FilterCriteria. resultCodeMatch
The regular expression string to match the resultcode.Methods in org.apache.manifoldcf.crawler.interfaces that return RegExpCriteria Modifier and Type Method Description RegExpCriteria
FilterCriteria. getEntityMatch()
Get the regular expression to match the entity identifier.RegExpCriteria
StatusFilterCriteria. getIdentifierMatch()
Get the regular expression to match the entity identifier.RegExpCriteria
FilterCriteria. getResultCodeMatch()
Get the regular expression to match the result code.Constructors in org.apache.manifoldcf.crawler.interfaces with parameters of type RegExpCriteria Constructor Description FilterCriteria(java.lang.String[] activityTypes, java.lang.Long startTime, java.lang.Long endTime, RegExpCriteria entityMatch, RegExpCriteria resultCodeMatch)
Constructor.StatusFilterCriteria(java.lang.Long[] ourJobs, long nowTime, RegExpCriteria identifierMatchObject, int[] matchingStates, int[] matchingStatuses)
Constructor.
-