Interface IHandleFileProvisionResult
-
public interface IHandleFileProvisionResultRepresents the result ofIWorkflowFileHandler#handleFileProvision- Since:
- {USER_PORT_VERSION}
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Attachment>attachments()Gets a list of attachments that were added to the form record.
-
-
-
Method Detail
-
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.
-
-