removeStandardEventsFromRequest()
This method cannot be used for BOD-type business objects.
This function removes the standard event actions from a SubscribeEvent request.
long removeStandardEventsFromRequest(
long io.request,
ref boolean o.anyEventActionLeft)
Input:
io.request: SubscribeEvent request xml
Output:
- io.request: request after removing eventAction elements for standard events (create, change, delete)
- o.anyEventActionLeft: true: at least one (specific) event action is remaining in the control area; false: no event actions are listed anymore. This output parameter is needed, because when forwarding a request having no event actions specified, this is interpreted as a request for all standard events!
- return value: 0 (OK) or an error value.