|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.platform.cache.AbstractCacheListener
public abstract class AbstractCacheListener
Abstract CacheListener without any implementation
| Constructor Summary | |
|---|---|
AbstractCacheListener()
|
|
| Method Summary | |
|---|---|
void |
documentRemove(DocumentModel docModel)
The method is invoked just before the document is removed |
void |
documentRemoved(String fqn)
Notification sent after the document with specified fqn in cache has been removed. |
void |
documentUpdate(DocumentModel docModel,
boolean pre)
Invoked before the document model internal data is altered and after it was changed for an existing Document Model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCacheListener()
| Method Detail |
|---|
public void documentRemove(DocumentModel docModel)
CacheListener
documentRemove in interface CacheListenerdocModel - the document that is about to be removed. It is a non null
documentpublic void documentRemoved(String fqn)
CacheListener
documentRemoved in interface CacheListener
public void documentUpdate(DocumentModel docModel,
boolean pre)
CacheListener
documentUpdate in interface CacheListener
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||