Uses of Class
org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
-
Packages that use IdentityLinkDto Package Description org.camunda.bpm.engine.rest.dto.task org.camunda.bpm.engine.rest.sub.task org.camunda.bpm.engine.rest.sub.task.impl -
-
Uses of IdentityLinkDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return IdentityLinkDto Modifier and Type Method Description static 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 IdentityLinkDto Modifier and Type Method Description List<IdentityLinkDto>
TaskResource. getIdentityLinks(String type)
Methods in org.camunda.bpm.engine.rest.sub.task with parameters of type IdentityLinkDto Modifier and Type Method Description void
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 IdentityLinkDto Modifier and Type Method Description List<IdentityLinkDto>
TaskResourceImpl. getIdentityLinks(String type)
Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type IdentityLinkDto Modifier and Type Method Description void
TaskResourceImpl. addIdentityLink(IdentityLinkDto identityLink)
void
TaskResourceImpl. deleteIdentityLink(IdentityLinkDto identityLink)
-