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
-
-
Constructor Summary
Constructors Constructor Description ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricActionInstanceQuerycreateHistoricActionInstanceQuery()Query historic action instancesHistoricActionLinkQuerycreateHistoricActionLinkQuery()Query historic action linksvoiddeleteHistoricActionInstance(java.lang.String actionInstanceId)delete a historic action instance by id-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
-
-
-
Constructor Detail
-
ActionHistoryServiceImpl
public ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
-
Method Detail
-
createHistoricActionInstanceQuery
public HistoricActionInstanceQuery createHistoricActionInstanceQuery()
Description copied from interface:ActionHistoryServiceQuery historic action instances- Specified by:
createHistoricActionInstanceQueryin interfaceActionHistoryService
-
createHistoricActionLinkQuery
public HistoricActionLinkQuery createHistoricActionLinkQuery()
Description copied from interface:ActionHistoryServiceQuery historic action links- Specified by:
createHistoricActionLinkQueryin interfaceActionHistoryService
-
deleteHistoricActionInstance
public void deleteHistoricActionInstance(java.lang.String actionInstanceId)
Description copied from interface:ActionHistoryServicedelete a historic action instance by id- Specified by:
deleteHistoricActionInstancein interfaceActionHistoryService
-
-