Uses of Interface
org.activiti.engine.task.IdentityLink
-
Packages that use IdentityLink Package Description org.activiti.engine org.activiti.engine.delegate org.activiti.engine.impl org.activiti.engine.impl.cmd org.activiti.engine.impl.persistence.entity -
-
Uses of IdentityLink in org.activiti.engine
Methods in org.activiti.engine that return types with arguments of type IdentityLink Modifier and Type Method Description java.util.List<IdentityLink>RepositoryService. getIdentityLinksForProcessDefinition(java.lang.String processDefinitionId)Retrieves theIdentityLinks associated with the given process definition.java.util.List<IdentityLink>RuntimeService. getIdentityLinksForProcessInstance(java.lang.String instanceId)Retrieves theIdentityLinks associated with the given process instance.java.util.List<IdentityLink>TaskService. getIdentityLinksForTask(java.lang.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 IdentityLink Modifier and Type Method Description java.util.Set<IdentityLink>DelegateTask. 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 IdentityLink Modifier and Type Method Description java.util.List<IdentityLink>RepositoryServiceImpl. getIdentityLinksForProcessDefinition(java.lang.String processDefinitionId)java.util.List<IdentityLink>RuntimeServiceImpl. getIdentityLinksForProcessInstance(java.lang.String processInstanceId)java.util.List<IdentityLink>TaskServiceImpl. getIdentityLinksForTask(java.lang.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 IdentityLink Modifier and Type Method Description java.util.List<IdentityLink>GetIdentityLinksForProcessDefinitionCmd. execute(CommandContext commandContext)java.util.List<IdentityLink>GetIdentityLinksForProcessInstanceCmd. execute(CommandContext commandContext)java.util.List<IdentityLink>GetIdentityLinksForTaskCmd. execute(CommandContext commandContext) -
Uses of IdentityLink in org.activiti.engine.impl.persistence.entity
Subinterfaces of IdentityLink in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceIdentityLinkEntityClasses in org.activiti.engine.impl.persistence.entity that implement IdentityLink Modifier and Type Class Description classIdentityLinkEntityImplMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type IdentityLink Modifier and Type Method Description java.util.Set<IdentityLink>TaskEntityImpl. getCandidates()
-