public class GetHistoricIdentityLinksForTaskCmd extends Object implements Command<List<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<HistoricIdentityLink> |
execute(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
getLinksForProcessInstance(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
getLinksForTask(CommandContext commandContext) |
public List<HistoricIdentityLink> execute(CommandContext commandContext)
execute
in interface BaseCommand<List<HistoricIdentityLink>,CommandContext>
execute
in interface Command<List<HistoricIdentityLink>>
protected List<HistoricIdentityLink> getLinksForTask(CommandContext commandContext)
protected List<HistoricIdentityLink> getLinksForProcessInstance(CommandContext commandContext)
Copyright © 2016 Flowable. All rights reserved.