public class GetActionInstanceIdentityLinksCmd extends Object implements Command<List<IdentityLink>>
Modifier and Type | Field and Description |
---|---|
protected String |
actionInstanceId |
Constructor and Description |
---|
GetActionInstanceIdentityLinksCmd(String actionInstanceId) |
Modifier and Type | Method and Description |
---|---|
List<IdentityLink> |
execute(CommandContext commandContext) |
protected String actionInstanceId
public GetActionInstanceIdentityLinksCmd(String actionInstanceId)
public List<IdentityLink> execute(CommandContext commandContext)
execute
in interface Command<List<IdentityLink>>