Class IdentityLinkDto


  • public class IdentityLinkDto
    extends Object
    IdentityLinkDto
    • Constructor Detail

      • IdentityLinkDto

        public IdentityLinkDto()
    • Method Detail

      • getUserId

        public String getUserId()
        The id of the user participating in this link. Either `userId` or `groupId` is set.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
      • getGroupId

        public String getGroupId()
        The id of the group participating in this link. Either `groupId` or `userId` is set.
        Returns:
        groupId
      • setGroupId

        public void setGroupId​(String groupId)
      • getType

        public String getType()
        The type of the identity link. The value of the this property can be user-defined. The Process Engine provides three pre-defined Identity Link `type`s: * `candidate` * `assignee` - reserved for the task assignee * `owner` - reserved for the task owner **Note**: When adding or removing an Identity Link, the `type` property must be defined.
        Returns:
        type
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object