public interface IUploadConsuming
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getUploadElements() |
void |
setUploadElements(List<String> uploadElements) |
void setUploadElements(List<String> uploadElements)
uploadElements - A list of FormElement.getAlias()es. These are the upload elements whose files are
consumed by this upload file consuming action.List<String> getUploadElements()
FormElement.getAlias()es. These are the upload elements whose files are consumed by this
upload file consuming action.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.