Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : ABL API for Multi-tenant and Table Partition Management : Filtering and sorting : Filtering on a child collection using the RequestInfo class : IRequestInfo interface methods
 
IRequestInfo interface methods
The following table lists the public methods defined by the interface.
Table 28. Multi-tenant Maintenance IRequestInfo interface methods
Method syntax
Description
LOGICAL Add ( child AS IRequestInfo )
Adds a collection request specified by child with its Name property set to match a collection.
LOGICAL Add ( name AS CHARACTER ,
child AS IRequestInfo )
Adds a collection request specified by child with its name parameter set to match a collection.
IRequestInfo Get ( name AS CHARACTER )
Gets a child collection request specified by name.
IRequestInfo EXTENT GetChildren ( )
Returns an array of all child collection requests.
CHARACTER EXTENT GetKeyValues ( )
Gets the key values for the top-level collection request.
LOGICAL Remove
( child AS IRequestInfo )
Removes the collection request specified by child with its Name property set to match a collection.