Interface IUploadConsuming

    • Method Detail

      • getUploadElements

        List<String> getUploadElements()
        Returns:
        A list of FormElement.getAlias()es. These are the upload elements whose files are consumed by this upload file consuming action.
      • setUploadElements

        void setUploadElements​(List<String> uploadElements)
        Parameters:
        uploadElements - A list of FormElement.getAlias()es. These are the upload elements whose files are consumed by this upload file consuming action.