|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Attach (IDataAdminContext) |
|
|||||
|
LOGICAL CanAttach (IDataAdminContext) |
|
|||||
|
LOGICAL Equals (Object) |
|
|||||
|
Export () |
|
|||||
|
Export (character) |
|
|||||
|
ExportAsProcedure (character) |
|
|||||
|
ExportAsProcedure (character, character) |
|
|||||
|
ExportTree (character) |
|
|||||
|
ExportTree (character, 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 GetKeyValues () |
|
|||||
|
Import (character) |
|
|||||
|
ImportTree (character) |
|
|||||
|
NewContext (IDataAdminModel) |
/* the context we attached to changed */ |
|||||
|
INTEGER Serialize (handle) |
|
|||||
|
CHARACTER ToString () |
|
|||||
|
WriteTree (IContextTree) |
/* */ |
|||||
|
WriteTree (IContextTree, character) |
/* end method. */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Extent () |
|
|||||
|
Extent (ExtentContext, IRequestInfo) |
|
|||||
|
Extent (IArea, AreaContext) |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
OpenEdge.DataAdmin.IArea Area |
|
|||||
|
LOGICAL Attached |
|
|||||
|
CHARACTER CodeExtension |
|
|||||
|
OpenEdge.DataAdmin.Binding.IDataAdminModel Context |
|
|||||
|
CHARACTER ContextId |
/** defines the context (or scope?) for the instance.
Used in Equals() - entities with the same keys are not
equals if different context */ |
|||||
|
LOGICAL Created |
/** Tells whether the instance is newly created (not saved to service).
Always true if Attached is false. Modified is always false when Created is true */ |
|||||
|
Progress.Lang.error Error |
|
|||||
|
CHARACTER FileName |
/** The file name of the extent */ |
|||||
|
LOG IsFixed |
/** Is the extent fixed. */ |
|||||
|
LOGICAL Modified |
/** Tells whether an instance is modified after it was read from the service.
Always false if New. Can only be true for an Attached object. */ |
|||||
|
INTEGER Number |
/** The number of the extent within the area */ |
|||||
|
CHARACTER Path |
/** The path of the extent - can be set instead of the file */ |
|||||
|
OpenEdge.DataAdmin.IRequestInfo RequestInfo |
|
|||||
|
CHARACTER SerializeName |
|
|||||
|
OpenEdge.DataAdmin.IDataAdminService Service |
|
|||||
|
INTEGER Size |
/** The Size of the extent in KB */ |
|||||
|
INTEGER SizeUsed |
/** The Size used (High water mark) of the extent in KB */ |
Top
Attach (IDataAdminContext)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||||
LOGICAL Equals (Object)
|
||||||||||||||||||||||||
Export ()
|
||||||||||||||||||||||||
Export (character)
|
||||||||||||||||||||||||
ExportAsProcedure (character)
|
||||||||||||||||||||||||
ExportAsProcedure (character, character)
|
||||||||||||||||||||||||
ExportTree (character)
|
||||||||||||||||||||||||
ExportTree (character, character)
|
||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||||
CHARACTER GetKeyValues ()
|
||||||||||||||||||||||||
Import (character)
|
||||||||||||||||||||||||
ImportTree (character)
|
||||||||||||||||||||||||
NewContext (IDataAdminModel)
|
||||||||||||||||||||||||
INTEGER Serialize (handle)
|
||||||||||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||||||||||
WriteTree (IContextTree)
|
||||||||||||||||||||||||
WriteTree (IContextTree, character)
|
Extent ()
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Extent (ExtentContext, IRequestInfo)
|
||||||||||||||||
Extent (IArea, AreaContext)
|
OpenEdge.DataAdmin.IArea Area
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Attached
|
|||||||||||||||
CHARACTER CodeExtension
|
|||||||||||||||
OpenEdge.DataAdmin.Binding.IDataAdminModel Context
|
|||||||||||||||
CHARACTER ContextId
|
|||||||||||||||
LOGICAL Created
|
|||||||||||||||
Progress.Lang.error Error
|
|||||||||||||||
CHARACTER FileName
|
|||||||||||||||
LOG IsFixed
|
|||||||||||||||
LOGICAL Modified
|
|||||||||||||||
INTEGER Number
|
|||||||||||||||
CHARACTER Path
|
|||||||||||||||
OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||||||||
CHARACTER SerializeName
|
|||||||||||||||
OpenEdge.DataAdmin.IDataAdminService Service
|
|||||||||||||||
INTEGER Size
|
|||||||||||||||
INTEGER SizeUsed
|
Progress® OpenEdge® Release 11.7