Uses of Interface
com.redwood.scheduler.api.model.AlertEscalationAction
-
Packages that use AlertEscalationAction Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of AlertEscalationAction in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type AlertEscalationAction Modifier and Type Field Description static QueryObjectType<AlertEscalationAction>
AlertEscalationAction. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return AlertEscalationAction Modifier and Type Method Description AlertEscalationAction
AlertEscalation. createAlertEscalationAction()
Create a newAlertEscalationAction
linked to this object.static AlertEscalationAction
BusinessKeyLookup. getAlertEscalationActionByBusinessKey(SchedulerSession session, String key)
Query an instance ofAlertEscalationAction
, based on its business key.AlertEscalationAction
BusinessKeyResolver. getAlertEscalationActionByKey(BusinessKey key)
Query an instance ofAlertEscalationAction
, based on its business key.AlertEscalationAction
AlertEscalation. getAlertEscalationActionByType(AlertEscalationActionType type)
Get the AlertEscalationAction by AlertEscalationActionType.AlertEscalationAction
SchedulerSession. getAlertEscalationActionByUniqueId(Long uniqueId)
Get theAlertEscalationAction
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type AlertEscalationAction Modifier and Type Method Description RWIterable<AlertEscalationAction>
AlertEscalation. getAlertEscalationActions()
Get anRWIterable
over an ordered collection ofAlertEscalationActions
.RWIterable<AlertEscalationAction>
Library. getAlertEscalationActions()
Get anRWIterable
over an ordered collection ofAlertEscalationActions
.Methods in com.redwood.scheduler.api.model with parameters of type AlertEscalationAction Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(AlertEscalationAction theAlertEscalationAction)
void
ConcreteObjectCallback. handle(AlertEscalationAction theAlertEscalationAction)
-
Uses of AlertEscalationAction in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type AlertEscalationAction Modifier and Type Method Description Iterator<AlertEscalationAction>
AlertEscalationComp. getAlertEscalationActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useAlertEscalation.getAlertEscalationActions()
instead.Iterator<AlertEscalationAction>
LibraryComp. getAlertEscalationActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertEscalationActions()
instead.
-