Class ActionHistoryServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ActionEngineConfiguration>
com.flowable.action.engine.impl.history.ActionHistoryServiceImpl
- All Implemented Interfaces:
ActionHistoryService
public class ActionHistoryServiceImpl
extends CommonEngineServiceImpl<ActionEngineConfiguration>
implements ActionHistoryService
- 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) bulk delete historic action instances by scope ids and scope typeQuery historic action instancesQuery historic action linksvoid
deleteHistoricActionInstance
(String actionInstanceId) delete a historic action instance by idMethods 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
-
ActionHistoryServiceImpl
-
-
Method Details
-
createHistoricActionInstanceQuery
Description copied from interface:ActionHistoryService
Query historic action instances- Specified by:
createHistoricActionInstanceQuery
in interfaceActionHistoryService
-
createHistoricActionLinkQuery
Description copied from interface:ActionHistoryService
Query historic action links- Specified by:
createHistoricActionLinkQuery
in interfaceActionHistoryService
-
deleteHistoricActionInstance
Description copied from interface:ActionHistoryService
delete a historic action instance by id- Specified by:
deleteHistoricActionInstance
in interfaceActionHistoryService
-
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType
public void bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Description copied from interface:ActionHistoryService
bulk delete historic action instances by scope ids and scope type- Specified by:
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType
in interfaceActionHistoryService
-