Interface HistoricWorkObjectService
- All Known Implementing Classes:
HistoricWorkObjectServiceImpl
public interface HistoricWorkObjectService
- Author:
- martin.grofcik
-
Method Summary
Modifier and Type Method Description HistoricWorkObjectQuerycreateHistoricWorkObjectQuery()Creates a newHistoricWorkObjectQueryinstance, that can be used to queryHistoricWorkObjectjava.util.List<org.flowable.identitylink.api.history.HistoricIdentityLink>getHistoricIdentityLinksForWorkObject(java.lang.String workObjectId)Retrieves theHistoricIdentityLinks associated with the given task.
-
Method Details
-
createHistoricWorkObjectQuery
HistoricWorkObjectQuery createHistoricWorkObjectQuery()Creates a newHistoricWorkObjectQueryinstance, that can be used to queryHistoricWorkObject -
getHistoricIdentityLinksForWorkObject
java.util.List<org.flowable.identitylink.api.history.HistoricIdentityLink> getHistoricIdentityLinksForWorkObject(java.lang.String workObjectId)Retrieves theHistoricIdentityLinks associated with the given task. Such anIdentityLinkinforms how a certain identity (eg. group or user) is associated with a certainWorkObject(eg. as candidate, assignee, etc.), even if theWorkObjectis completed as opposed toIdentityLinks which only exist for active WorkObject.
-