public interface IMementoManager
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_TOPIC
The Constant EVENT_TOPIC.
|
static String |
PROP_PERSIST_POLICY
The Constant PROP_PERSIST_POLICY.
|
Modifier and Type | Method and Description |
---|---|
Object |
loadMemento(String userId,
String mementoId)
Loads the memento for the given memento id.
|
IStatus |
saveMemento(String userId,
String mementoId,
Object memento)
Saves the memento by the given mementoId.
|
static final String EVENT_TOPIC
static final String PROP_PERSIST_POLICY
Object loadMemento(String userId, String mementoId)
userId
- the user idmementoId
- the memento idIStatus saveMemento(String userId, String mementoId, Object memento)
userId
- the user idmementoId
- the memento idmemento
- the mementoCopyright © 2013-2016 Loetz GmbH&Co.KG - Heidelberg - Germany, Eclipse OSBP Project, OS.bee