Class ResolvedAttachmentSourceUpload

java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedAttachmentSourceUpload
All Implemented Interfaces:
IResolvedAttachmentSourceDetails, IResolvedAttachmentSourceUpload, Serializable

public final class ResolvedAttachmentSourceUpload extends Object implements IResolvedAttachmentSourceUpload
Default POJO implementation of IResolvedAttachmentSourceUpload.
Since:
8.1.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ResolvedAttachmentSourceUpload

      public ResolvedAttachmentSourceUpload(String uploadElementName)
      Creates a new POJO instance with the given data.
      Parameters:
      uploadElementName - Value returned by getUploadElementName().
  • Method Details