Uses of Interface
com.redwood.scheduler.api.model.UserMessageDefinitionAttachment
-
Packages that use UserMessageDefinitionAttachment Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of UserMessageDefinitionAttachment in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type UserMessageDefinitionAttachment Modifier and Type Field Description static QueryObjectType<UserMessageDefinitionAttachment>
UserMessageDefinitionAttachment. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return UserMessageDefinitionAttachment Modifier and Type Method Description UserMessageDefinitionAttachment
UserMessageDefinition. createUserMessageDefinitionAttachment()
Create a newUserMessageDefinitionAttachment
linked to this object.UserMessageDefinitionAttachment
SchedulerSession. getUserMessageDefinitionAttachmentByUniqueId(Long uniqueId)
Get theUserMessageDefinitionAttachment
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type UserMessageDefinitionAttachment Modifier and Type Method Description RWIterable<UserMessageDefinitionAttachment>
UserMessageDefinition. getUserMessageDefinitionAttachments()
Get anRWIterable
over a collection ofUserMessageDefinitionAttachments
, the collection will be ordered by Description.Methods in com.redwood.scheduler.api.model with parameters of type UserMessageDefinitionAttachment Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(UserMessageDefinitionAttachment theUserMessageDefinitionAttachment)
void
ConcreteObjectCallback. handle(UserMessageDefinitionAttachment theUserMessageDefinitionAttachment)
-
Uses of UserMessageDefinitionAttachment in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type UserMessageDefinitionAttachment Modifier and Type Method Description Iterator<UserMessageDefinitionAttachment>
UserMessageDefinitionComp. getUserMessageDefinitionAttachments()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessageDefinition.getUserMessageDefinitionAttachments()
instead.
-