Uses of Class
org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto

Packages that use IdentityLinkDto
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
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
 List<IdentityLinkDto> TaskResource.getIdentityLinks(String type)
           
 

Methods in org.camunda.bpm.engine.rest.sub.task with parameters of type IdentityLinkDto
 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
 List<IdentityLinkDto> TaskResourceImpl.getIdentityLinks(String type)
           
 

Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type IdentityLinkDto
 void TaskResourceImpl.addIdentityLink(IdentityLinkDto identityLink)
           
 void TaskResourceImpl.deleteIdentityLink(IdentityLinkDto identityLink)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.