Uses of Interface
com.redwood.scheduler.api.model.UserMessageAttachment
-
Packages that use UserMessageAttachment 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 UserMessageAttachment in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type UserMessageAttachment Modifier and Type Field Description static QueryObjectType<UserMessageAttachment>
UserMessageAttachment. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return UserMessageAttachment Modifier and Type Method Description UserMessageAttachment
UserMessage. createUserMessageAttachment()
Create a newUserMessageAttachment
linked to this object.UserMessageAttachment
SchedulerSession. getUserMessageAttachmentByUniqueId(Long uniqueId)
Get theUserMessageAttachment
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type UserMessageAttachment Modifier and Type Method Description RWIterable<UserMessageAttachment>
UserMessage. getUserMessageAttachments()
Get anRWIterable
over an ordered collection ofUserMessageAttachments
.Methods in com.redwood.scheduler.api.model with parameters of type UserMessageAttachment Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(UserMessageAttachment theUserMessageAttachment)
void
ConcreteObjectCallback. handle(UserMessageAttachment theUserMessageAttachment)
-
Uses of UserMessageAttachment in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type UserMessageAttachment Modifier and Type Method Description Iterator<UserMessageAttachment>
UserMessageComp. getUserMessageAttachments()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessage.getUserMessageAttachments()
instead. -
Uses of UserMessageAttachment in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return UserMessageAttachment Modifier and Type Method Description UserMessageAttachment
OnUserMessageOperationActionScriptObject. getUserMessageAttachment()
Get the UserMessageAttachment associated with the flow action.
-