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