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