Interface IHandleFileProvisionResult
public interface IHandleFileProvisionResult
Represents the result of
IWorkflowFileHandler#handleFileProvision- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of attachments that were added to the form record.
-
Method Details
-
attachments
List<Attachment> attachments()Gets a list of attachments that were added to the form record. May be empty.- Returns:
- List of attachments that were added to the form record.
-