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
-
Constructor Summary
Constructors Constructor Description HistoricWorkObjectServiceImpl(WorkObjectEngineConfiguration engineConfig)
-
Method Summary
Modifier and Type Method Description HistoricWorkObjectQuery
createHistoricWorkObjectQuery()
Creates a newHistoricWorkObjectQuery
instance, that can be used to queryHistoricWorkObject
java.util.List<org.flowable.identitylink.api.history.HistoricIdentityLink>
getHistoricIdentityLinksForWorkObject(java.lang.String workObjectId)
Retrieves theHistoricIdentityLink
s associated with the given task.Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Constructor Details
-
Method Details
-
createHistoricWorkObjectQuery
Description copied from interface:HistoricWorkObjectService
Creates a newHistoricWorkObjectQuery
instance, that can be used to queryHistoricWorkObject
- Specified by:
createHistoricWorkObjectQuery
in interfaceHistoricWorkObjectService
-
getHistoricIdentityLinksForWorkObject
public java.util.List<org.flowable.identitylink.api.history.HistoricIdentityLink> getHistoricIdentityLinksForWorkObject(java.lang.String workObjectId)Description copied from interface:HistoricWorkObjectService
Retrieves theHistoricIdentityLink
s associated with the given task. Such anIdentityLink
informs how a certain identity (eg. group or user) is associated with a certainWorkObject
(eg. as candidate, assignee, etc.), even if theWorkObject
is completed as opposed toIdentityLink
s which only exist for active WorkObject.- Specified by:
getHistoricIdentityLinksForWorkObject
in interfaceHistoricWorkObjectService
-