Uses of Class
org.imixs.workflow.FileData
Packages that use FileData
-
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.