|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface History
An interface that should be implemented by classes which represent a node's history.
Method Summary | |
---|---|
NodeList |
getAllRevisions()
Gets a list of all nodes in this history. |
Node |
getNodeAtRevision(int revision)
Gets a node with a given revision. |
int |
getRevisionsCount()
Gets the number of revisions of this node's history. |
Method Detail |
---|
int getRevisionsCount() throws RepositoryException
RepositoryException
Node getNodeAtRevision(int revision) throws ResourceDoesNotExist, RepositoryException
revision
- Revision number to get.
ResourceDoesNotExist
RepositoryException
NodeList getAllRevisions() throws RepositoryException
RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |