|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by a search indexer to recieve notification of updates to documents that are searchable. It is invoked during the beforeCommit event of a transaction. This interface is not intended to be used by applications. A search indexer will register an implementation of this class using the SearchConfig#registerIndexer method.
Method Summary | |
void |
onDelete(DomainObject dobj)
Invoked after a searchable object has been deleted. |
void |
onSave(DomainObject dobj)
Invoked after a searchable object has been created or updated. |
Method Detail |
public void onSave(DomainObject dobj)
dobj
- the updated objectpublic void onDelete(DomainObject dobj)
dobj
- the deleted object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |