类 org.activiti.engine.impl.persistence.entity.HistoricIdentityLinkEntity
的使用

使用 HistoricIdentityLinkEntity 的软件包
org.activiti.engine.impl.persistence.entity   
 

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

返回变量类型为 HistoricIdentityLinkEntity 的类型的 org.activiti.engine.impl.persistence.entity 中的方法
 List<HistoricIdentityLinkEntity> HistoricIdentityLinkEntityManager.findHistoricIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId, String userId, String groupId)
           
 List<HistoricIdentityLinkEntity> HistoricIdentityLinkEntityManager.findHistoricIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type)
           
 List<HistoricIdentityLinkEntity> HistoricIdentityLinkEntityManager.findHistoricIdentityLinks()
           
 List<HistoricIdentityLinkEntity> HistoricIdentityLinkEntityManager.findHistoricIdentityLinksByProcessDefinitionId(String processDefinitionId)
           
 List<HistoricIdentityLinkEntity> HistoricIdentityLinkEntityManager.findHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
           
 List<HistoricIdentityLinkEntity> HistoricIdentityLinkEntityManager.findHistoricIdentityLinksByTaskId(String taskId)
           
 

参数类型为 HistoricIdentityLinkEntityorg.activiti.engine.impl.persistence.entity 中的方法
 void HistoricIdentityLinkEntityManager.deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink)
           
 



Copyright © 2013 Alfresco. All rights reserved.