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