public interface RevisionMetadata
historic revision of an
revisioned entity.| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
This method gets the identifier (login) of the author who created this revision.
|
Date |
getDate()
This method gets the date when this revision was created (closed).
|
Number |
getRevision()
This method gets the
revision
number. |
Number getRevision()
revision
number.Date getDate()
null if the according entity is the latest revision.String getAuthor()
null (if committed outside user scope).Copyright © 2014–2019 devon4j-Team. All rights reserved.