Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : ABL API for Multi-tenant and Table Partition Management : Maintaining multi-tenant and table partition entities
 

Maintaining multi-tenant and table partition entities

The following sections describe common maintenance operations on the basic entities supported by the DataAdminService.
Note: The code in these sections assume the necessary USING statements to define the interface and class packages.
* Areas (creating and reading)
* Authentication systems (creating, reading, updating and deleting)
* Domains (creating, reading, updating and deleting)
* Schema (reading, loading, and updating)
* Sequences (creating, reading, updating and deleting)
* Tables (reading and updating)
* Table permissions (reading and updating)
* Tenants (creating, reading, updating and deleting)
* Tenant groups (creating, reading, updating and deleting)
* Users (creating, reading, updating and deleting)
* User permissions (reading)
* Partitions (creating, reading, updating, deleting, enabling and allocating)
* Working with Partitions