public class GetHistoricIdentityLinksForTaskCmd extends Object implements Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
processInstanceId |
protected String |
taskId |
| Constructor and Description |
|---|
GetHistoricIdentityLinksForTaskCmd(String taskId,
String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.identitylink.api.history.HistoricIdentityLink> |
execute(CommandContext commandContext) |
protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> |
getLinksForProcessInstance(CommandContext commandContext) |
protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> |
getLinksForTask(CommandContext commandContext) |
public List<org.flowable.identitylink.api.history.HistoricIdentityLink> execute(CommandContext commandContext)
protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForTask(CommandContext commandContext)
protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForProcessInstance(CommandContext commandContext)
Copyright © 2017 Flowable. All rights reserved.