Package org.fcrepo.kernel.impl.observer
Class EventAccumulatorImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.observer.EventAccumulatorImpl
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.observer.EventAccumulator
@Component public class EventAccumulatorImpl extends Object implements org.fcrepo.kernel.api.observer.EventAccumulator
- Author:
- pwinckles
-
-
Constructor Summary
Constructors Constructor Description EventAccumulatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearEvents(org.fcrepo.kernel.api.Transaction transaction)voidemitEvents(org.fcrepo.kernel.api.Transaction transaction, String baseUrl, String userAgent)voidrecordEventForOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, org.fcrepo.kernel.api.operations.ResourceOperation operation)
-
-
-
Constructor Detail
-
EventAccumulatorImpl
public EventAccumulatorImpl()
-
-
Method Detail
-
recordEventForOperation
public void recordEventForOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, org.fcrepo.kernel.api.operations.ResourceOperation operation)
- Specified by:
recordEventForOperationin interfaceorg.fcrepo.kernel.api.observer.EventAccumulator
-
emitEvents
public void emitEvents(org.fcrepo.kernel.api.Transaction transaction, String baseUrl, String userAgent)
- Specified by:
emitEventsin interfaceorg.fcrepo.kernel.api.observer.EventAccumulator
-
clearEvents
public void clearEvents(org.fcrepo.kernel.api.Transaction transaction)
- Specified by:
clearEventsin interfaceorg.fcrepo.kernel.api.observer.EventAccumulator
-
-