public class GetEntityLinkChildrenForProcessInstanceCmd extends Object implements Command<List<org.flowable.entitylink.api.EntityLink>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
processInstanceId |
| Constructor and Description |
|---|
GetEntityLinkChildrenForProcessInstanceCmd(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.entitylink.api.EntityLink> |
execute(CommandContext commandContext) |
protected String processInstanceId
public GetEntityLinkChildrenForProcessInstanceCmd(String processInstanceId)
public List<org.flowable.entitylink.api.EntityLink> execute(CommandContext commandContext)
Copyright © 2019 Flowable. All rights reserved.