Package com.flowable.indexing.job
Class DeleteIndexedDataHistoryJobHandler
java.lang.Object
com.flowable.indexing.job.DeleteIndexedDataHistoryJobHandler
- All Implemented Interfaces:
org.flowable.job.service.HistoryJobHandler
public class DeleteIndexedDataHistoryJobHandler
extends Object
implements org.flowable.job.service.HistoryJobHandler
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity, String configuration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration) getType()
-
Field Details
-
TYPE
- See Also:
-
indexingService
-
-
Constructor Details
-
DeleteIndexedDataHistoryJobHandler
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceorg.flowable.job.service.HistoryJobHandler
-
execute
public void execute(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity, String configuration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration) - Specified by:
execute
in interfaceorg.flowable.job.service.HistoryJobHandler
-