In ACS, you have a distinction between the physical table (Data Objects)
and the representation of an event (Business Object). Since the event is
now well organised for its context, you can only query the Business
Object and not the underlying Data Object...you might be able to query
the real-time event object however you will not have the context event
available in the event itself.In OO modeling you could say that each
event resource is a sub-class of the real-time event resources. At event
le...