Method | Description |
fillWmTemplateDescriptor | This method serves the same purpose as the WmAdapterService method of the same name. That is, it serves to modify how metadata parameters are handled during data entry. Failing to override fillWmTemplateDescriptor results in a run-time error. For more information, see
The WmTemplateDescriptor Interface. |
runNotification | Provides the run-time entry point for the notification (see
Defining a WmPollingNotification
Implementation Class). |
Various accessor methods | Optional. Provided to define metadata parameters. Metadata parameters for polling notifications work exactly the same way they do in adapter services. |
Callback override methods | Optional. The implementation may override any or all of the callback methods defined in WmNotification. For more information, see
Polling Notification Callbacks. |
metadataVersion | Returns the current version of the metadata. Note: Override this method if the template has multiple metadata versions. |
fieldsToIgnoreInMetadataDefinition | Uses metadata version as input and returns an array of the fields that are not applicable to the metadata version provided. Note: Override this method if the template has multiple metadata versions. Failing to override fieldsToIgnoreInMetadataDefinition results in breaking old services. |