Package org.dspace.eperson
Class EPersonConsumer
- java.lang.Object
-
- org.dspace.eperson.EPersonConsumer
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationServiceconfigurationServiceprotected EPersonServiceePersonService
-
Constructor Summary
Constructors Constructor Description EPersonConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsume(Context context, Event event)Consume the eventvoidend(Context ctx)Handle the end of the eventvoidfinish(Context ctx)Finish the eventvoidinitialize()Initalise the consumer
-
-
-
Field Detail
-
ePersonService
protected EPersonService ePersonService
-
configurationService
protected ConfigurationService configurationService
-
-
Method Detail
-
initialize
public void initialize() throws ExceptionInitalise the consumer- Specified by:
initializein interfaceConsumer- Throws:
Exception- if error
-
-