|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
DataAdminCollection () |
/* Creates a collection with a local context
The collection can(should?) later be passed to a
service:Create<Name>s, which will use Attach() to bind to the
service context for the entity
(Attach will copy the local context into the service context) */ |
|||||
|
DataAdminCollection (IDataAdminContext) |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER CodeExtension |
|
|||||
|
OpenEdge.DataAdmin.Binding.IDataAdminContext Context |
|
|||||
|
CHARACTER ContextId |
/** defines the context (or scope?) for the instance.
Used in Equals() to check entities with the same keys not
are equals if different context */ |
|||||
|
INTEGER Count |
|
|||||
|
HANDLE DatasetHandle |
|
|||||
|
HANDLE DefaultBuffer |
|
|||||
|
LOGICAL HasChanges |
|
|||||
|
LOGICAL IsEmpty |
/* TODO move to context as this can be done more efficently by checking has-records,
but this needs logic to handle filtered context with count.*/ |
|||||
|
OpenEdge.DataAdmin.IRequestInfo RequestInfo |
|
|||||
|
CHARACTER SerializeName |
|
|||||
|
OpenEdge.DataAdmin.IDataAdminService Service |
|
|||||
|
CHARACTER SourceId |
/** defines the source (or scope?) for the instance.
- blank means the object has no source (yet)
new and not attached (in which case equals is only true if exact same
object instance)
- returns the same as ContextId if this collection is for the entire context
*/ |
|||||
|
HANDLE TableHandle |
|
|||||
|
CHARACTER TableName |
|
Top
LOGICAL Add (Object)
|
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AddAll (ICollection)
|
||||||||||||||||||||||||||
LOGICAL AddAll (IDataAdminCollection)
|
||||||||||||||||||||||||||
LOGICAL AddAll (IITerator)
|
||||||||||||||||||||||||||
AssertNotNull (character, character)
|
||||||||||||||||||||||||||
AssertNotNull (integer, character)
|
||||||||||||||||||||||||||
AssertNotNull (Object, character)
|
||||||||||||||||||||||||||
Attach (IDataAdminContext)
|
||||||||||||||||||||||||||
LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||||||
Clear ()
|
||||||||||||||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.IDataAdminContext CreateLocalContext ()
|
||||||||||||||||||||||||||
INTEGER Deserialize (handle)
|
||||||||||||||||||||||||||
INTEGER Deserialize (handle, integer)
|
||||||||||||||||||||||||||
INTEGER Deserialize (handle, integer, character)
|
||||||||||||||||||||||||||
Export ()
|
||||||||||||||||||||||||||
Export (character)
|
||||||||||||||||||||||||||
ExportAsProcedure (character)
|
||||||||||||||||||||||||||
ExportAsProcedure (character, character)
|
||||||||||||||||||||||||||
ExportLastSaved (character)
|
||||||||||||||||||||||||||
ExportLastSavedTree (character)
|
||||||||||||||||||||||||||
ExportList ()
|
||||||||||||||||||||||||||
ExportList (character)
|
||||||||||||||||||||||||||
ExportList (character, character)
|
||||||||||||||||||||||||||
ExportTree (character)
|
||||||||||||||||||||||||||
ExportTree (character, character)
|
||||||||||||||||||||||||||
ExportTree (character, IPageRequest)
|
||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminExporter GetCodeExporter ()
|
||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)
|
||||||||||||||||||||||||||
CHARACTER GetFileExtension (character)
|
||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||||||
Import (character)
|
||||||||||||||||||||||||||
Import (character, character)
|
||||||||||||||||||||||||||
ImportDelete (character)
|
||||||||||||||||||||||||||
ImportNew (character)
|
||||||||||||||||||||||||||
ImportNewTree (character)
|
||||||||||||||||||||||||||
ImportTree (character)
|
||||||||||||||||||||||||||
ImportTree (character, character)
|
||||||||||||||||||||||||||
OpenEdge.DataAdmin.Lang.Collections.IIterator Iterator ()
|
||||||||||||||||||||||||||
OpenEdge.DataAdmin.Lang.Collections.IIterator Iterator (character)
|
||||||||||||||||||||||||||
NewContext (IDataAdminContext)
|
||||||||||||||||||||||||||
PrepareExport ()
|
||||||||||||||||||||||||||
PrepareExportList ()
|
||||||||||||||||||||||||||
PrepareExportTree ()
|
||||||||||||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||||||||||||
Reset ()
|
||||||||||||||||||||||||||
INTEGER Serialize (handle)
|
||||||||||||||||||||||||||
ThrowNull (character, character)
|
||||||||||||||||||||||||||
WriteTree (IContextTree)
|
||||||||||||||||||||||||||
WriteTree (IContextTree, character)
|
DataAdminCollection ()
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DataAdminCollection (IDataAdminContext)
|
CHARACTER CodeExtension
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.Binding.IDataAdminContext Context
|
|||||||||||||||||||
CHARACTER ContextId
|
|||||||||||||||||||
INTEGER Count
|
|||||||||||||||||||
HANDLE DatasetHandle
|
|||||||||||||||||||
HANDLE DefaultBuffer
|
|||||||||||||||||||
LOGICAL HasChanges
|
|||||||||||||||||||
LOGICAL IsEmpty
|
|||||||||||||||||||
OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||||||||||||
CHARACTER SerializeName
|
|||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminService Service
|
|||||||||||||||||||
CHARACTER SourceId
|
|||||||||||||||||||
HANDLE TableHandle
|
|||||||||||||||||||
CHARACTER TableName
|
Progress® OpenEdge® Release 11.7