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