|
Options |
Name |
Purpose |
|
|
LOGICAL AllocateGroups ()
|
/** Allocate all delayed partitions for all groups
@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 CanFindGroup (character)
|
/** Can find group partition
@param groupName
@return true if a partition is mapped to specified TenantGroup */
|
|
|
LOGICAL CanFindTenant (character)
|
/** Can find tenant partition
@param tenantName
@return true if a partition is mapped to specified Tenant */
|
|
|
LOGICAL ContainsKey (ITenant)
|
/** find tenant partition
@param tenant ITenant
@return true if a partition is mapped to specified ITenant */
|
|
|
LOGICAL ContainsKey (ITenantGroup)
|
/** find tenant partition
@param group ITenantGroup
@return true if a partition is mapped to specified ITenantGroup */
|
|
|
LOGICAL ContainsValue (IPartition)
|
/** find tenant partition
@param group ITenantGroup
@return partition if found in collection/map. unknown if not found */
|
|
|
OpenEdge.DataAdmin.Binding.IDataAdminContext CreateLocalContext ()
|
|
|
|
OpenEdge.DataAdmin.IPartition FindGroup (character)
|
/** find group partition
@param groupName TenantGroup
@return IPartition if partition is mapped to specified group name, unknown if not found */
|
|
|
OpenEdge.DataAdmin.IPartition FindTenant (character)
|
/** find tenant partition
@param tenantName
@return IPartition if partition is mapped to specified tenant name, unknown if not found */
|
|
|
OpenEdge.DataAdmin.IPartition Get (IDataAdminElement)
|
/** Get tenant partition
@param element IDataAdminElement
@return IPartition if partition is mapped to specified IDataAdminElement, unknown if not found */
|
|
|
OpenEdge.DataAdmin.IPartition Get (ITenant)
|
/** find tenant partition
@param tenant ITenant
@return IPartition if partition is mapped to specified ITenant, unknown if not found */
|
|
|
OpenEdge.DataAdmin.IPartition Get (ITenantGroup)
|
/** Get group partition
@param group ITenantGroup
@return IPartition if partition is mapped to specified ITenantGroup, unknown if not found */
|