| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Revision
| Method Summary | |
|---|---|
|  String | getComment()Returns the comment of this revision. | 
|  long | getCommitOrCreationTime()Returns the time of commit or the if the revision is not
 commited yet. | 
|  long | getCreationTime()Returns the time of creation of this revision | 
|  String | getEditor()Returns the editor string of this revision in the format 'EDITOR_NAME [ID=123]' | 
|  long | getEditorId()Returns the user id of the editor of this revision or -1if the
 id is missing in theeditor string | 
|  long | getId()Returns the revision id of this revision. | 
|  RevisionMetaData | getMetaData()Returns the metadata of this revision. | 
|  de.espirit.storage.Revision.State | getState()Returns the current state of this revision. | 
|  List<Tag> | getTags()Return list of all tags for this revision. | 
| Methods inherited from interface java.lang.Comparable | 
|---|
| compareTo | 
| Method Detail | 
|---|
long getId()
String getComment()
project comment mode settings
Project.CommentModeString getEditor()
long getEditorId()
-1 if the
 id is missing in the editor string
-1 if no id was setRevision.getEditor()@NotNull de.espirit.storage.Revision.State getState()
long getCreationTime()
Revision.getCommitOrCreationTime()long getCommitOrCreationTime()
creation time
Revision.getState(), 
Revision.getCreationTime()
RevisionMetaData getMetaData()
                             throws IOException
IOException
List<Tag> getTags()
                  throws IOException
IOException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||