@Service public class ModulesActivityUmlReportService extends Object implements ReportDocumentCreator
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
applicationContext |
private static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
ModulesActivityUmlReportService(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ReportDocumentType> |
getReportDocumentType() |
ReportDocument |
prepareReportDocument()
Create a stateful object of
ReportDocument type. |
private static final org.slf4j.Logger log
@NonNull private final org.springframework.context.ApplicationContext applicationContext
@Inject public ModulesActivityUmlReportService(@NonNull org.springframework.context.ApplicationContext applicationContext)
public ReportDocument prepareReportDocument()
ReportDocument type.prepareReportDocument in interface ReportDocumentCreatorPrintable.getCacheLines() method
will be used for generation of PlantUML activity diagram.public Class<? extends ReportDocumentType> getReportDocumentType()
getReportDocumentType in interface ReportDocumentCreatorCopyright © 2019. All rights reserved.