Uses of Class
com.redwood.scheduler.api.exception.UserMessageAttachmentException
-
Packages that use UserMessageAttachmentException Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.usermessage -
-
Uses of UserMessageAttachmentException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw UserMessageAttachmentException Modifier and Type Method Description Document
UserMessageAttachment. getDocument()
Attempts to return the Document that is the attachment.JobFile
UserMessageAttachment. getJobFile()
Attempts to return the Job File that the attachment.UserMessageAttachmentUpload
UserMessageAttachment. startUpload(Format format)
Start an upload of an attachment. -
Uses of UserMessageAttachmentException in com.redwood.scheduler.api.usermessage
Methods in com.redwood.scheduler.api.usermessage that throw UserMessageAttachmentException Modifier and Type Method Description void
UserMessageAttachmentUpload. complete()
Complete the upload process
-