Package | Description |
---|---|
org.imixs.workflow | |
org.imixs.workflow.engine | |
org.imixs.workflow.faces.fileupload |
Modifier and Type | Method and Description |
---|---|
FileData |
ItemCollection.getFileData(String filename)
Returns a FileData object for an attached file.
|
Modifier and Type | Method and Description |
---|---|
List<FileData> |
ItemCollection.getFileData()
Returns a list of all FileData objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemCollection.addFileData(FileData filedata)
This method adds a fileData object to the ItemCollection.
|
Modifier and Type | Method and Description |
---|---|
FileData |
ReportService.transformDataSource(ItemCollection report,
List<ItemCollection> data,
String fileName)
Transforms a datasource based on the XSL template from a report into a
FileData object.
|
Modifier and Type | Method and Description |
---|---|
List<FileData> |
FileUploadController.getAttachedFiles()
returns the list of currently new attached files.
|
List<FileData> |
FileUploadController.getPersistedFiles()
returns the list of already persisted files.
|
Modifier and Type | Method and Description |
---|---|
void |
FileUploadController.addAttachedFile(FileData filedata)
This method is called by the AjaxFileUpload Servlet.
|
Copyright © 2006–2022 Imixs Software Solutions GmbH. All rights reserved.