This appendix provides a reference to entity collection interfaces that support the ABL API for Multi-tenant Maintenance. For more information on this API, see
ABL API for Multi-tenant and Table Partition Management. These entity collection interfaces provide public access to classes that implement specialized collections of most of the various sub-interface objects of
IDataAdminElement, which is the super interface of all entity interfaces in the API. Many of the collections can be retrieved and updated directly using the DataAdminService. The collections are also used to represent the "many" end of a one-to-many or many-to-many relationship among the various entity objects, in which case the service can read and update them together with their parent.
OpenEdge.DataAdmin.Lang.Collections — For the general iterator interface,
IIterator, used to navigate the entity objects in a collection.
Any code s in this appendix assume required
USING statement declarations for
OpenEdge.DataAdmin.* and
OpenEdge.DataAdmin.Lang.Collections.*, and the definition and instantiation of the DataAdminService (
service) as shown in
Instantiatinga DataAdminService.