iKnowBase


Object Type OT_EVENTPARAMS


Field Summary
 NUMBEROBJECT_ID
           Object ID of the affected entity (document id, user id, etc).
 NUMBEREVENT_ID
           Object ID of the registered event.
 NUMBERUSER_ID
           User ID of the user executing the operation triggering the event
 VARCHAR2(30)OPERATION
           Operation that triggers the event (such as DELETE, UPDATE, etc)
 VARCHAR2(50)EVENT_MODE
           Event mode passed into save-operation from the service api.
 VARCHAR2(20)EVENT_TYPE
           Type of event

Field Detail

EVENT_ID

        public NUMBER EVENT_ID
Object ID of the registered event.

EVENT_MODE

        public VARCHAR2(50) EVENT_MODE
Event mode passed into save-operation from the service api. This is useful if you are calling the service api from an updating event, and want to avoid recursive events.

EVENT_TYPE

        public VARCHAR2(20) EVENT_TYPE
Type of event

OBJECT_ID

        public NUMBER OBJECT_ID
Object ID of the affected entity (document id, user id, etc). This is only useful for DELETE-events, for other events you will find a full object reference inside the entity object

OPERATION

        public VARCHAR2(30) OPERATION
Operation that triggers the event (such as DELETE, UPDATE, etc)

USER_ID

        public NUMBER USER_ID
User ID of the user executing the operation triggering the event

iKnowBase