408409410411412413414415
commandService.execute( new DeleteCommand( handle ) ); } public void update(FactHandle handle, Object object) { commandService.execute( new UpdateCommand( handle, object ) ); }
411412413414415416417418
406407408409410411412413
405406407408409410411412
393394395396397398399400
7475767778798081
return this; } public KieSessionSimulationFluent update(FactHandle handle, Object object) { addCommand(new UpdateCommand(handle, object)); return this; }