public Object get(String identifier) {
String kresultsId = "kresults_" + this.gsd.getId();
CommandImpl cmd = new CommandImpl( "execute",
Arrays.asList( new Object[]{ new KnowledgeContextResolveFromContextCommand( new GetObjectFromQueryResultsRowRemoteCommand(rowId, this.queryName, this.localId, identifier ),
null,
null,
this.instanceId,
kresultsId )} ) );