Class IllustrativeAttachment

java.lang.Object
org.exoplatform.processes.model.IllustrativeAttachment

public class IllustrativeAttachment extends Object
  • Constructor Details

    • IllustrativeAttachment

      public IllustrativeAttachment(Long id)
    • IllustrativeAttachment

      public IllustrativeAttachment(Long id, String fileName, String mimeType, Long fileSize, Long lastUpdated)
    • IllustrativeAttachment

      public IllustrativeAttachment(Long id, String fileName, InputStream inputStream, String mimeType, Long fileSize, Long lastUpdated)