|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.BaseBatchProcessWorker
protected abstract class ChainingUserRegistrySynchronizer.BaseBatchProcessWorker
Constructor Summary | |
---|---|
protected |
ChainingUserRegistrySynchronizer.BaseBatchProcessWorker()
|
Method Summary | |
---|---|
void |
afterProcess()
Callback to allow thread cleanup after the work entries have been processed . |
void |
beforeProcess()
Callback to allow thread initialization before the work entries are processed . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.batch.BatchProcessor.BatchProcessWorker |
---|
getIdentifier, process |
Constructor Detail |
---|
protected ChainingUserRegistrySynchronizer.BaseBatchProcessWorker()
Method Detail |
---|
public final void beforeProcess() throws java.lang.Throwable
BatchProcessor.BatchProcessWorker
processed
. Typically, this will include authenticating
as a valid user and disbling or enabling any system flags that might affect the
entry processing.
beforeProcess
in interface BatchProcessor.BatchProcessWorker
java.lang.Throwable
public final void afterProcess() throws java.lang.Throwable
BatchProcessor.BatchProcessWorker
processed
.
Typically, this will involve cleanup of authentication and resetting any
system flags previously set.
This call is made regardless of the outcome of the entry processing.
afterProcess
in interface BatchProcessor.BatchProcessWorker
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |