Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Mobile] >  [RSS] >  [API]
Private  Storage   

deprecatedclass %ZEN.Mobile.RSS.API extends %RegisteredObject

This class provides the API for the RSS implementation

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7


Summary

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%CreateApplication %DeleteApplication %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Exercise %ExistsApplication %Extends
%GetParameter %IsA %IsModified %ListApplications
%New %NormalizeObject %ObjectModified %OpenApplication
%OriginalNamespace %PackageName %RemoveFromSaveSet %SerializeObject
%SetModified %TestFeed %ValidateObject


Methods

• classmethod %CreateApplication(pName As %String, pDescription As %String, Output pApplication As Application) as %Status
Create an application, at minimum a name and description must be supplied
• classmethod %DeleteApplication(pName As %String) as %Status
Delete a named application
• classmethod %Exercise(pFeedURL As %String = "feed://www.npr.org/rss/rss.php?id=1001")
Exercise the API
• classmethod %ExistsApplication(pName As %String) as %Boolean
Test for existence of a named application
• classmethod %ListApplications(Output pNames As %String) as %Status
Returns a list of defined applications
• classmethod %OpenApplication(pName As %String, Output pObject As Application) as %Status
Open a named application
• classmethod %TestFeed(pURL As %String, Output pStatus As %Status, pTimeout As %Integer = -1, pHttpRequest As %Net.HttpRequest = "") as %Boolean
Test a Feed, URL must be supplied. Optionally supplied a preconfigured HttpRequest. Returns True if an Accessible Feed, Otherwise false. If false examine pStatus for an an explanation of why the feed is not accessible ( if you care )


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.