Uses of Interface
com.redwood.scheduler.api.model.OperatorMessageDatum
-
Packages that use OperatorMessageDatum Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of OperatorMessageDatum in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type OperatorMessageDatum Modifier and Type Field Description static QueryObjectType<OperatorMessageDatum>
OperatorMessageDatum. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return OperatorMessageDatum Modifier and Type Method Description OperatorMessageDatum
OperatorMessage. createOperatorMessageDatum()
Create a newOperatorMessageDatum
linked to this object.OperatorMessageDatum
OperatorMessage. getOperatorMessageDatumByName(String name)
Get the OperatorMessageDatum by OperatorMessageName.OperatorMessageDatum
SchedulerSession. getOperatorMessageDatumByUniqueId(Long uniqueId)
Get theOperatorMessageDatum
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type OperatorMessageDatum Modifier and Type Method Description RWIterable<OperatorMessageDatum>
OperatorMessage. getOperatorMessageData()
Get anRWIterable
over a collection ofOperatorMessageData
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type OperatorMessageDatum Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(OperatorMessageDatum theOperatorMessageDatum)
void
ConcreteObjectCallback. handle(OperatorMessageDatum theOperatorMessageDatum)
-
Uses of OperatorMessageDatum in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type OperatorMessageDatum Modifier and Type Method Description Iterator<OperatorMessageDatum>
OperatorMessageComp. getOperatorMessageData()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useOperatorMessage.getOperatorMessageData()
instead.
-