|
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)
|
/** Can find index (of table)
* @Returns true if the index withthis name is in the collection.
*
* @param indexName
*/
|
|
|
|
LOGICAL Contains (IIndex)
|
/** Contains
* @Returns true if the index is in the collection.
* @param IIndex
*/
|
|
|
|
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.IIndex Find (character)
|
/** Returns the index with the specified Name from the collection.
* Returns unknown if the field doesn�t exist in the collection
*
* @param IndexName 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
|
|
|
|
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
|