Uses of Class
com.redwood.scheduler.api.exception.UserMessageAttachmentException
-
Packages that use UserMessageAttachmentException Package Description com.redwood.scheduler.api.exception Scheduler API - Exceptionscom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.usermessage -
-
Uses of UserMessageAttachmentException in com.redwood.scheduler.api.exception
Subclasses of UserMessageAttachmentException in com.redwood.scheduler.api.exception Modifier and Type Class Description class
UserMessageAttachmentUnknownException
If an User Message Attachment action throws an unexpected exception.class
UserMessageAttachmentVetoException
If an On User Operation action throws an exception to veto the changes being performed by the User Message attachment operation.class
UserMessageNotFoundException
The UserMessage cannot be found from a relative context for the reason specified. -
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
-