Uses of Class
org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
Packages that use IdentityLinkDto
Package
Description
-
Uses of IdentityLinkDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return IdentityLinkDtoModifier and TypeMethodDescriptionstatic IdentityLinkDto
IdentityLinkDto.fromIdentityLink
(IdentityLink identityLink) -
Uses of IdentityLinkDto in org.camunda.bpm.engine.rest.sub.task
Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type IdentityLinkDtoMethods in org.camunda.bpm.engine.rest.sub.task with parameters of type IdentityLinkDtoModifier and TypeMethodDescriptionvoid
TaskResource.addIdentityLink
(IdentityLinkDto identityLink) void
TaskResource.deleteIdentityLink
(IdentityLinkDto identityLink) -
Uses of IdentityLinkDto in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type IdentityLinkDtoMethods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type IdentityLinkDtoModifier and TypeMethodDescriptionvoid
TaskResourceImpl.addIdentityLink
(IdentityLinkDto identityLink) void
TaskResourceImpl.deleteIdentityLink
(IdentityLinkDto identityLink)