|
Options |
Name |
Purpose |
|
|
|
LOGICAL Add (IGrantedRole)
|
/* Add a role to the collection
@param IGrantedRole The grant to add
@return logical TRUE if the role was added from the set */
|
|
|
|
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)
|
/* Return true if a Role with the specified id is in the collection
@param character The id of the grant
@return logical TRUE if a role with the given name exists in the collection */
|
|
|
|
LOGICAL Contains (IGrantedRole)
|
/* Return true if the grant is in the collection
@param IGrantedRole The name of the role
@return logical TRUE if a role with the given name exists in the collection */
|
|
|
|
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.IGrantedRole Find (character)
|
/** Return the grant with the specified id in the collection.
Returns unknown if not found. */
|
|
|
|
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
|
|
|
|
LOGICAL Remove (IGrantedRole)
|
/* Remove a role from the collection
@param IGrantedRole The grant to remove
@return logical TRUE if the role was removed from the set */
|
|
|
|
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
|