Interface IXProcessUploadResult

All Known Implementing Classes:
XProcessUploadResult

public interface IXProcessUploadResult
Interface for the result returned by the IXItemBasic.processUpload(IXProcessUploadParams) method.
Since:
7.0.11
Author:
XIMA MEDIA GmbH
  • Method Details

    • getFileItemReplacement

      IXUpload getFileItemReplacement()
      Returns:
      The new file to use. When null, the upload is removed.
    • getProtocolEntries

      default List<String> getProtocolEntries()
      Returns:
      a (potentially empty) list of entries to be written to the protocol after the upload processing (these entries usually will be i18n keys)