|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.domain.Entity
ccc.domain.RevisionEntity<Page>
ccc.domain.PageRevision
public class PageRevision
The contents of a page at a specific point in time.
Constructor Summary | |
---|---|
protected |
PageRevision()
Constructor: for persistence only. |
Method Summary | |
---|---|
protected Page |
delta()
Retrieve the revision's state. |
Paragraph |
getParagraph(java.lang.String name)
|
java.util.Set<Paragraph> |
getParagraphs()
|
Methods inherited from class ccc.domain.RevisionEntity |
---|
getActor, getComment, getTimestamp, isMajorChange, mapRevision, mapRevisions |
Methods inherited from class ccc.domain.Entity |
---|
equals, getId, getVersion, hashCode, setId, toJson, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PageRevision()
Method Detail |
---|
public java.util.Set<Paragraph> getParagraphs()
public Paragraph getParagraph(java.lang.String name)
protected Page delta()
delta
in class RevisionEntity<Page>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |