Uses of Class
org.imixs.workflow.FileData
Packages that use FileData
Package
Description
-
Uses of FileData in org.imixs.workflow
Methods in org.imixs.workflow that return FileDataModifier and TypeMethodDescriptionItemCollection.getFileData
(String filename) Returns a FileData object for an attached file.Methods in org.imixs.workflow that return types with arguments of type FileDataModifier and TypeMethodDescriptionItemCollection.getFileData()
Returns a list of all FileData objects.Methods in org.imixs.workflow with parameters of type FileDataModifier and TypeMethodDescriptionvoid
ItemCollection.addFileData
(FileData filedata) This method adds a fileData object to the ItemCollection. -
Uses of FileData in org.imixs.workflow.engine
Methods in org.imixs.workflow.engine that return FileDataModifier 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
Methods in org.imixs.workflow.faces.fileupload that return FileDataModifier and TypeMethodDescriptionFileUploadController.getFileUpload
(String fileName) returns the single fileData object form the upload list by name This method is called by the AjaxFileUpload Servlet.Methods in org.imixs.workflow.faces.fileupload that return types with arguments of type FileDataModifier and TypeMethodDescriptionFileUploadController.getFileUploads()
returns the list of currently new attached files.Methods in org.imixs.workflow.faces.fileupload with parameters of type FileDataModifier and TypeMethodDescriptionvoid
FileUploadController.addAttachedFile
(FileData fileData) The method adds a FileData object to the workitem For example this method is used by the Imixs WopiControllervoid
FileUploadController.addFileUpload
(FileData fileData) Adds a FileData object to the uploaded File list