public class FindDataObjectInstanceVariableContainerCmd extends Object implements Command<DataObjectInstanceVariableContainer>
Modifier and Type | Field and Description |
---|---|
protected String |
definitionId |
protected String |
definitionKey |
protected String |
lookupId |
Constructor and Description |
---|
FindDataObjectInstanceVariableContainerCmd(String lookupId,
String definitionId,
String definitionKey) |
Modifier and Type | Method and Description |
---|---|
DataObjectInstanceVariableContainer |
execute(CommandContext commandContext) |
protected String lookupId
protected String definitionId
protected String definitionKey
public DataObjectInstanceVariableContainer execute(CommandContext commandContext)
execute
in interface Command<DataObjectInstanceVariableContainer>