接口 org.activiti.engine.task.IdentityLink
的使用

使用 IdentityLink 的软件包
org.activiti.engine Public API of the Activiti engine. 
org.activiti.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.activiti.engine.impl.cmd   
org.activiti.engine.impl.persistence.entity   
 

org.activiti.engineIdentityLink 的使用
 

返回变量类型为 IdentityLink 的类型的 org.activiti.engine 中的方法
 List<IdentityLink> RepositoryService.getIdentityLinksForProcessDefinition(String processDefinitionId)
          Retrieves the IdentityLinks associated with the given process definition.
 List<IdentityLink> RuntimeService.getIdentityLinksForProcessInstance(String instanceId)
          Retrieves the IdentityLinks associated with the given process instance.
 List<IdentityLink> TaskService.getIdentityLinksForTask(String taskId)
          Retrieves the IdentityLinks associated with the given task.
 

org.activiti.engine.delegateIdentityLink 的使用
 

返回变量类型为 IdentityLink 的类型的 org.activiti.engine.delegate 中的方法
 Set<IdentityLink> DelegateTask.getCandidates()
          Retrieves the candidate users and groups associated with the task.
 

org.activiti.engine.implIdentityLink 的使用
 

返回变量类型为 IdentityLink 的类型的 org.activiti.engine.impl 中的方法
 List<IdentityLink> RepositoryServiceImpl.getIdentityLinksForProcessDefinition(String processDefinitionId)
           
 List<IdentityLink> RuntimeServiceImpl.getIdentityLinksForProcessInstance(String processInstanceId)
           
 List<IdentityLink> TaskServiceImpl.getIdentityLinksForTask(String taskId)
           
 

org.activiti.engine.impl.cmdIdentityLink 的使用
 

返回变量类型为 IdentityLink 的类型的 org.activiti.engine.impl.cmd 中的方法
 List<IdentityLink> GetIdentityLinksForTaskCmd.execute(CommandContext commandContext)
           
 List<IdentityLink> GetIdentityLinksForProcessInstanceCmd.execute(CommandContext commandContext)
           
 List<IdentityLink> GetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext)
           
 

org.activiti.engine.impl.persistence.entityIdentityLink 的使用
 

实现 IdentityLinkorg.activiti.engine.impl.persistence.entity 中的类
 class IdentityLinkEntity
           
 

返回变量类型为 IdentityLink 的类型的 org.activiti.engine.impl.persistence.entity 中的方法
 Set<IdentityLink> TaskEntity.getCandidates()
           
 



Copyright © 2013 Alfresco. All rights reserved.