Package | Description |
---|---|
org.opennms.netmgt.config |
Modifier and Type | Method and Description |
---|---|
Time |
BasicSchedule.getTime(int index) |
Modifier and Type | Method and Description |
---|---|
Enumeration<Time> |
BasicSchedule.enumerateTime() |
Collection<Time> |
BasicSchedule.getTimeCollection() |
Modifier and Type | Method and Description |
---|---|
static OwnedInterval |
BasicScheduleUtils.getInterval(Date ref,
Time time,
Owner owner)
getInterval
|
static OwnedIntervalSequence |
BasicScheduleUtils.getIntervals(Date start,
Date end,
Time time,
Owner owner)
getIntervals
|
static OwnedIntervalSequence |
BasicScheduleUtils.getIntervals(TimeInterval interval,
Time time,
Owner owner)
getIntervals
|
static boolean |
BasicScheduleUtils.isDaily(Time time)
isDaily
|
static boolean |
BasicScheduleUtils.isMonthly(Time time)
isMonthly
|
static boolean |
BasicScheduleUtils.isSpecific(Time time)
isSpecific
|
static boolean |
BasicScheduleUtils.isWeekly(Time time)
isWeekly
|
Modifier and Type | Method and Description |
---|---|
void |
BasicSchedule.setTimeCollection(Collection<Time> times) |
Copyright © 2021. All rights reserved.