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
Constructors Constructor Description ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricActionInstanceQuery
createHistoricActionInstanceQuery()
Query historic action instancesHistoricActionLinkQuery
createHistoricActionLinkQuery()
Query historic action linksvoid
deleteHistoricActionInstance(String actionInstanceId)
delete a historic action instance by id-
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
-
-
-
-
Constructor Detail
-
ActionHistoryServiceImpl
public ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
-
Method Detail
-
createHistoricActionInstanceQuery
public HistoricActionInstanceQuery createHistoricActionInstanceQuery()
Description copied from interface:ActionHistoryService
Query historic action instances- Specified by:
createHistoricActionInstanceQuery
in interfaceActionHistoryService
-
createHistoricActionLinkQuery
public HistoricActionLinkQuery createHistoricActionLinkQuery()
Description copied from interface:ActionHistoryService
Query historic action links- Specified by:
createHistoricActionLinkQuery
in interfaceActionHistoryService
-
deleteHistoricActionInstance
public void deleteHistoricActionInstance(String actionInstanceId)
Description copied from interface:ActionHistoryService
delete a historic action instance by id- Specified by:
deleteHistoricActionInstance
in interfaceActionHistoryService
-
-