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

    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

    Modifier and Type Method Description
    HistoricActionInstanceQuery createHistoricActionInstanceQuery()
    Query historic action instances
    HistoricActionLinkQuery createHistoricActionLinkQuery()
    Query historic action links
    void deleteHistoricActionInstance​(java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait