|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.common.events.MCREventHandlerBase
org.mycore.backend.jdom.MCRJDOMEventHandlerIndexMeta
public class MCRJDOMEventHandlerIndexMeta
This class builds indexes from mycore meta data in a temporary JDOM store.
| Constructor Summary | |
|---|---|
MCRJDOMEventHandlerIndexMeta()
|
|
| Method Summary | |
|---|---|
protected void |
handleObjectCreated(MCREvent evt,
MCRObject obj)
This class create an index of meta data objects in the temporary JDOM tree. |
protected void |
handleObjectDeleted(MCREvent evt,
MCRObject obj)
This class delete an index of meta data objects from the temporary JDOM tree. |
protected void |
handleObjectRepaired(MCREvent evt,
MCRObject obj)
This class update an index of meta data objects in the temporary JDOM tree. |
protected void |
handleObjectUpdated(MCREvent evt,
MCRObject obj)
This class update an index of meta data objects in the temporary JDOM tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRJDOMEventHandlerIndexMeta()
| Method Detail |
|---|
protected void handleObjectCreated(MCREvent evt,
MCRObject obj)
handleObjectCreated in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
protected void handleObjectUpdated(MCREvent evt,
MCRObject obj)
handleObjectUpdated in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
protected void handleObjectDeleted(MCREvent evt,
MCRObject obj)
handleObjectDeleted in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
protected void handleObjectRepaired(MCREvent evt,
MCRObject obj)
handleObjectRepaired in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||