Package org.flowable.dmn.engine.impl
Class DmnHistoryServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<DmnEngineConfiguration>
org.flowable.dmn.engine.impl.DmnHistoryServiceImpl
- All Implemented Interfaces:
DmnHistoryService
public class DmnHistoryServiceImpl
extends CommonEngineServiceImpl<DmnEngineConfiguration>
implements DmnHistoryService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType
(Collection<String> instanceIds, String scopeType) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
DmnHistoryServiceImpl
public DmnHistoryServiceImpl()
-
-
Method Details
-
createHistoricDecisionExecutionQuery
- Specified by:
createHistoricDecisionExecutionQuery
in interfaceDmnHistoryService
-
createNativeHistoricDecisionExecutionQuery
- Specified by:
createNativeHistoricDecisionExecutionQuery
in interfaceDmnHistoryService
-
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType
public void bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType) - Specified by:
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType
in interfaceDmnHistoryService
-