The CWConnectorEvent class allows you to create and interact with connector event objects. An event object represents the occurred event in the application. The event store builds these event objects for each event pulled from the application. The information in each event object is then used to build and retrieve the business object for further processing by the connector infrastructure.
Table 124 summarizes the methods in the CWConnectorEvent
class.
Member method | Description | Page |
---|---|---|
CWConnectorEvent() | Creates a new event object. | CWConnectorEvent() |
getBusObjName() | Retrieves the name of the business object associated with the event object. | getBusObjName() |
getConnectorID() | Retrieves the connector identifier (ID) from the event object. | getConnectorID() |
getEffectiveDate() | Retrieves the effective date from the event object. | getEffectiveDate() |
getEventID() | Retrieves the event identifier (ID) from the event object. | getEventID() |
getEventSource() | Retrieves the name of the event source from the event object. | getEventSource() |
getEventTimeStamp() | Retrieves the event timestamp from the event object. | getEventTimeStamp() |
getIDValues() | Retrieves the data values of the business object from the event object. | getIDValues() |
getKeyDelimiter() | Retrieves the key delimiter from the event object. | getKeyDelimiter() |
getPriority() | Retrieves the priority from the event object. | getPriority() |
getStatus() | Retrieves the status from the event object. | getStatus() |
getTriggeringUser() | Retrieves the triggering user from the event object. | getTriggeringUser() |
getVerb() | Retrieves the verb from the event object. | getVerb() |
setEventSource() | Sets the event source to a specified value in the event object. | setEventSource() |