|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
LOGICAL Allocate () |
/*
method private character GetKeyWhere(phHandle as handle):
define variable cKeyFields as character no-undo.
define variable iField as integer no-undo.
define variable cField as character no-undo.
define variable cKeyWhere as character no-undo.
if valid-handle(phHandle) then
do iField = 1 to num-entries(Context:KeyFields):
assign
cField = entry(iField,Context:KeyFields)
cField = entry(num-entries(cField,'.'),cField,'.')
cKeyWhere = cKeyWhere
+ (if iField > 1 then ' and ' else '')
+ phHandle:name
+ '.'
+ cField
+ ' = '
+ quoter(phHandle:buffer-field(cField):buffer-value,"'":U).
end.
return cKeyWhere.
end method.
*/ |
|||||
|
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 () |
|
|||||
|
CHARACTER GetName () |
|
|||||
|
CHARACTER GetName (handle) |
|
|||||
|
Import (character) |
|
|||||
|
ImportTree (character) |
|
|||||
|
NewContext (IDataAdminModel) |
/* the context we attached to changed */ |
|||||
|
INTEGER Serialize (handle) |
|
|||||
|
LOGICAL SetProperty (character, character) |
|
|||||
|
CHARACTER ToString () |
|
|||||
|
WriteTree (IContextTree) |
|
|||||
|
WriteTree (IContextTree, character) |
/* end method. */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Partition (IDataAdminModel, IRequestInfo) |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER AllocationState |
|
|||||
|
OpenEdge.DataAdmin.IArea Area |
|
|||||
|
LOGICAL Attached |
|
|||||
|
CHARACTER BufferPool |
|
|||||
|
LOGICAL CanAssignAlternateBufferPool |
|
|||||
|
CHARACTER CodeExtension |
|
|||||
|
OpenEdge.DataAdmin.Binding.IDataAdminModel Context |
/** defines the context (or scope?) for the instance.
Used in Equals() to check entities with the same keys not
are equals if different context */ |
|||||
|
CHARACTER ContextId |
|
|||||
|
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 */ |
|||||
|
OpenEdge.DataAdmin.ISchemaElement Element |
|
|||||
|
Progress.Lang.error Error |
|
|||||
|
LOGICAL IsMultiTenant |
|
|||||
|
LOGICAL IsPartitioned |
|
|||||
|
LOGICAL Modified |
/** Tells whether an instance is modified after it was read from the service.
Always false if Created. Can only be true for an Attached object.
*/ |
|||||
|
CHARACTER ObjectType |
|
|||||
|
OpenEdge.DataAdmin.IRequestInfo RequestInfo |
|
|||||
|
CHARACTER SerializeName |
|
|||||
|
OpenEdge.DataAdmin.IDataAdminService Service |
|
|||||
|
OpenEdge.DataAdmin.ITenant Tenant |
|
|||||
|
OpenEdge.DataAdmin.ITenantGroup TenantGroup |
|
Top
LOGICAL Allocate ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetName (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Import (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
ImportTree (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
NewContext (IDataAdminModel)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
INTEGER Serialize (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
LOGICAL SetProperty (character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER ToString ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
WriteTree (IContextTree)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
WriteTree (IContextTree, character)
|
Partition (IDataAdminModel, IRequestInfo)
|
---|
CHARACTER AllocationState
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.IArea Area
|
|||||||||||||
LOGICAL Attached
|
|||||||||||||
CHARACTER BufferPool
|
|||||||||||||
LOGICAL CanAssignAlternateBufferPool
|
|||||||||||||
CHARACTER CodeExtension
|
|||||||||||||
OpenEdge.DataAdmin.Binding.IDataAdminModel Context
|
|||||||||||||
CHARACTER ContextId
|
|||||||||||||
LOGICAL Created
|
|||||||||||||
OpenEdge.DataAdmin.ISchemaElement Element
|
|||||||||||||
Progress.Lang.error Error
|
|||||||||||||
LOGICAL IsMultiTenant
|
|||||||||||||
LOGICAL IsPartitioned
|
|||||||||||||
LOGICAL Modified
|
|||||||||||||
CHARACTER ObjectType
|
|||||||||||||
OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||||||
CHARACTER SerializeName
|
|||||||||||||
OpenEdge.DataAdmin.IDataAdminService Service
|
|||||||||||||
OpenEdge.DataAdmin.ITenant Tenant
|
|||||||||||||
OpenEdge.DataAdmin.ITenantGroup TenantGroup
|
Progress® OpenEdge® Release 11.7