|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Attach (IDataAdminContext) |
Overrides OpenEdge.DataAdmin.Entity:Attach (IDataAdminContext) |
|||||
|
|
LOGICAL CanAttach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () |
/* No local context needed - no child collections in local mode */ Overrides OpenEdge.DataAdmin.Entity:CreateLocalContext () |
|||||
|
|
IRow CreateRowInfo () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL Equals (Object) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Export () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Export (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportAsProcedure (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportAsProcedure (character, character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportData (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportTree (character) |
/** override to handle collections for this */ Overrides OpenEdge.DataAdmin.Entity:ExportTree (character) |
|||||
|
|
ExportTree (character, character) |
/** override to handle collections for this */ Overrides OpenEdge.DataAdmin.Entity:ExportTree (character, character) |
|||||
|
|
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 |
|||||
|
|
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 |
|||||
|
|
Import (character) |
/* @TODO - call context:ImportRow with GetKeyValue() and remove all override */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ImportTree (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ImportTree (character, character) |
/* end method. */ |
|||||
|
|
LOGICAL NeedsRefresh () |
/* override to return true if first request was lazy and some fields have
not been retrieved */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
NewContext (IDataAdminModel) |
/* the context we attached to changed */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Refresh () |
/* Refresh if necessary */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
RowDeleted () |
/* the context we attached to deleted something changed */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
INTEGER Serialize (handle) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
SetOptions () |
|
|||||
|
|
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 */ Overrides OpenEdge.DataAdmin.Entity:WriteTree (IContextTree, character) |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Schema (IDataAdminModel) |
|
|||||
|
|
Schema (IDataAdminModel, IRequestInfo) |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Attached |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER CodeExtension |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataAdminModel Context |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER ContextId |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL Created |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
error Error |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER ForceAllocation |
|
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataDefinitionOptions LoadOptions |
|
|||||
|
|
LOGICAL Modified |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER Name |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.Binding.OptionContext OptionContext |
|
|||||
|
|
OpenEdge.DataAdmin.IPartitionCollection Partitions |
|
|||||
|
|
OpenEdge.DataAdmin.IRequestInfo RequestInfo |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER SchemaState |
|
|||||
|
|
OpenEdge.DataAdmin.ISequenceSet Sequences |
|
|||||
|
|
CHARACTER SerializeName |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
IDataAdminService Service |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER ShortContextName |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER ShortTypeName |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.ITableSet Tables |
|
|
Top
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 IDataAdminCollection GetChildCollection (character)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter ()
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetFileExtension (character)
|
||||||||||||||||||||||||
PUBLIC JSONObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValue ()
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValues ()
|
||||||||||||||||||||||||
PROTECTED IDataAdminService GetLookupService ()
|
||||||||||||||||||||||||
PUBLIC Import (character)
|
||||||||||||||||||||||||
PUBLIC ImportTree (character)
|
||||||||||||||||||||||||
PUBLIC ImportTree (character, character)
|
||||||||||||||||||||||||
PROTECTED LOGICAL NeedsRefresh ()
|
||||||||||||||||||||||||
PROTECTED NewContext (IDataAdminModel)
|
||||||||||||||||||||||||
PROTECTED Refresh ()
|
||||||||||||||||||||||||
PROTECTED RowDeleted ()
|
||||||||||||||||||||||||
PUBLIC INTEGER Serialize (handle)
|
||||||||||||||||||||||||
PRIVATE SetOptions ()
|
||||||||||||||||||||||||
PROTECTED LOGICAL SetProperty (character, character)
|
||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree)
|
||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree, character)
|
||||||||||||||||||||||||
PUBLIC Schema (IDataAdminModel)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Schema (IDataAdminModel, IRequestInfo)
|
||||||||||||||||
PUBLIC LOGICAL Attached
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER CodeExtension
|
|||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel Context
|
|||||||||
PUBLIC CHARACTER ContextId
|
|||||||||
PUBLIC LOGICAL Created
|
|||||||||
PUBLIC error Error
|
|||||||||
PUBLIC CHARACTER ForceAllocation
|
|||||||||
PUBLIC OpenEdge.DataAdmin.Binding.IDataDefinitionOptions LoadOptions
|
|||||||||
PUBLIC LOGICAL Modified
|
|||||||||
PUBLIC CHARACTER Name
|
|||||||||
PRIVATE OpenEdge.DataAdmin.Binding.OptionContext OptionContext
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IPartitionCollection Partitions
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||
PUBLIC CHARACTER SchemaState
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ISequenceSet Sequences
|
|||||||||
PUBLIC CHARACTER SerializeName
|
|||||||||
PUBLIC IDataAdminService Service
|
|||||||||
PROTECTED CHARACTER ShortContextName
|
|||||||||
PROTECTED CHARACTER ShortTypeName
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ITableSet Tables
|
|||||||||
Progress® OpenEdge® Release 12.2.0