Package | Description |
---|---|
org.opennms.netmgt.config |
TODO: add package overview sentence here.
|
org.opennms.web.admin.roles |
TODO: add package overview sentence here.
|
Modifier and Type | Method and Description |
---|---|
List<Owner> |
OwnedInterval.getOwners()
getOwners
|
Modifier and Type | Method and Description |
---|---|
void |
OwnedInterval.addOwner(Owner owner)
addOwner
|
int |
Owner.compareTo(Owner o)
compareTo
|
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 OwnedIntervalSequence |
BasicScheduleUtils.getIntervalsCovering(Date start,
Date end,
BasicSchedule sched,
Owner owner)
getIntervalsCovering
|
static OwnedIntervalSequence |
BasicScheduleUtils.getIntervalsCovering(TimeInterval interval,
BasicSchedule sched,
Owner owner)
getIntervalsCovering
|
boolean |
OwnedInterval.isOwner(Owner owner)
isOwner
|
void |
OwnedInterval.removeOwner(Owner owner)
removeOwner
|
Modifier and Type | Method and Description |
---|---|
void |
OwnedInterval.addOwners(List<Owner> owners)
addOwners
|
void |
OwnedInterval.removeOwners(List<Owner> owners)
removeOwners
|
Constructor and Description |
---|
OwnedInterval(Owner owner,
Date start,
Date end)
Constructor for OwnedInterval.
|
OwnedInterval(Owner owner,
TimeInterval interval)
Constructor for OwnedInterval.
|
Owner(Owner base,
int timeIndex)
Constructor for Owner.
|
Constructor and Description |
---|
OwnedInterval(List<Owner> owners,
Date start,
Date end)
Constructor for OwnedInterval.
|
OwnedInterval(List<Owner> owners,
TimeInterval interval)
Constructor for OwnedInterval.
|
Modifier and Type | Method and Description |
---|---|
List<Owner> |
CalendarEntry.getLabels()
getLabels
|
Constructor and Description |
---|
CalendarEntry(Date start,
Date end,
String descr,
List<Owner> labels)
Constructor for CalendarEntry.
|
Copyright © 2015. All Rights Reserved.