Method | Description |
execute | Receives a WmManagedConnection object from the adapter implementation, and a WmRecord containing the pipeline data. Note: This method is abstract in the base class, so failing to override it will produce a compilation error. For more information, see
Adapter Service Execution. |
fillWmTemplateDescriptor | 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. |
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. |