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 classUserMessageAttachmentUnknownExceptionIf an User Message Attachment action throws an unexpected exception.classUserMessageAttachmentVetoExceptionIf an On User Operation action throws an exception to veto the changes being performed by the User Message attachment operation.classUserMessageNotFoundExceptionThe 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 DocumentUserMessageAttachment. getDocument()Attempts to return the Document that is the attachment.JobFileUserMessageAttachment. getJobFile()Attempts to return the Job File that the attachment.UserMessageAttachmentUploadUserMessageAttachment. 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 voidUserMessageAttachmentUpload. complete()Complete the upload process
-