Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

News.NewsDomain

class News.NewsDomain extends %iKnow.DomainDefinition

This class defines the domain shape and contents for the News Aggregator demo/tutorial. To build the domain, set the disabled property of the root <domain> element to "false", compile this class and run the %Build() method.

See also News.NewsReader.

Note: you can add more RSS feeds to the definition below by duplicating an <rss> element and modifying its attributes to select the news feed of your choice.

Method Inventory

Methods

classmethod %OnAfterBuild(pDomainId As %Integer) as %Status
Populates a complementary table for the iFind search option in the NewsReader class

Inherited Members

Inherited Methods

FeedbackOpens in a new tab