Package de.xima.fc.interfaces
Interface IUploadConsuming
- All Known Implementing Classes:
VerarbeitungCompressAsZip
,VerarbeitungEmail
,VerarbeitungInbox
,VerarbeitungReturnFile
,VerarbeitungSaveToFilesystem
public interface IUploadConsuming
Interface for all workflow actions that require upload files to perform their job. This interface is optional, if you
require different types of upload inputs, you can add different fields of type
List<String>
to your model.- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getUploadElements
- Returns:
- A list of
FormElement.getAlias()
es. These are the upload elements whose files are consumed by this upload file consuming action.
-
setUploadElements
- Parameters:
uploadElements
- A list ofFormElement.getAlias()
es. These are the upload elements whose files are consumed by this upload file consuming action.
-