public class GetHistoricEntityLinkParentsForProcessInstanceCmd extends Object implements Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
processInstanceId |
| Constructor and Description |
|---|
GetHistoricEntityLinkParentsForProcessInstanceCmd(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.entitylink.api.history.HistoricEntityLink> |
execute(CommandContext commandContext) |
protected String processInstanceId
public GetHistoricEntityLinkParentsForProcessInstanceCmd(String processInstanceId)
public List<org.flowable.entitylink.api.history.HistoricEntityLink> execute(CommandContext commandContext)
Copyright © 2019 Flowable. All rights reserved.