|
|
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 */
|
|
|
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)
|
|