Class ReindexTaskHandler.MyProcessing
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.tasks.simple.Processing<ObjectType,ReindexTaskHandler.MyExecutionContext>
-
- com.evolveum.midpoint.model.impl.tasks.ReindexTaskHandler.MyProcessing
-
- Enclosing class:
- ReindexTaskHandler
public class ReindexTaskHandler.MyProcessing extends Processing<ObjectType,ReindexTaskHandler.MyExecutionContext>
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.model.impl.tasks.simple.Processing
ctx
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleObject(PrismObject<ObjectType> object, RunningTask workerTask, OperationResult result)Handles an object found.-
Methods inherited from class com.evolveum.midpoint.model.impl.tasks.simple.Processing
createQuery, createSearchOptions, determineObjectType
-
-
-
-
Method Detail
-
handleObject
protected void handleObject(PrismObject<ObjectType> object, RunningTask workerTask, OperationResult result) throws CommonException, PreconditionViolationException
Description copied from class:ProcessingHandles an object found. Must be overridden. For simplicity we avoid returning a boolean flag. We expect that stopping the processing for simple tasks is driven solely by the configuration (based e.g. on the exceptions thrown).- Specified by:
handleObjectin classProcessing<ObjectType,ReindexTaskHandler.MyExecutionContext>- Throws:
CommonExceptionPreconditionViolationException
-
-