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