Package org.mycore.wfc.mail
Class MCRMailEventHandler
- java.lang.Object
-
- org.mycore.common.events.MCREventHandlerBase
-
- org.mycore.wfc.mail.MCRMailEventHandler
-
- All Implemented Interfaces:
org.mycore.common.events.MCREventHandler
public class MCRMailEventHandler extends org.mycore.common.events.MCREventHandlerBaseUses "e-mail-events.xsl" to transform derivate, object and files to emails. SeeMCRMailerfor email xml format.- Author:
- Thomas Scheffler (yagee)
-
-
Constructor Summary
Constructors Constructor Description MCRMailEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleClassificationCreated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.classifications2.MCRCategory obj)protected voidhandleClassificationDeleted(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.classifications2.MCRCategory obj)protected voidhandleClassificationUpdated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.classifications2.MCRCategory obj)protected voidhandleDerivateCreated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRDerivate der)protected voidhandleDerivateDeleted(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRDerivate der)protected voidhandleDerivateUpdated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRDerivate der)protected voidhandleObjectCreated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRObject obj)protected voidhandleObjectDeleted(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRObject obj)protected voidhandleObjectUpdated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRObject obj)protected voidhandlePathCreated(org.mycore.common.events.MCREvent evt, java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)protected voidhandlePathDeleted(org.mycore.common.events.MCREvent evt, java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)protected voidhandlePathUpdated(org.mycore.common.events.MCREvent evt, java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)-
Methods inherited from class org.mycore.common.events.MCREventHandlerBase
doHandleEvent, doNothing, handleClassificationRepaired, handleDerivateRepaired, handleObjectIndex, handleObjectRepaired, handlePathRepaired, undoClassificationCreated, undoClassificationDeleted, undoClassificationRepaired, undoClassificationUpdated, undoDerivateCreated, undoDerivateDeleted, undoDerivateRepaired, undoDerivateUpdated, undoHandleEvent, undoObjectCreated, undoObjectDeleted, undoObjectRepaired, undoObjectUpdated, undoPathCreated, undoPathDeleted, undoPathRepaired, undoPathUpdated, updateDerivateFileIndex, updatePathIndex
-
-
-
-
Method Detail
-
handleClassificationCreated
protected void handleClassificationCreated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.classifications2.MCRCategory obj)- Overrides:
handleClassificationCreatedin classorg.mycore.common.events.MCREventHandlerBase
-
handleClassificationUpdated
protected void handleClassificationUpdated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.classifications2.MCRCategory obj)- Overrides:
handleClassificationUpdatedin classorg.mycore.common.events.MCREventHandlerBase
-
handleClassificationDeleted
protected void handleClassificationDeleted(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.classifications2.MCRCategory obj)- Overrides:
handleClassificationDeletedin classorg.mycore.common.events.MCREventHandlerBase
-
handleObjectCreated
protected void handleObjectCreated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRObject obj)- Overrides:
handleObjectCreatedin classorg.mycore.common.events.MCREventHandlerBase
-
handleObjectUpdated
protected void handleObjectUpdated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRObject obj)- Overrides:
handleObjectUpdatedin classorg.mycore.common.events.MCREventHandlerBase
-
handleObjectDeleted
protected void handleObjectDeleted(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRObject obj)- Overrides:
handleObjectDeletedin classorg.mycore.common.events.MCREventHandlerBase
-
handleDerivateCreated
protected void handleDerivateCreated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRDerivate der)- Overrides:
handleDerivateCreatedin classorg.mycore.common.events.MCREventHandlerBase
-
handleDerivateUpdated
protected void handleDerivateUpdated(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRDerivate der)- Overrides:
handleDerivateUpdatedin classorg.mycore.common.events.MCREventHandlerBase
-
handleDerivateDeleted
protected void handleDerivateDeleted(org.mycore.common.events.MCREvent evt, org.mycore.datamodel.metadata.MCRDerivate der)- Overrides:
handleDerivateDeletedin classorg.mycore.common.events.MCREventHandlerBase
-
handlePathCreated
protected void handlePathCreated(org.mycore.common.events.MCREvent evt, java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)- Overrides:
handlePathCreatedin classorg.mycore.common.events.MCREventHandlerBase
-
handlePathUpdated
protected void handlePathUpdated(org.mycore.common.events.MCREvent evt, java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)- Overrides:
handlePathUpdatedin classorg.mycore.common.events.MCREventHandlerBase
-
handlePathDeleted
protected void handlePathDeleted(org.mycore.common.events.MCREvent evt, java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)- Overrides:
handlePathDeletedin classorg.mycore.common.events.MCREventHandlerBase
-
-