public void update(FactHandle handle,
Object object) {
String kresultsId = "kresults_" + this.gsd.getId();
CommandImpl cmd = new CommandImpl( "execute",
Arrays.asList( new Object[]{new KnowledgeContextResolveFromContextCommand( new UpdateCommand( handle,
object ),
null,
null,
this.instanceId,
kresultsId )} ) );