346347348349350351352
public Globals getGlobals() { return commandService.execute( new GetGlobalsCommand() ); } public Object getObject(FactHandle factHandle) { return commandService.execute( new GetObjectCommand( factHandle ) ); }