org.mycore.datamodel.ifs
Class MCRContentIndexEventHandler
java.lang.Object
org.mycore.common.events.MCREventHandlerBase
org.mycore.datamodel.ifs.MCRContentIndexEventHandler
- All Implemented Interfaces:
- MCREventHandler
public class MCRContentIndexEventHandler
- extends MCREventHandlerBase
This class manages all operations of the repair of index of all content files
of one derivate.
- Author:
- Jens Kupferschmidt
| Methods inherited from class org.mycore.common.events.MCREventHandlerBase |
doHandleEvent, doNothing, handleClassificationCreated, handleClassificationDeleted, handleClassificationRepaired, handleClassificationUpdated, handleDerivateCreated, handleDerivateDeleted, handleDerivateUpdated, handleFileCreated, handleFileDeleted, handleFileRepaired, handleFileUpdated, handleObjectCreated, handleObjectDeleted, handleObjectRepaired, handleObjectUpdated, undoClassificationCreated, undoClassificationDeleted, undoClassificationRepaired, undoClassificationUpdated, undoDerivateCreated, undoDerivateDeleted, undoDerivateRepaired, undoDerivateUpdated, undoFileCreated, undoFileDeleted, undoFileRepaired, undoFileUpdated, undoHandleEvent, undoObjectCreated, undoObjectDeleted, undoObjectRepaired, undoObjectUpdated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRContentIndexEventHandler
public MCRContentIndexEventHandler()
handleDerivateRepaired
protected void handleDerivateRepaired(MCREvent evt,
MCRDerivate der)
- Handles derivate repair events. The method lokk over all files and
initialize a repair event for all files.
- Overrides:
handleDerivateRepaired in class MCREventHandlerBase
- Parameters:
evt - the event that occuredder - the MCRDerivate that caused the event