Package org.flowable.identitylink.api
Interface IdentityLink
- All Superinterfaces:
IdentityLinkInfo
- All Known Subinterfaces:
IdentityLinkEntity
- All Known Implementing Classes:
IdentityLinkEntityImpl
An identity link is used to associate a task with a certain identity.
For example: - a user can be an assignee (= identity link type) for a task - a group can be a candidate-group (= identity link type) for a task
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionThe process definition id associated with this identity link.Methods inherited from interface org.flowable.identitylink.api.IdentityLinkInfo
getGroupId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTaskId, getType, getUserId
-
Method Details
-
getProcessDefinitionId
String getProcessDefinitionId()The process definition id associated with this identity link.
-