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 org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ActionEngineConfiguration> implements ActionHistoryService
- Author:
- Tijs Rademakers
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
Method Summary
Modifier and Type Method Description HistoricActionInstanceQuery
createHistoricActionInstanceQuery()
Query historic action instancesHistoricActionLinkQuery
createHistoricActionLinkQuery()
Query historic action linksvoid
deleteHistoricActionInstance(java.lang.String actionInstanceId)
delete a historic action instance by idMethods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Constructor Details
-
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
public void deleteHistoricActionInstance(java.lang.String actionInstanceId)Description copied from interface:ActionHistoryService
delete a historic action instance by id- Specified by:
deleteHistoricActionInstance
in interfaceActionHistoryService
-