|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 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 JavaDelegate s. |
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 中 IdentityLink 的使用 |
---|
返回变量类型为 IdentityLink 的类型的 org.activiti.engine 中的方法 | |
---|---|
List<IdentityLink> |
RepositoryService.getIdentityLinksForProcessDefinition(String processDefinitionId)
Retrieves the IdentityLink s associated with the given process definition. |
List<IdentityLink> |
RuntimeService.getIdentityLinksForProcessInstance(String instanceId)
Retrieves the IdentityLink s associated with the given process instance. |
List<IdentityLink> |
TaskService.getIdentityLinksForTask(String taskId)
Retrieves the IdentityLink s associated with the given task. |
org.activiti.engine.delegate 中 IdentityLink 的使用 |
---|
返回变量类型为 IdentityLink 的类型的 org.activiti.engine.delegate 中的方法 | |
---|---|
Set<IdentityLink> |
DelegateTask.getCandidates()
Retrieves the candidate users and groups associated with the task. |
org.activiti.engine.impl 中 IdentityLink 的使用 |
---|
返回变量类型为 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.cmd 中 IdentityLink 的使用 |
---|
返回变量类型为 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.entity 中 IdentityLink 的使用 |
---|
实现 IdentityLink 的 org.activiti.engine.impl.persistence.entity 中的类 | |
---|---|
class |
IdentityLinkEntity
|
返回变量类型为 IdentityLink 的类型的 org.activiti.engine.impl.persistence.entity 中的方法 | |
---|---|
Set<IdentityLink> |
TaskEntity.getCandidates()
|
|
||||||||||
上一个 下一个 | 框架 无框架 |