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