Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.common.persistence.Memento

Packages that use Memento
org.nuxeo.common.persistence A small framework used for persisting objects states to XML files. 
 

Uses of Memento in org.nuxeo.common.persistence
 

Classes in org.nuxeo.common.persistence that implement Memento
 class XMLMemento
          Implementation of the Memento interface.
 

Methods in org.nuxeo.common.persistence that return Memento
 Memento XMLMemento.copyChild(Memento child)
           
 Memento XMLMemento.createChild(java.lang.String type)
           
 Memento Memento.createChild(java.lang.String type)
          Creates a new child of this memento with the given type.
 Memento XMLMemento.createChild(java.lang.String type, java.lang.String id)
           
 Memento Memento.createChild(java.lang.String type, java.lang.String id)
          Creates a new child of this memento with the given type and id.
 Memento XMLMemento.getChild(java.lang.String type)
           
 Memento Memento.getChild(java.lang.String type)
          Returns the first child with the given type id.
 Memento[] XMLMemento.getChildren(java.lang.String type)
           
 Memento[] Memento.getChildren(java.lang.String type)
          Returns all children with the given type id.
 

Methods in org.nuxeo.common.persistence with parameters of type Memento
 Memento XMLMemento.copyChild(Memento child)
           
 void XMLMemento.putMemento(Memento memento)
           
 void Memento.putMemento(Memento memento)
          Copy the attributes and children from memento to the receiver.
 void PersistentObject.restoreState(Memento memento)
           
 void PersistentObject.saveState(Memento memento)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.