|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL CanFind (character) |
|
||
LOGICAL CanFind (character, character) |
|
||
CHARACTER ColumnExpression (character, character, character) |
/* Override to split id in name and domain
We do remove @ from id for user with no domain in copyTables but not in
ReadJson* so the record may have "<name>@' in buffer or Row.keyvalues
before being copied into context, so it is safer to use name annd domain in expression than removing @ from id in this case
(we do this in Find also )
(this was added to ensure this works when RowBuffer:NewContext calls GetWhere
- GetWhere was fixed to call this)
*/
|
||
CopyNewForTenant (character, table) |
|
||
CopyNewTableForParent (IRow, handle) |
/* called with tracking-changes */
|
||
CopyTable (IDataAdminModel) |
|
||
CopyTable (table) |
|
||
CopyTable (table, character, character) |
|
||
CopyTableForParent (IRow, IDataAdminModel) |
|
||
OpenEdge.DataAdmin.IDataAdminCollection CreateCollection (IDataAdminContext) |
|
||
OpenEdge.DataAdmin.IDataAdminElement CreateEntity (IRequestInfo) |
|
||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (character) |
/** create default filteredcontext that also handles parent/keyvalue as filter. */
|
||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (IRequestInfo) |
/** create default filteredcontext with requestinfo */
|
||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (IRow, IRequestInfo) |
|
||
CreateRow (IDataAdminElement) |
/*
method public override character GetServerJoinFields(parentid as char):
case parentid:
when "tenants" then
return "Id,TenantId".
end.
return super:GetServerJoinFields(parentid).
end.
*/
|
||
CreateRow (IUser) |
|
||
CreateRow (IUser, character) |
|
||
DataRefreshed (IFetchResponse) |
|
||
LOGICAL Find (character) |
|
||
LOGICAL Find (character, character) |
|
||
CHARACTER FindExpression (character) |
|
||
CHARACTER GetCreateError (IUser) |
|
||
OpenEdge.DataAdmin.IDataAdminElement GetEntity (character) |
/* Override to deal with the fact that id is split into namer and domain on client */
|
||
CHARACTER GetJoinFields (character) |
|
||
CHARACTER GetServerJoinFields (character) |
|
||
HANDLE InitDataset () |
/* temporary until all sub classes are using createDataset */
|
||
InitRow (character) |
/** also used for name only - domain is then added later */
|
||
ReadRowForParent (IRow, JSONObject) |
|
||
ReadRowForTenant (character, JSONObject) |
|
||
SplitId (character, character, character) |
|
||
ValidateBuffer (handle) |
|
Options | Name | Purpose | |
---|---|---|---|
UserContext () |
|
||
UserContext (IIdentityScope) |
|
Options | Name | Purpose | |
---|---|---|---|
OpenEdge.DataAdmin.Binding.Factory.IContextFactory ContextFactory |
|
||
INTEGER Count |
|
||
CHARACTER KeyFields |
|
||
HANDLE TableHandle |
|
LOGICAL CanFind (character)
|
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanFind (character, character)
|
||||||||||||||||||||||||||||||||||||
CHARACTER ColumnExpression (character, character, character)
|
||||||||||||||||||||||||||||||||||||
CopyNewForTenant (character, table)
|
||||||||||||||||||||||||||||||||||||
CopyNewTableForParent (IRow, handle)
|
||||||||||||||||||||||||||||||||||||
CopyTable (IDataAdminModel)
|
||||||||||||||||||||||||||||||||||||
CopyTable (table)
|
||||||||||||||||||||||||||||||||||||
CopyTable (table, character, character)
|
||||||||||||||||||||||||||||||||||||
CopyTableForParent (IRow, IDataAdminModel)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminCollection CreateCollection (IDataAdminContext)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminElement CreateEntity (IRequestInfo)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (character)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (IRequestInfo)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (IRow, IRequestInfo)
|
||||||||||||||||||||||||||||||||||||
CreateRow (IDataAdminElement)
|
||||||||||||||||||||||||||||||||||||
CreateRow (IUser)
|
||||||||||||||||||||||||||||||||||||
CreateRow (IUser, character)
|
||||||||||||||||||||||||||||||||||||
DataRefreshed (IFetchResponse)
|
||||||||||||||||||||||||||||||||||||
LOGICAL Find (character)
|
||||||||||||||||||||||||||||||||||||
LOGICAL Find (character, character)
|
||||||||||||||||||||||||||||||||||||
CHARACTER FindExpression (character)
|
||||||||||||||||||||||||||||||||||||
CHARACTER GetCreateError (IUser)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminElement GetEntity (character)
|
||||||||||||||||||||||||||||||||||||
CHARACTER GetJoinFields (character)
|
||||||||||||||||||||||||||||||||||||
CHARACTER GetServerJoinFields (character)
|
||||||||||||||||||||||||||||||||||||
HANDLE InitDataset ()
|
||||||||||||||||||||||||||||||||||||
InitRow (character)
|
||||||||||||||||||||||||||||||||||||
ReadRowForParent (IRow, JSONObject)
|
||||||||||||||||||||||||||||||||||||
ReadRowForTenant (character, JSONObject)
|
||||||||||||||||||||||||||||||||||||
SplitId (character, character, character)
|
||||||||||||||||||||||||||||||||||||
ValidateBuffer (handle)
|
UserContext () |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
UserContext (IIdentityScope)
|
OpenEdge.DataAdmin.Binding.Factory.IContextFactory ContextFactory |
||||||||
---|---|---|---|---|---|---|---|---|
INTEGER Count
|
||||||||
CHARACTER KeyFields
|
||||||||
HANDLE TableHandle
|