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