The EventClass enumeration is used to specify the class of an Event during the creation of an Event object. When an Event is created at the top-level Event of the Listener or as a subordinate of a Container object, the event class must be specified using this enumeration.
In FileNet P8 3.5.0 and later, the following Event class constants are supported for use by the application:
RPC
- Indicates that the Event object will be used to record
top level client requests.USER
- Specifies that the Event object will be used to record
any other type of Event or operation performed by the application, other than
those at the top level.NOTE Although the application may only implement
an Event object using the RPC
and USER
class types,
the Listener library automatically generates data in three other classes: DISK
,
NETWORK
, and CPU
.