public class GetHistoricEntityLinkChildrenForCaseInstanceCmd extends Object implements Command<List<HistoricEntityLink>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseInstanceId |
| Constructor and Description |
|---|
GetHistoricEntityLinkChildrenForCaseInstanceCmd(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
execute(CommandContext commandContext) |
protected String caseInstanceId
public GetHistoricEntityLinkChildrenForCaseInstanceCmd(String caseInstanceId)
public List<HistoricEntityLink> execute(CommandContext commandContext)
execute in interface Command<List<HistoricEntityLink>>Copyright © 2023 Flowable. All rights reserved.