public class HistorySectionContent extends ASectionContent
| Constructor and Description |
|---|
HistorySectionContent(DocumentId documentId,
java.util.List<HistoryEntry> historyEntries,
SectionTemplate sectionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SectionContentVisitor<T> visitor) |
java.util.List<HistoryEntry> |
getHistoryEntries() |
getDocumentId, getSectionTemplatepublic HistorySectionContent(DocumentId documentId, java.util.List<HistoryEntry> historyEntries, SectionTemplate sectionTemplate)
public java.util.List<HistoryEntry> getHistoryEntries()
public <T> T accept(SectionContentVisitor<T> visitor) throws java.lang.Exception
java.lang.Exception