public class LDIFGroupImportJobPerformable extends AbstractJobPerformable<LDIFGroupImportCronJobModel>
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
LDIFGroupImportJobPerformable() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultLDIFImportStrategy |
lookupLDIFImportStrategy() |
PerformResult |
perform(LDIFGroupImportCronJobModel cronJob)
The execution body for a
ServicelayerJob. |
protected void |
performJob(LDIFGroupImportCronJobModel cronJob) |
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic PerformResult perform(LDIFGroupImportCronJobModel cronJob)
JobPerformableServicelayerJob. Implement here your execution logic. It can be called
synchronous or asynchronous. So be aware of thread-safety. Method will return a result object saying if the
execution has reached end and if it was successful.perform in interface JobPerformable<LDIFGroupImportCronJobModel>perform in class AbstractJobPerformable<LDIFGroupImportCronJobModel>cronJob - the related CronJob in whose context the execution will be performed.PerformResult that indicates whether the execution was successfully executed
or not and has finished or not.protected void performJob(LDIFGroupImportCronJobModel cronJob)
protected DefaultLDIFImportStrategy lookupLDIFImportStrategy()
Copyright © 2018 SAP SE. All Rights Reserved.