|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Allocate () |
Overrides OpenEdge.DataAdmin.AbstractPartitionOwner:Allocate () |
|||||
|
|
AssertPartitions () |
/* all valid */ Overrides OpenEdge.DataAdmin.AbstractPartitionOwner:AssertPartitions () |
|||||
|
|
Attach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL CanAttach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () |
Overrides OpenEdge.DataAdmin.Entity:CreateLocalContext () |
|||||
|
|
IRow CreateRowInfo () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL Equals (Object) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Export () |
Overrides OpenEdge.DataAdmin.Entity:Export () |
|||||
|
|
Export (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportAsProcedure (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportAsProcedure (character, character) |
Overrides OpenEdge.DataAdmin.Entity:ExportAsProcedure (character, character) |
|||||
|
|
ExportData (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportTree (character) |
/** override to handle collections for this */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportTree (character, character) |
/** override to get codewriter if .p and to handle collections for this */ Overrides OpenEdge.DataAdmin.Entity:ExportTree (character, character) |
|||||
|
|
OpenEdge.DataAdmin.IDataAdminCollection GetChildCollection (character) |
/** use IRow to pass state and info
@todo deprecate the overloads below this */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetCreateError () |
|
|||||
|
|
OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetFileExtension (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
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.Entity |
|||||
|
|
CHARACTER GetKeyValue () |
/** @todo - deprecate - use GetKeyValues
workaround due to inconsistent key definition (and property reflection)
override in classes that does not use name */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetKeyValues () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
IDataAdminService GetLookupService () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetValidDefaultAllocationList () |
Inherited from OpenEdge.DataAdmin.AbstractPartitionParent |
|||||
|
|
Import (character) |
/* @TODO - call context:ImportRow with GetKeyValue() and remove all override */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ImportTree (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL NeedsRefresh () |
/* if lazy datasource none of the arename fields will have data
it is sufficient to check one of them - super does not have
area - default may have... */ Overrides OpenEdge.DataAdmin.Entity:NeedsRefresh () |
|||||
|
|
NewContext (IDataAdminModel) |
/* the context we attached to changed */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Refresh () |
/* Refresh if necessary */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
RemoveData () |
|
|||||
|
|
RowDeleted () |
/* the context we attached to deleted something changed */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
INTEGER Serialize (handle) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL SetProperty (character, character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER ToString () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
WriteTree (IContextTree) |
Overrides OpenEdge.DataAdmin.Entity:WriteTree (IContextTree) |
|||||
|
|
WriteTree (IContextTree, character) |
/* write specified collections (default all)
See override in ExportTree(file,collection) that deals with tenantGroups versus TenantGroupMembers for .p */ Overrides OpenEdge.DataAdmin.Entity:WriteTree (IContextTree, character) |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Tenant (character) |
|
|||||
|
|
Tenant (IDataAdminModel) |
|
|||||
|
|
Tenant (IDataAdminModel, IRequestInfo) |
|
|
Top
PUBLIC LOGICAL Allocate ()
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AssertPartitions ()
|
||||||||||||||||||||||||
PUBLIC Attach (IDataAdminContext)
|
||||||||||||||||||||||||
PUBLIC LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()
|
||||||||||||||||||||||||
PROTECTED IRow CreateRowInfo ()
|
||||||||||||||||||||||||
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||||
PUBLIC Export ()
|
||||||||||||||||||||||||
PUBLIC Export (character)
|
||||||||||||||||||||||||
PUBLIC ExportAsProcedure (character)
|
||||||||||||||||||||||||
PUBLIC ExportAsProcedure (character, character)
|
||||||||||||||||||||||||
PROTECTED ExportData (character)
|
||||||||||||||||||||||||
PUBLIC ExportTree (character)
|
||||||||||||||||||||||||
PUBLIC ExportTree (character, character)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminCollection GetChildCollection (character)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter ()
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetCreateError ()
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetFileExtension (character)
|
||||||||||||||||||||||||
PUBLIC JSONObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValue ()
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValues ()
|
||||||||||||||||||||||||
PROTECTED IDataAdminService GetLookupService ()
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetValidDefaultAllocationList ()
|
||||||||||||||||||||||||
PUBLIC Import (character)
|
||||||||||||||||||||||||
PUBLIC ImportTree (character)
|
||||||||||||||||||||||||
PROTECTED LOGICAL NeedsRefresh ()
|
||||||||||||||||||||||||
PROTECTED NewContext (IDataAdminModel)
|
||||||||||||||||||||||||
PROTECTED Refresh ()
|
||||||||||||||||||||||||
PUBLIC RemoveData ()
|
||||||||||||||||||||||||
PROTECTED RowDeleted ()
|
||||||||||||||||||||||||
PUBLIC INTEGER Serialize (handle)
|
||||||||||||||||||||||||
PROTECTED LOGICAL SetProperty (character, character)
|
||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree)
|
||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree, character)
|
||||||||||||||||||||||||
PUBLIC Tenant (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Tenant (IDataAdminModel)
|
||||||||||||||||
PUBLIC Tenant (IDataAdminModel, IRequestInfo)
|
||||||||||||||||
PUBLIC LOGICAL Attached
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER CodeExtension
|
|||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel Context
|
|||||||||
PUBLIC CHARACTER ContextId
|
|||||||||
PUBLIC LOGICAL Created
|
|||||||||
PUBLIC CHARACTER DefaultAllocation
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IArea DefaultDataArea
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IArea DefaultIndexArea
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IArea DefaultLobArea
|
|||||||||
PUBLIC CHARACTER Description
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IDomainSet Domains
|
|||||||||
PUBLIC Progress.Lang.Error Error
|
|||||||||
PUBLIC CHARACTER ExternalID
|
|||||||||
PUBLIC INTEGER Id
|
|||||||||
PUBLIC LOGICAL IsAllocated
|
|||||||||
PUBLIC LOGICAL IsDataEnabled
|
|||||||||
PUBLIC LOGICAL Modified
|
|||||||||
PUBLIC CHARACTER Name
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IPartitionMap Partitions
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ISequenceValueMap SequenceValues
|
|||||||||
PUBLIC CHARACTER SerializeName
|
|||||||||
PUBLIC IDataAdminService Service
|
|||||||||
PROTECTED CHARACTER ShortContextName
|
|||||||||
PROTECTED CHARACTER ShortTypeName
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ITenantGroupMemberSet TenantGroupMembers
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ITenantGroupSet TenantGroups
|
|||||||||
PUBLIC CHARACTER Type
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IUserSet Users
|
|||||||||
PROTECTED CHARACTER ValidDefaultAllocationList
|
|||||||||
PRIVATE CHARACTER ValidTypeList
|
|||||||||
Progress® OpenEdge® Release 12.2.0