Class WorkflowExecutionReportData
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.workflowexecution.WorkflowExecutionReportData
- All Implemented Interfaces:
Serializable
List of report files and data for single file, used on UI page to display report file.
- Since:
- 5.5 Pojo to retrieve report data,
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetContentType(String pContentType) voidsetFileBytes(byte[] pFileBytes) voidsetFileName(String pSelectedFileName) voidsetFileNames(List<String> pFileNames) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
WorkflowExecutionReportData
public WorkflowExecutionReportData()
-
-
Method Details
-
setFileNames
-
getFileNames
-
getReportData
-
setFileName
-
getFileName
-
setContentType
-
getContentType
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setFileBytes
public void setFileBytes(byte[] pFileBytes) -
getFileBytes
public byte[] getFileBytes()
-