Serialized Form
-
Package africa.absa.inception.reporting
-
Class africa.absa.inception.reporting.DuplicateReportDefinitionException extends ServiceException implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reporting.ReportDefinition extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
created
LocalDateTime created
The date and time the report definition was created. -
id
@NotNull @Size(min=1,max=100) String id
The ID for the report definition. -
name
@NotNull @Size(min=1,max=100) String name
The name of the report definition. -
template
@javax.validation.constraints.NotNull,@javax.validation.constraints.Size(min=1, max=10485760) byte[] template
The JasperReports template for the report definition. -
updated
LocalDateTime updated
The date and time the report definition was last updated.
-
-
Class africa.absa.inception.reporting.ReportDefinitionNotFoundException extends ServiceException implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reporting.ReportDefinitionSummary extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reporting.ReportParameter extends Object implements Serializable
- serialVersionUID:
- 1000000L
-