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
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
DmnHistoryServiceImpl
public DmnHistoryServiceImpl()
-
-
Method Details
-
createHistoricDecisionExecutionQuery
- Specified by:
createHistoricDecisionExecutionQueryin interfaceDmnHistoryService
-
createNativeHistoricDecisionExecutionQuery
- Specified by:
createNativeHistoricDecisionExecutionQueryin interfaceDmnHistoryService
-
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType
public void bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType) - Specified by:
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeTypein interfaceDmnHistoryService
-