Class HistoricWorkObjectServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<WorkObjectEngineConfiguration>
com.flowable.workobject.engine.impl.HistoricWorkObjectServiceImpl
All Implemented Interfaces:
HistoricWorkObjectService

public class HistoricWorkObjectServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<WorkObjectEngineConfiguration>
implements HistoricWorkObjectService
Author:
martin.grofcik
  • 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
    HistoricWorkObjectServiceImpl​(WorkObjectEngineConfiguration engineConfig)  
  • Method Summary

    Modifier and Type Method Description
    HistoricWorkObjectQuery createHistoricWorkObjectQuery()
    Creates a new HistoricWorkObjectQuery instance, that can be used to query HistoricWorkObject
    java.util.List<org.flowable.identitylink.api.history.HistoricIdentityLink> getHistoricIdentityLinksForWorkObject​(java.lang.String workObjectId)
    Retrieves the HistoricIdentityLinks associated with the given task.

    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