Uses of Interface
org.activiti.engine.task.IdentityLink
Packages that use IdentityLink
Package
Description
-
Uses of IdentityLink in org.activiti.engine
Methods in org.activiti.engine that return types with arguments of type IdentityLinkModifier and TypeMethodDescriptionRepositoryService.getIdentityLinksForProcessDefinition(String processDefinitionId) Retrieves theIdentityLinks associated with the given process definition.RuntimeService.getIdentityLinksForProcessInstance(String instanceId) Retrieves theIdentityLinks associated with the given process instance.TaskService.getIdentityLinksForTask(String taskId) Retrieves theIdentityLinks associated with the given task. -
Uses of IdentityLink in org.activiti.engine.delegate
Methods in org.activiti.engine.delegate that return types with arguments of type IdentityLinkModifier and TypeMethodDescriptionDelegateTask.getCandidates()Retrieves the candidate users and groups associated with the task. -
Uses of IdentityLink in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return types with arguments of type IdentityLinkModifier and TypeMethodDescriptionRepositoryServiceImpl.getIdentityLinksForProcessDefinition(String processDefinitionId) RuntimeServiceImpl.getIdentityLinksForProcessInstance(String processInstanceId) TaskServiceImpl.getIdentityLinksForTask(String taskId) -
Uses of IdentityLink in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return types with arguments of type IdentityLinkModifier and TypeMethodDescriptionGetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext) GetIdentityLinksForProcessInstanceCmd.execute(CommandContext commandContext) GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) -
Uses of IdentityLink in org.activiti.engine.impl.persistence.entity
Subinterfaces of IdentityLink in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement IdentityLinkMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type IdentityLink