Package | Description |
---|---|
org.apache.manifoldcf.crawler | |
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Method and Description |
---|---|
protected static EnumeratedValues |
AddScheduledTime.parseDayOfMonth(String list) |
protected static EnumeratedValues |
AddScheduledTime.parseDayOfWeek(String list) |
protected static EnumeratedValues |
AddScheduledTime.parseHourOfDay(String list) |
protected static EnumeratedValues |
AddScheduledTime.parseMinutes(String list) |
protected static EnumeratedValues |
AddScheduledTime.parseMonthOfYear(String list) |
protected static EnumeratedValues |
AddScheduledTime.parseYear(String list) |
Modifier and Type | Method and Description |
---|---|
protected static String |
GetJobSchedule.enumerate(EnumeratedValues ev) |
Modifier and Type | Field and Description |
---|---|
protected EnumeratedValues |
ScheduleRecord.dayOfMonth |
protected EnumeratedValues |
ScheduleRecord.dayOfWeek |
protected EnumeratedValues |
ScheduleRecord.hourOfDay |
protected EnumeratedValues |
ScheduleRecord.minutesOfHour |
protected EnumeratedValues |
ScheduleRecord.monthOfYear |
protected EnumeratedValues |
ScheduleRecord.year |
Modifier and Type | Method and Description |
---|---|
EnumeratedValues |
ScheduleRecord.getDayOfMonth()
Get the day of month.
|
EnumeratedValues |
ScheduleRecord.getDayOfWeek()
Get the day of week.
|
EnumeratedValues |
ScheduleRecord.getHourOfDay()
Get the hour of the day.
|
EnumeratedValues |
ScheduleRecord.getMinutesOfHour()
Get the minutes of the hour.
|
EnumeratedValues |
ScheduleRecord.getMonthOfYear()
Get the month of year.
|
EnumeratedValues |
ScheduleRecord.getYear()
Get the year.
|
Constructor and Description |
---|
ScheduleRecord(EnumeratedValues dayOfWeek,
EnumeratedValues monthOfYear,
EnumeratedValues dayOfMonth,
EnumeratedValues year,
EnumeratedValues hourOfDay,
EnumeratedValues minutesOfHour,
String timezone,
Long duration,
boolean requestMinimum)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected EnumeratedValues |
JobManager.readEnumeratedValues(InputStream is) |
static EnumeratedValues |
Jobs.stringToEnumeratedValue(String value)
Go from string to enumerated value.
|
static EnumeratedValues |
ScheduleManager.stringToEnumeratedValue(String value)
Go from string to enumerated value.
|
Modifier and Type | Method and Description |
---|---|
protected static Long |
JobManager.checkTimeMatch(long startTime,
long currentTimestamp,
EnumeratedValues daysOfWeek,
EnumeratedValues daysOfMonth,
EnumeratedValues months,
EnumeratedValues years,
EnumeratedValues hours,
EnumeratedValues minutes,
String timezone,
Long duration)
Check if the specified job parameters have a 'hit' within the specified interval.
|
static String |
Jobs.enumeratedValueToString(EnumeratedValues values)
Go from enumerated value to string.
|
static String |
ScheduleManager.enumeratedValueToString(EnumeratedValues values)
Go from enumerated value to string.
|
protected static void |
JobManager.writeEnumeratedValues(OutputStream os,
EnumeratedValues ev) |
Modifier and Type | Method and Description |
---|---|
protected static EnumeratedValues |
ManifoldCF.processEnumeratedValues(ConfigurationNode fieldNode) |
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatEnumeratedValues(ConfigurationNode recordNode,
String childType,
EnumeratedValues value) |