Package com.flowable.indexing.job
Class DeleteIndexedDataHistoryJobHandler
java.lang.Object
com.flowable.indexing.job.DeleteIndexedDataHistoryJobHandler
- All Implemented Interfaces:
HistoryJobHandler
- Author:
- Joram Barrez
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(HistoryJobEntity historyJobEntity, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) getType()
-
Field Details
-
TYPE
- See Also:
-
indexingService
-
-
Constructor Details
-
DeleteIndexedDataHistoryJobHandler
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceHistoryJobHandler
-
execute
public void execute(HistoryJobEntity historyJobEntity, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) - Specified by:
execute
in interfaceHistoryJobHandler
-