|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheListener
Actually a stripped down copy of TreeCacheListener - suitable only for our needs.
| 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. |
| Method Detail |
|---|
void documentUpdate(DocumentModel docModel,
boolean pre)
docModel - pre - void documentRemove(DocumentModel docModel)
docModel - the document that is about to be removed. It is a non null
documentvoid documentRemoved(String fqn)
fqn -
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||