MaintenanceCleanupStrategy / GenericMaintenanceJobPerformable@Deprecated public class CleanUpJobPerformable extends AbstractJobPerformable<CleanUpCronJobModel>
CleanUpCronJobModel.flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
CleanUpJobPerformable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PerformResult |
perform(CleanUpCronJobModel cuCronJob)
Deprecated.
The execution body for a
ServicelayerJob. |
void |
setI18nService(I18NService i18nService)
Deprecated.
|
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic void setI18nService(I18NService i18nService)
public PerformResult perform(CleanUpCronJobModel cuCronJob)
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<CleanUpCronJobModel>perform in class AbstractJobPerformable<CleanUpCronJobModel>cuCronJob - 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.Copyright © 2018 SAP SE. All Rights Reserved.