|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Attach (IDataAdminContext) |
|
|||||
|
|
LOGICAL CanAttach (IDataAdminContext) |
|
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () |
/* return local contaxt if needed (if entity has child collections). */ |
|||||
|
|
OpenEdge.DataAdmin.Binding.IRow CreateRowInfo () |
|
|||||
|
|
LOGICAL Equals (Object) |
|
|||||
|
|
Export () |
|
|||||
|
|
Export (character) |
|
|||||
|
|
ExportAsProcedure (character) |
|
|||||
|
|
ExportAsProcedure (character, character) |
|
|||||
|
|
ExportData (character) |
|
|||||
|
|
ExportToJson (character) |
/* create buffer to export one record */ |
|||||
|
|
ExportTree (character) |
/** override to handle collections for this */ |
|||||
|
|
ExportTree (character, character) |
|
|||||
|
|
OpenEdge.DataAdmin.IDataAdminCollection GetChildCollection (character) |
/** use IRow to pass state and info
@todo deprecate the overloads below this */ |
|||||
|
|
OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter () |
|
|||||
|
|
OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character) |
|
|||||
|
|
CHARACTER GetFileExtension (character) |
|
|||||
|
|
Progress.Json.ObjectModel.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 */ |
|||||
|
|
CHARACTER GetKeyValue () |
/** @todo - deprecate - use GetKeyValues
workaround due to inconsistent key definition (and property reflection)
override in classes that does not use name */ |
|||||
|
|
CHARACTER GetKeyValues () |
|
|||||
|
|
CHARACTER GetLastEntry (character, character) |
|
|||||
|
|
OpenEdge.DataAdmin.IDataAdminService GetLookupService () |
|
|||||
|
|
CHARACTER GetShortClassName (Object) |
|
|||||
|
|
Import (character) |
/* @TODO - call context:ImportRow with GetKeyValue() and remove all override */ |
|||||
|
|
ImportTree (character) |
|
|||||
|
|
LOGICAL NeedsRefresh () |
/* override to return true if first request was lazy and some fields have
not been retrieved */ |
|||||
|
|
NewContext (IDataAdminModel) |
/* the context we attached to changed */ |
|||||
|
|
Refresh () |
/* Refresh if necessary */ |
|||||
|
|
RowDeleted () |
/* the context we attached to deleted something changed */ |
|||||
|
|
INTEGER Serialize (handle) |
|
|||||
|
|
LOGICAL SetProperty (character, character) |
|
|||||
|
|
CHARACTER ToString () |
|
|||||
|
|
WriteTree (IContextTree) |
|
|||||
|
|
WriteTree (IContextTree, character) |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Entity (character) |
|
|||||
|
|
Entity (IDataAdminModel) |
|
|||||
|
|
Entity (IDataAdminModel, IRequestInfo) |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Attached |
|
|||||
|
|
CHARACTER CodeExtension |
|
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataAdminModel Context |
|
|||||
|
|
CHARACTER ContextId |
|
|||||
|
|
LOGICAL Created |
|
|||||
|
|
Progress.Lang.error Error |
|
|||||
|
|
LOGICAL Modified |
|
|||||
|
|
CHARACTER Name |
|
|||||
|
|
OpenEdge.DataAdmin.IRequestInfo RequestInfo |
|
|||||
|
|
CHARACTER SerializeName |
|
|||||
|
|
OpenEdge.DataAdmin.IDataAdminService Service |
|
|||||
|
|
CHARACTER ShortContextName |
|
|||||
|
|
CHARACTER ShortTypeName |
|
|
Top
PUBLIC Attach (IDataAdminContext)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IRow CreateRowInfo ()
|
||||||||||||||||||||||||
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||||
PUBLIC Export ()
|
||||||||||||||||||||||||
PUBLIC Export (character)
|
||||||||||||||||||||||||
PUBLIC ExportAsProcedure (character)
|
||||||||||||||||||||||||
PUBLIC ExportAsProcedure (character, character)
|
||||||||||||||||||||||||
PROTECTED ExportData (character)
|
||||||||||||||||||||||||
PRIVATE ExportToJson (character)
|
||||||||||||||||||||||||
PUBLIC ExportTree (character)
|
||||||||||||||||||||||||
PUBLIC ExportTree (character, character)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminCollection GetChildCollection (character)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter ()
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetFileExtension (character)
|
||||||||||||||||||||||||
PUBLIC Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValue ()
|
||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValues ()
|
||||||||||||||||||||||||
PRIVATE CHARACTER GetLastEntry (character, character)
|
||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminService GetLookupService ()
|
||||||||||||||||||||||||
PRIVATE CHARACTER GetShortClassName (Object)
|
||||||||||||||||||||||||
PUBLIC Import (character)
|
||||||||||||||||||||||||
PUBLIC ImportTree (character)
|
||||||||||||||||||||||||
PROTECTED LOGICAL NeedsRefresh ()
|
||||||||||||||||||||||||
PROTECTED NewContext (IDataAdminModel)
|
||||||||||||||||||||||||
PROTECTED Refresh ()
|
||||||||||||||||||||||||
PROTECTED RowDeleted ()
|
||||||||||||||||||||||||
PUBLIC INTEGER Serialize (handle)
|
||||||||||||||||||||||||
PROTECTED LOGICAL SetProperty (character, character)
|
||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree)
|
||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree, character)
|
||||||||||||||||||||||||
PUBLIC Entity (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Entity (IDataAdminModel)
|
||||||||||||||||
PUBLIC Entity (IDataAdminModel, IRequestInfo)
|
||||||||||||||||
PUBLIC LOGICAL Attached
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER CodeExtension
|
|||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel Context
|
|||||||||
PUBLIC CHARACTER ContextId
|
|||||||||
PUBLIC LOGICAL Created
|
|||||||||
PUBLIC Progress.Lang.error Error
|
|||||||||
PUBLIC LOGICAL Modified
|
|||||||||
PUBLIC CHARACTER Name
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||
PUBLIC CHARACTER SerializeName
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IDataAdminService Service
|
|||||||||
PROTECTED CHARACTER ShortContextName
|
|||||||||
PROTECTED CHARACTER ShortTypeName
|
|||||||||
Progress® OpenEdge® Release 12.2.0