public interface HistoryEntryService
| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
addHistoryEntry(DocumentId documentId,
java.lang.String comment) |
void |
deleteBy(DocumentId documentId) |
java.util.List<HistoryEntry> |
findBy(DocumentId documentId) |
HistoryEntry addHistoryEntry(DocumentId documentId, java.lang.String comment) throws DocumentNotFoundException
DocumentNotFoundExceptionvoid deleteBy(DocumentId documentId) throws DocumentNotFoundException
DocumentNotFoundExceptionjava.util.List<HistoryEntry> findBy(DocumentId documentId) throws DocumentNotFoundException
DocumentNotFoundException