IRISLIB database
API Class Reference

This class provides the API for the RSS implementation. More...

Inheritance diagram for API:
Collaboration diagram for API:

Static Private Member Functions

_.Library.Status CreateApplication (_.Library.String pName, _.Library.String pDescription, _.ZEN.Mobile.RSS.Application pApplication)
 Create an application, at minimum a name and description must be supplied.
 
_.Library.Status DeleteApplication (_.Library.String pName)
 Delete a named application.
 
 Exercise (_.Library.String pFeedURL)
 Exercise the API.
 
_.Library.Boolean ExistsApplication (_.Library.String pName)
 Test for existence of a named application.
 
_.Library.Status ListApplications (_.Library.String pNames)
 Returns a list of defined applications.
 
_.Library.Status OpenApplication (_.Library.String pName, _.ZEN.Mobile.RSS.Application pObject)
 Open a named application.
 
_.Library.Boolean TestFeed (_.Library.String pURL, _.Library.Status pStatus, _.Library.Integer pTimeout, _.Net.HttpRequest pHttpRequest)
 Test a Feed, URL must be supplied. More...
 

Additional Inherited Members

- Public Member Functions inherited from RegisteredObject
_.Library.Status OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount)
 This callback method is invoked when the current object is added to the SaveSet,. More...
 
_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
_.Library.Status OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned)
 This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
 
_.Library.Status OnNew ()
 This callback method is invoked by the <METHOD>New</METHOD> method to. More...
 
_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 
- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Detailed Description

This class provides the API for the RSS implementation.

Member Function Documentation

◆ TestFeed()

_.Library.Boolean TestFeed ( _.Library.String  pURL,
_.Library.Status  pStatus,
_.Library.Integer  pTimeout,
_.Net.HttpRequest  pHttpRequest 
)
staticprivate

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 )