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 Constructor Description DmnHistoryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType)DmnHistoricDecisionExecutionQuerycreateHistoricDecisionExecutionQuery()NativeHistoricDecisionExecutionQuerycreateNativeHistoricDecisionExecutionQuery()-
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
-
-
-
-
Method Detail
-
createHistoricDecisionExecutionQuery
public DmnHistoricDecisionExecutionQuery createHistoricDecisionExecutionQuery()
- Specified by:
createHistoricDecisionExecutionQueryin interfaceDmnHistoryService
-
createNativeHistoricDecisionExecutionQuery
public NativeHistoricDecisionExecutionQuery createNativeHistoricDecisionExecutionQuery()
- Specified by:
createNativeHistoricDecisionExecutionQueryin interfaceDmnHistoryService
-
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType
public void bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeType(Collection<String> instanceIds, String scopeType)
- Specified by:
bulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeTypein interfaceDmnHistoryService
-
-