Interface IdentityLink

All Superinterfaces:
IdentityLinkInfo
All Known Subinterfaces:
IdentityLinkEntity
All Known Implementing Classes:
IdentityLinkEntityImpl

public interface IdentityLink extends IdentityLinkInfo
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 Details

    • getProcessDefinitionId

      String getProcessDefinitionId()
      The process definition id associated with this identity link.