|
||||||||||
| 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.access.MCRAccessEventHandler
public class MCRAccessEventHandler
This class holds all EventHandler methods to manage the access part of the simple workflow.
| Constructor Summary | |
|---|---|
MCRAccessEventHandler()
|
|
| Method Summary | |
|---|---|
protected void |
handleDerivateCreated(MCREvent evt,
MCRDerivate der)
This method will be used to create the access rules for SWF for a MCRDerivate. |
protected void |
handleDerivateDeleted(MCREvent evt,
MCRDerivate der)
This method will be used to delete the access rules for SWF for a MCRDerivate. |
protected void |
handleDerivateRepaired(MCREvent evt,
MCRDerivate der)
This method will be used to repair the access rules for SWF for a MCRDerivate. |
protected void |
handleDerivateUpdated(MCREvent evt,
MCRDerivate der)
This method will be used to update the access rules for SWF for a MCRDerivate. |
protected void |
handleObjectCreated(MCREvent evt,
MCRObject obj)
This method will be used to create the access rules for SWF for a MCRObject. |
protected void |
handleObjectDeleted(MCREvent evt,
MCRObject obj)
This method will be used to delete the access rules for SWF for a MCRObject. |
protected void |
handleObjectRepaired(MCREvent evt,
MCRObject obj)
This method will be used to repair the access rules for SWF for a MCRObject. |
protected void |
handleObjectUpdated(MCREvent evt,
MCRObject obj)
This method will be used to update the access rules for SWF for a MCRObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRAccessEventHandler()
| 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
protected void handleDerivateCreated(MCREvent evt,
MCRDerivate der)
handleDerivateCreated in class MCREventHandlerBaseevt - the event that occuredder - the MCRDerivate that caused the event
protected void handleDerivateUpdated(MCREvent evt,
MCRDerivate der)
handleDerivateUpdated in class MCREventHandlerBaseevt - the event that occuredder - the MCRDerivate that caused the event
protected void handleDerivateDeleted(MCREvent evt,
MCRDerivate der)
handleDerivateDeleted in class MCREventHandlerBaseevt - the event that occuredder - the MCRDerivate that caused the event
protected void handleDerivateRepaired(MCREvent evt,
MCRDerivate der)
handleDerivateRepaired in class MCREventHandlerBaseevt - the event that occuredder - the MCRDerivate that caused the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||