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