Uses of Class
org.camunda.community.rest.client.dto.IdentityLinkDto
Packages that use IdentityLinkDto
-
Uses of IdentityLinkDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type IdentityLinkDtoModifier and TypeMethodDescriptionTaskIdentityLinkApi.getIdentityLinks(String id, String type) Get List Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).Get List Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).Methods in org.camunda.community.rest.client.api with parameters of type IdentityLinkDtoModifier and TypeMethodDescriptionvoidTaskIdentityLinkApi.addIdentityLink(String id, IdentityLinkDto identityLinkDto) Add Adds an identity link to a task by id.voidTaskIdentityLinkApi.addIdentityLink(String id, IdentityLinkDto identityLinkDto, Map<String, String> additionalHeaders) Add Adds an identity link to a task by id.voidTaskIdentityLinkApi.deleteIdentityLink(String id, IdentityLinkDto identityLinkDto) Delete Removes an identity link from a task by idvoidTaskIdentityLinkApi.deleteIdentityLink(String id, IdentityLinkDto identityLinkDto, Map<String, String> additionalHeaders) Delete Removes an identity link from a task by id -
Uses of IdentityLinkDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return IdentityLinkDtoModifier and TypeMethodDescription