Class ConductingEpisodeUpdatedEventHandler
java.lang.Object
org.opencastproject.event.handler.ConductingEpisodeUpdatedEventHandler
- All Implemented Interfaces:
AssetManagerUpdateHandler
public class ConductingEpisodeUpdatedEventHandler
extends Object
implements AssetManagerUpdateHandler
This handler listens for changes to episodes. Whenever a change is done, this is propagated to OAI-PMH.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext cc) voiddeactivate(org.osgi.service.component.ComponentContext cc) voidexecute(AssetManagerItem messageItem) voidOSGi DI callback.void
-
Constructor Details
-
ConductingEpisodeUpdatedEventHandler
public ConductingEpisodeUpdatedEventHandler()
-
-
Method Details
-
activate
public void activate(org.osgi.service.component.ComponentContext cc) -
deactivate
public void deactivate(org.osgi.service.component.ComponentContext cc) -
execute
- Specified by:
executein interfaceAssetManagerUpdateHandler
-
setOaiPmhUpdatedEventHandler
OSGi DI callback. -
unsetOaiPmhUpdatedEventHandler
-