OpenEdge.DataAdmin.ISchemaPartitionMap
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL AllocateGroups () |
/** Allocate all delayed partitions for all tenantgroup
Does not allocate partitions belonging to a tenantgroup
@return true if any partition was allocated */
|
||
| LOGICAL AllocateGroups (character) |
/** Allocate tenantgroup partitions for the parent schema elelement
@param AllocationState Specify state of partitions to allocate - All, Delayed or None
@return true if any partition was allocated
@throw IllegalArgumentError if not valid AllocationState */
|
||
| LOGICAL AllocateTenants () |
/** Allocate all delayed partitions for all tenants
Does not allocate partitions belonging to a tenantgroup
@return true if any partition was allocated */
|
||
| LOGICAL AllocateTenants (character) |
/** Allocate tenant partitions for the parent schema elelement
Does not allocate partitions belonging to a tenantgroup
@param AllocationState Specify state of partitions to allocate - All, Delayed or None
@return true if any partition was allocated
@throw IllegalArgumentError if not valid AllocationState */
|
||
| LOGICAL ContainsKey (ITenant) |
|
||
| LOGICAL ContainsKey (ITenantGroup) |
|
||
| LOGICAL ContainsValue (IPartition) |
|
||
| OpenEdge.DataAdmin.IPartition FindGroup (character) |
|
||
| OpenEdge.DataAdmin.IPartition FindTenant (character) |
|
||
| OpenEdge.DataAdmin.IPartition Get (IDataAdminElement) |
|
||
| OpenEdge.DataAdmin.IPartition Get (ITenant) |
|
||
| OpenEdge.DataAdmin.IPartition Get (ITenantGroup) |
|
Method Detail
LOGICAL AllocateGroups ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AllocateGroups (character)
|
||||||||||||||||||||
LOGICAL AllocateTenants ()
|
||||||||||||||||||||
LOGICAL AllocateTenants (character)
|
||||||||||||||||||||
LOGICAL ContainsKey (ITenant)
|
||||||||||||||||||||
LOGICAL ContainsKey (ITenantGroup)
|
||||||||||||||||||||
LOGICAL ContainsValue (IPartition)
|
||||||||||||||||||||
OpenEdge.DataAdmin.IPartition FindGroup (character)
|
||||||||||||||||||||
OpenEdge.DataAdmin.IPartition FindTenant (character)
|
||||||||||||||||||||
OpenEdge.DataAdmin.IPartition Get (IDataAdminElement)
|
||||||||||||||||||||
OpenEdge.DataAdmin.IPartition Get (ITenant)
|
||||||||||||||||||||
OpenEdge.DataAdmin.IPartition Get (ITenantGroup)
|
||||||||||||||||||||