Uses of Interface
com.redwood.scheduler.api.model.OperatorMessage
-
Packages that use OperatorMessage Package Description com.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of OperatorMessage in com.redwood.scheduler.api.job
Methods in com.redwood.scheduler.api.job with parameters of type OperatorMessage Modifier and Type Method Description String
UserJobContext. waitForReply(OperatorMessage om)
Wait for a reply to an operator message raised by this job. -
Uses of OperatorMessage in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type OperatorMessage Modifier and Type Field Description static QueryObjectType<OperatorMessage>
OperatorMessage. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return OperatorMessage Modifier and Type Method Description OperatorMessage
Job. createOperatorMessage(String text, String replyExpression)
Create an operator message for this job.OperatorMessage
SchedulerSession. createOperatorMessage()
Return a new instance of OperatorMessage.OperatorMessage
Alert. getOperatorMessage()
Get the OperatorMessage.OperatorMessage
OperatorMessageDatum. getOperatorMessage()
Get the OperatorMessage.OperatorMessage
SchedulerSession. getOperatorMessageByUniqueId(Long uniqueId)
Get theOperatorMessage
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type OperatorMessage Modifier and Type Method Description RWIterable<OperatorMessage>
Job. getOperatorMessages()
Get the value for OperatorMessage.RWIterable<OperatorMessage>
Subject. getOperatorMessages()
Get anRWIterable
over an ordered collection ofOperatorMessages
.Methods in com.redwood.scheduler.api.model with parameters of type OperatorMessage Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(OperatorMessage theOperatorMessage)
void
ConcreteObjectCallback. handle(OperatorMessage theOperatorMessage)
void
Alert. setOperatorMessage(OperatorMessage newOperatorMessage)
Set the value for OperatorMessage. -
Uses of OperatorMessage in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type OperatorMessage Modifier and Type Method Description Iterator<OperatorMessage>
JobComp. getOperatorMessages()
Get the value for OperatorMessage.Iterator<OperatorMessage>
SubjectComp. getOperatorMessages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getOperatorMessages()
instead.
-