Uses of Interface
com.redwood.scheduler.api.model.UserMessage
-
Packages that use UserMessage Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of UserMessage in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type UserMessage Modifier and Type Field Description static QueryObjectType<UserMessage>
UserMessage. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return UserMessage Modifier and Type Method Description UserMessage
SchedulerSession. createUserMessage()
Return a new instance of UserMessage.UserMessage
Job. getUserMessage()
Get the UserMessage.UserMessage
UserMessageAttachment. getUserMessage()
Get the UserMessage.UserMessage
UserMessageHistory. getUserMessage()
Get the UserMessage.UserMessage
UserMessageParticipant. getUserMessage()
Get the UserMessage.UserMessage
SchedulerSession. getUserMessageByUniqueId(Long uniqueId)
Get theUserMessage
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type UserMessage Modifier and Type Method Description RWIterable<UserMessage>
Partition. getUserMessages()
Get anRWIterable
over an ordered collection ofUserMessages
.Methods in com.redwood.scheduler.api.model with parameters of type UserMessage Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(UserMessage theUserMessage)
void
ConcreteObjectCallback. handle(UserMessage theUserMessage)
-
Uses of UserMessage in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type UserMessage Modifier and Type Method Description Iterator<UserMessage>
PartitionComp. getUserMessages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getUserMessages()
instead. -
Uses of UserMessage in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return UserMessage Modifier and Type Method Description UserMessage
OnUserMessageOperationActionScriptObject. getUserMessage()
Get the user message the operation is being performed on
-