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