PeopleCode Methods
The following table describes how PeopleCode events from PeopleTools 8.47 and earlier releases map to PeopleTools 8.48 and higher methods.
| PeopleTools 8.4x Integration PeopleCode Events (PeopleTools 8.47 and Earlier) | PeopleTools 8.48 Integration PeopleCode Base Classes and Methods (PeopleTools 8.48 and Higher) |
|---|---|
|
OnRequest |
IRequestHandler:OnRequest |
|
OnAckReceive |
IReceiver:OnAckReceive |
|
OnRouteReceive |
IRouter: OnRouteReceive |
|
OnRouteSend |
IRouter:OnRouteSend |
|
OnSend |
ISend:OnRequestSend |
|
Subscription |
INotification:OnNotify |