|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 HistoricIdentityLink 的软件包 | |
---|---|
org.activiti.engine | Public API of the Activiti engine. |
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.engine 中 HistoricIdentityLink 的使用 |
---|
返回变量类型为 HistoricIdentityLink 的类型的 org.activiti.engine 中的方法 | |
---|---|
List<HistoricIdentityLink> |
HistoryService.getHistoricIdentityLinksForProcessInstance(String processInstanceId)
Retrieves the HistoricIdentityLink s associated with the given process instance. |
List<HistoricIdentityLink> |
HistoryService.getHistoricIdentityLinksForTask(String taskId)
Retrieves the HistoricIdentityLink s associated with the given task. |
org.activiti.engine.impl 中 HistoricIdentityLink 的使用 |
---|
返回变量类型为 HistoricIdentityLink 的类型的 org.activiti.engine.impl 中的方法 | |
---|---|
List<HistoricIdentityLink> |
HistoryServiceImpl.getHistoricIdentityLinksForProcessInstance(String processInstanceId)
|
List<HistoricIdentityLink> |
HistoryServiceImpl.getHistoricIdentityLinksForTask(String taskId)
|
org.activiti.engine.impl.cmd 中 HistoricIdentityLink 的使用 |
---|
返回变量类型为 HistoricIdentityLink 的类型的 org.activiti.engine.impl.cmd 中的方法 | |
---|---|
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext)
|
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance()
|
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForTask()
|
org.activiti.engine.impl.persistence.entity 中 HistoricIdentityLink 的使用 |
---|
实现 HistoricIdentityLink 的 org.activiti.engine.impl.persistence.entity 中的类 | |
---|---|
class |
HistoricIdentityLinkEntity
|
|
||||||||||
上一个 下一个 | 框架 无框架 |