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
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricActionInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) bulk delete historic action instances by scope ids and scope typeQuery historic action instancesQuery historic action linksvoiddeleteHistoricActionInstance(String actionInstanceId) delete a historic action instance by idMethods 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
-
ActionHistoryServiceImpl
-
-
Method Details
-
createHistoricActionInstanceQuery
Description copied from interface:ActionHistoryServiceQuery historic action instances- Specified by:
createHistoricActionInstanceQueryin interfaceActionHistoryService
-
createHistoricActionLinkQuery
Description copied from interface:ActionHistoryServiceQuery historic action links- Specified by:
createHistoricActionLinkQueryin interfaceActionHistoryService
-
deleteHistoricActionInstance
Description copied from interface:ActionHistoryServicedelete a historic action instance by id- Specified by:
deleteHistoricActionInstancein interfaceActionHistoryService
-
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType
public void bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Description copied from interface:ActionHistoryServicebulk delete historic action instances by scope ids and scope type- Specified by:
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeTypein interfaceActionHistoryService
-