public abstract class SynchronizationTask<V> extends Object
| Constructor and Description |
|---|
SynchronizationTask() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract V |
execute(org.exoplatform.commons.chromattic.SessionContext ctx)
Implementor must provide the task logic here.
|
V |
executeWith(org.exoplatform.commons.chromattic.ChromatticLifeCycle lifeCycle)
Executes a task within a context from the specified life cycle.
|
public final V executeWith(org.exoplatform.commons.chromattic.ChromatticLifeCycle lifeCycle)
execute(SessionContext)
method.lifeCycle - the life cycleprotected abstract V execute(org.exoplatform.commons.chromattic.SessionContext ctx)
context - the contextCopyright © 2003–2016 eXo Platform SAS. All rights reserved.