Uses of Class
org.imixs.workflow.FileData
Package
Description
-
Uses of FileData in org.imixs.workflow
Modifier and TypeMethodDescriptionItemCollection.getFileData
(String filename) Returns a FileData object for an attached file.Modifier and TypeMethodDescriptionItemCollection.getFileData()
Returns a list of all FileData objects.Modifier and TypeMethodDescriptionvoid
ItemCollection.addFileData
(FileData filedata) This method adds a fileData object to the ItemCollection. -
Uses of FileData in org.imixs.workflow.engine
Modifier and TypeMethodDescriptionReportService.transformDataSource
(ItemCollection report, List<ItemCollection> data, String fileName) Transforms a datasource based on the XSL template from a report into a FileData object. -
Uses of FileData in org.imixs.workflow.faces.fileupload
Modifier and TypeMethodDescriptionFileUploadController.getAttachedFiles()
returns the list of currently new attached files.FileUploadController.getPersistedFiles()
returns the list of already persisted files.Modifier and TypeMethodDescriptionvoid
FileUploadController.addAttachedFile
(FileData filedata) This method is called by the AjaxFileUpload Servlet.