Uses of Class
org.apache.manifoldcf.crawler.interfaces.EnumeratedValues
-
Packages that use EnumeratedValues Package Description org.apache.manifoldcf.crawler org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs org.apache.manifoldcf.crawler.system -
-
Uses of EnumeratedValues in org.apache.manifoldcf.crawler
Methods in org.apache.manifoldcf.crawler that return EnumeratedValues Modifier and Type Method Description protected static EnumeratedValuesAddScheduledTime. parseDayOfMonth(java.lang.String list)protected static EnumeratedValuesAddScheduledTime. parseDayOfWeek(java.lang.String list)protected static EnumeratedValuesAddScheduledTime. parseHourOfDay(java.lang.String list)protected static EnumeratedValuesAddScheduledTime. parseMinutes(java.lang.String list)protected static EnumeratedValuesAddScheduledTime. parseMonthOfYear(java.lang.String list)protected static EnumeratedValuesAddScheduledTime. parseYear(java.lang.String list)Methods in org.apache.manifoldcf.crawler with parameters of type EnumeratedValues Modifier and Type Method Description protected static java.lang.StringGetJobSchedule. enumerate(EnumeratedValues ev) -
Uses of EnumeratedValues in org.apache.manifoldcf.crawler.interfaces
Fields in org.apache.manifoldcf.crawler.interfaces declared as EnumeratedValues Modifier and Type Field Description protected EnumeratedValuesScheduleRecord. dayOfMonthprotected EnumeratedValuesScheduleRecord. dayOfWeekprotected EnumeratedValuesScheduleRecord. hourOfDayprotected EnumeratedValuesScheduleRecord. minutesOfHourprotected EnumeratedValuesScheduleRecord. monthOfYearprotected EnumeratedValuesScheduleRecord. yearMethods in org.apache.manifoldcf.crawler.interfaces that return EnumeratedValues Modifier and Type Method Description EnumeratedValuesScheduleRecord. getDayOfMonth()Get the day of month.EnumeratedValuesScheduleRecord. getDayOfWeek()Get the day of week.EnumeratedValuesScheduleRecord. getHourOfDay()Get the hour of the day.EnumeratedValuesScheduleRecord. getMinutesOfHour()Get the minutes of the hour.EnumeratedValuesScheduleRecord. getMonthOfYear()Get the month of year.EnumeratedValuesScheduleRecord. getYear()Get the year.Constructors in org.apache.manifoldcf.crawler.interfaces with parameters of type EnumeratedValues Constructor Description ScheduleRecord(EnumeratedValues dayOfWeek, EnumeratedValues monthOfYear, EnumeratedValues dayOfMonth, EnumeratedValues year, EnumeratedValues hourOfDay, EnumeratedValues minutesOfHour, java.lang.String timezone, java.lang.Long duration, boolean requestMinimum)Constructor. -
Uses of EnumeratedValues in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return EnumeratedValues Modifier and Type Method Description protected EnumeratedValuesJobManager. readEnumeratedValues(java.io.InputStream is)static EnumeratedValuesJobs. stringToEnumeratedValue(java.lang.String value)Go from string to enumerated value.static EnumeratedValuesScheduleManager. stringToEnumeratedValue(java.lang.String value)Go from string to enumerated value.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type EnumeratedValues Modifier and Type Method Description protected static java.lang.LongJobManager. checkTimeMatch(long startTime, long currentTimestamp, EnumeratedValues daysOfWeek, EnumeratedValues daysOfMonth, EnumeratedValues months, EnumeratedValues years, EnumeratedValues hours, EnumeratedValues minutes, java.lang.String timezone, java.lang.Long duration)Check if the specified job parameters have a 'hit' within the specified interval.static java.lang.StringJobs. enumeratedValueToString(EnumeratedValues values)Go from enumerated value to string.static java.lang.StringScheduleManager. enumeratedValueToString(EnumeratedValues values)Go from enumerated value to string.protected static voidJobManager. writeEnumeratedValues(java.io.OutputStream os, EnumeratedValues ev) -
Uses of EnumeratedValues in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system that return EnumeratedValues Modifier and Type Method Description protected static EnumeratedValuesManifoldCF. processEnumeratedValues(ConfigurationNode fieldNode)Methods in org.apache.manifoldcf.crawler.system with parameters of type EnumeratedValues Modifier and Type Method Description protected static voidManifoldCF. formatEnumeratedValues(ConfigurationNode recordNode, java.lang.String childType, EnumeratedValues value)
-