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