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