|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Attach (IDataAdminContext) |
/** Attaches the object to the context/model
@param context IDataAdminContext that holds the data
Call cntxt:Copy(oldcontext) if IsAttached is false and context is valid */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
LOGICAL CanAttach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
LOGICAL CanFind (character) |
|
|||||
|
|
LOGICAL Contains (ITable) |
|
|||||
|
|
INTEGER Deserialize (handle) |
/* deserialize from stream abl standard import format
@return num rows imported */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
INTEGER Deserialize (handle, integer) |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
Export () |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
Export (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportAsProcedure (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
ExportAsProcedure (character, character) |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
ExportLastSaved (character) |
/** REST/JSON communication, use after import and call to service create or update */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportLastSavedTree (character) |
/** REST/JSON communication, use after importTree and call to service create or update */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportList () |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportList (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportTree (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportTree (character, character) |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ExportTree (character, IPageRequest) |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
OpenEdge.DataAdmin.ITable Find (character) |
|
|||||
|
|
JSONObject GetJSONExport (IContextTree) |
/* optional call back from context tree.
return json to export instead of dataset
return unknown to use standard dataset. write-json */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
Import (character) |
/* import table from file - json - d */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ImportDelete (character) |
/* import keys to delete from file - json only */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ImportNew (character) |
/* import new rows to table from file - json - d */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ImportNewTree (character) |
/* import new rows with children from file - json */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ImportTree (character) |
/* import table with children from file - json */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
ImportTree (character, character) |
|
|||||
|
|
IIterator Iterator (character) |
/** returns a filtered and/or sorted iterator
@param filter query expression on properties of the entities in the collection
field expressions <b>must</b> be separated by space (also =)
values <b>must</b> be quoted. also int, logical dec */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
Reset () |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
INTEGER Serialize (handle) |
/* serialize to stream abl standard export format
return num rows exported */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
WriteTree (IContextTree) |
/** Writetree is a visitor/serialize method that adds this object and its collections to the passed ContextTree
@param tree the IContextTree to add the object to */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
WriteTree (IContextTree, character) |
/** Writetree is a visitor/serialize method that adds this object and the specified collections to the
passed ContextTree. The context tree
@param tree the IContextTree to add the object to
@collections collections comma spearated list of child collections to add to the tree */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER CodeExtension |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
CHARACTER ContextId |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
CHARACTER ForceAllocation |
|
|||||
|
|
LOGICAL HasChanges |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
IRequestInfo RequestInfo |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
OpenEdge.DataAdmin.ISchema Schema |
|
|||||
|
|
CHARACTER SerializeName |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
IDataAdminService Service |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|||||
|
|
CHARACTER SourceId |
Inherited from OpenEdge.DataAdmin.IDataAdminCollection |
|
Top
PUBLIC Attach (IDataAdminContext)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||
PUBLIC LOGICAL CanFind (character)
|
||||||||||||||||||||||
PUBLIC LOGICAL Contains (ITable)
|
||||||||||||||||||||||
PUBLIC INTEGER Deserialize (handle)
|
||||||||||||||||||||||
PUBLIC INTEGER Deserialize (handle, integer)
|
||||||||||||||||||||||
PUBLIC Export ()
|
||||||||||||||||||||||
PUBLIC Export (character)
|
||||||||||||||||||||||
PUBLIC ExportAsProcedure (character)
|
||||||||||||||||||||||
PUBLIC ExportAsProcedure (character, character)
|
||||||||||||||||||||||
PUBLIC ExportLastSaved (character)
|
||||||||||||||||||||||
PUBLIC ExportLastSavedTree (character)
|
||||||||||||||||||||||
PUBLIC ExportList ()
|
||||||||||||||||||||||
PUBLIC ExportList (character)
|
||||||||||||||||||||||
PUBLIC ExportTree (character)
|
||||||||||||||||||||||
PUBLIC ExportTree (character, character)
|
||||||||||||||||||||||
PUBLIC ExportTree (character, IPageRequest)
|
||||||||||||||||||||||
PUBLIC OpenEdge.DataAdmin.ITable Find (character)
|
||||||||||||||||||||||
PUBLIC JSONObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||
PUBLIC Import (character)
|
||||||||||||||||||||||
PUBLIC ImportDelete (character)
|
||||||||||||||||||||||
PUBLIC ImportNew (character)
|
||||||||||||||||||||||
PUBLIC ImportNewTree (character)
|
||||||||||||||||||||||
PUBLIC ImportTree (character)
|
||||||||||||||||||||||
PUBLIC ImportTree (character, character)
|
||||||||||||||||||||||
PUBLIC IIterator Iterator (character)
|
||||||||||||||||||||||
PUBLIC Reset ()
|
||||||||||||||||||||||
PUBLIC INTEGER Serialize (handle)
|
||||||||||||||||||||||
PUBLIC WriteTree (IContextTree)
|
||||||||||||||||||||||
PUBLIC WriteTree (IContextTree, character)
|
||||||||||||||||||||||
PUBLIC CHARACTER CodeExtension
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ContextId
|
|||||||||
PUBLIC CHARACTER ForceAllocation
|
|||||||||
PUBLIC LOGICAL HasChanges
|
|||||||||
PUBLIC IRequestInfo RequestInfo
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ISchema Schema
|
|||||||||
PUBLIC CHARACTER SerializeName
|
|||||||||
PUBLIC IDataAdminService Service
|
|||||||||
PUBLIC CHARACTER SourceId
|
|||||||||
Progress® OpenEdge® Release 12.2.0