@Service public class ActivityUmlReportService extends Object implements ReportDocumentCreator
Placeholder.| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityUmlReportService.AnyLineTransformer
Create a part of PlantUML activity diagram, for example
|Swimlane1|
:foo4;
from the 04.03.2019 18:41:13.658|main|INFO |com.credibledoc.substitution.core.configuration.ConfigurationService - Properties loaded by ClassLoader from the resource: file..
|
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
applicationContext |
private static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
ActivityUmlReportService(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 ActivityUmlReportService(@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.