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.modelFields in com.redwood.scheduler.api.model with type parameters of type UserMessageDefinitionAttachment Modifier and Type Field Description static QueryObjectType<UserMessageDefinitionAttachment>UserMessageDefinitionAttachment. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return UserMessageDefinitionAttachment Modifier and Type Method Description UserMessageDefinitionAttachmentUserMessageDefinition. createUserMessageDefinitionAttachment()Create a newUserMessageDefinitionAttachmentlinked to this object.UserMessageDefinitionAttachmentSchedulerSession. getUserMessageDefinitionAttachmentByUniqueId(Long uniqueId)Get theUserMessageDefinitionAttachmentby 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 anRWIterableover 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 voidAbstractConcreteObjectCallback. handle(UserMessageDefinitionAttachment theUserMessageDefinitionAttachment)voidConcreteObjectCallback. handle(UserMessageDefinitionAttachment theUserMessageDefinitionAttachment)
- 
Uses of UserMessageDefinitionAttachment in com.redwood.scheduler.api.model.compatibility_14Methods 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.
 
-