Interface HistoricIdentityLink
- All Superinterfaces:
IdentityLinkInfo
- All Known Subinterfaces:
HistoricIdentityLinkEntity
- All Known Implementing Classes:
HistoricIdentityLinkEntityImpl
Historic counterpart of
IdentityLink
that represents the current state if any runtime link. Will be preserved when the runtime process instance or task is finished.- Author:
- Frederik Heremans
-
Method Summary
Modifier and TypeMethodDescriptionReturns the time when the identity link was created.Methods inherited from interface org.flowable.identitylink.api.IdentityLinkInfo
getGroupId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTaskId, getType, getUserId
-
Method Details
-
getCreateTime
Date getCreateTime()Returns the time when the identity link was created.
-