Uses of Interface
org.openrdf.elmo.Memento

Packages that use Memento
org.openrdf.elmo   
org.openrdf.elmo.sesame Implements the Elmo API for the Sesame RDF Repository. 
 

Uses of Memento in org.openrdf.elmo
 

Methods in org.openrdf.elmo that return Memento
 Memento ElmoManager.createMemento()
          Creates a new Memento Object that represents the current state of the Bean pool.
 

Methods in org.openrdf.elmo with parameters of type Memento
 void ElmoManager.redoMemento(Memento memento)
          Replays changes made after this memento object was created.
 void ElmoManager.undoMemento(Memento memento)
          Rolls-back any changes made after this memento object was created.
 

Uses of Memento in org.openrdf.elmo.sesame
 

Classes in org.openrdf.elmo.sesame that implement Memento
 class SesameMemento
          Wraps the RepositoryMemento for used in Elmo.
 

Methods in org.openrdf.elmo.sesame that return Memento
 Memento SesameManager.createMemento()
           
 

Methods in org.openrdf.elmo.sesame with parameters of type Memento
 void SesameManager.redoMemento(Memento memento)
           
 void SesameManager.undoMemento(Memento memento)
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.