|
Options |
Name |
Purpose |
|
|
|
LOGICAL Add (Object)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
LOGICAL AddAll (ICollection)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
LOGICAL AddAll (IDataAdminCollection)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
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 */
|
|
|
|
AssertNotNull (character, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
AssertNotNull (integer, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
AssertNotNull (Object, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
Attach (IDataAdminContext)
|
/**
*
* @param context
*/ Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
LOGICAL CanAttach (IDataAdminContext)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
LOGICAL CanFindGroup (character)
|
/** Can find group partition
@param groupName
@return true if a partition is mapped to specified TenantGroup */
|
|
|
|
LOGICAL CanFindGroup (character, character, character, character, character)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
LOGICAL CanFindPolicyDetail (character, character, character, character, character)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
LOGICAL CanFindTenant (character)
|
/** Can find tenant partition
@param tenantName
@return true if a partition is mapped to specified Tenant */
|
|
|
|
LOGICAL CanFindTenant (character, character, character, character, character)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
Clear ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
LOGICAL Contains (IPartition)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
LOGICAL Contains (Object)
|
/* */ Overrides OpenEdge.DataAdmin.PartitionCollection:Contains (Object)
|
|
|
|
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 ()
|
Overrides OpenEdge.DataAdmin.PartitionCollection:CreateLocalContext ()
|
|
|
|
INTEGER Deserialize (handle)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
INTEGER Deserialize (handle, integer)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
INTEGER Deserialize (handle, integer, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
Export ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
Export (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportAsProcedure (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportAsProcedure (character, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportLastSaved (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportLastSavedTree (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportList ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportList (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportList (character, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportTree (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportTree (character, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ExportTree (character, IPageRequest)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
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 FindGroup (character, character, character, character, character)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
OpenEdge.DataAdmin.IPartition FindPolicyDetail (character, character, character, character, character)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
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 FindTenant (character, character, character, character, character)
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
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 */
|
|
|
|
IDataAdminExporter GetCodeExporter ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
IDataAdminExporter GetExporter (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
CHARACTER GetFileExtension (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
JSONObject GetJSONExport (IContextTree)
|
/* optional call back from context tree.
called when parse is complete
override to return json to export instead of dataset
returns unknown to use standard dataset. write-json */ Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
Import (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ImportDelete (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ImportNew (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ImportNewTree (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ImportTree (character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
IIterator Iterator ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
IIterator Iterator (character)
|
/** returns a filtered and/or sorted iterator
@param filter query expression on properties of the entities in the collection
field expressions <b>must</b> be separated by space (also =)
- can also specify a single column for sort
- or a sort expression 'clustersize by recordsperblock' */ Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
NewContext (IDataAdminContext)
|
/* the context we attached to changed */ Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
PrepareExport ()
|
Overrides OpenEdge.DataAdmin.PartitionCollection:PrepareExport ()
|
|
|
|
PrepareExportList ()
|
Overrides OpenEdge.DataAdmin.PartitionCollection:PrepareExportList ()
|
|
|
|
PrepareExportTree ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
PrepareExportTree ()
|
Inherited from OpenEdge.DataAdmin.PartitionCollection
|
|
|
|
LOGICAL Remove (Object)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
Reset ()
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
INTEGER Serialize (handle)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
ThrowNull (character, character)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
WriteTree (IContextTree)
|
Inherited from OpenEdge.DataAdmin.DataAdminCollection
|
|
|
|
WriteTree (IContextTree, character)
|
/* write specified collections */ Inherited from OpenEdge.DataAdmin.DataAdminCollection
|