public class FindDataObjectValueByInstanceIdCmd extends Object implements Command<DataObjectInstanceVariableContainer>
Modifier and Type | Field and Description |
---|---|
protected String |
instanceId |
protected static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
FindDataObjectValueByInstanceIdCmd(String instanceId) |
Modifier and Type | Method and Description |
---|---|
DataObjectInstanceVariableContainer |
execute(CommandContext commandContext) |
protected static final org.slf4j.Logger LOGGER
protected String instanceId
public FindDataObjectValueByInstanceIdCmd(String instanceId)
public DataObjectInstanceVariableContainer execute(CommandContext commandContext)
execute
in interface Command<DataObjectInstanceVariableContainer>