|
Options |
Name |
Purpose |
|
|
|
AddContainerElements (handle, handle, character, character, character, character, integer)
|
Adds the elements of the given container Object Master to the
ttFormAuthorizationElement temp-table
|
|
|
|
AddFieldGroupItems ()
|
Adds the field groups referenced by the field security items of the
form to the ttFormAuthorizationItem temp-table
|
|
|
|
AddFieldItems (handle, handle)
|
Adds the fields of the viewer and grid elements to the
ttFormAuthorizationItem temp-table
|
|
|
|
AddPages (handle)
|
Adds the tab pages of the tab folder elements to the
ttFormAuthorizationPage temp-table
|
|
|
|
AddToolbarItems (handle)
|
Adds the toolbar items of the toolbar elements to the
ttFormAuthorizationItem temp-table
|
|
|
|
CreateFieldItem (character, character, character, integer)
|
Creates a ttFormAuthorizationItem record for a field of a viewer or
grid and resolves the SmartFieldSecurityItem record when it exists
|
|
|
|
CreateItem (character, character, character, character, character, character, character, character, character, logical, integer)
|
Creates a ttFormAuthorizationItem record
|
|
|
|
CreateToolbarItem (character, character, character, integer)
|
Creates a ttFormAuthorizationItem record for a toolbar item and
resolves the SmartToolbarSecurityItem record when it exists
|
|
|
|
LOGICAL CreateWildcardFieldItem (character, character, character, integer)
|
Creates a ttFormAuthorizationItem record for the wildcard field
security item matching a field of a viewer or grid, when such a
security item exists
|
|
|
|
GetAuthorization (dataset, FormAuthorizationParameter)
|
Returns the dsAuthorizationMaintenance Dataset with the current
authorization assignment for the given security realm, the given list
of security items and the given list of users/groups
|
|
|
|
CHARACTER GetElementType (character)
|
Returns the element type of the given repository object type
|
|
|
|
GetFormStructure (dataset, GetFormStructureParameter)
|
Returns the structural data of the given repository based form
required by the Form Authorization Maintenance
|
|
|
|
CHARACTER GetInstanceAttribute (handle, character, character, character)
|
Returns the value of a design time attribute of the given object
instance
|
|
|
|
CHARACTER GetItemRowKey (character, character, character, character)
|
Returns the unique row key of a ttFormAuthorizationItem record
|
|
|
|
Consultingwerk.SmartFramework.Authorization.IAuthorizationMaintenanceHelper GetMaintenanceHelper ()
|
Returns the reference to the IAuthorizationMaintenanceHelper
implementation
|
|
|
|
CHARACTER GetObjectTypeName (handle, character)
|
Returns the object type name of the given object instance
|
|
|
|
Consultingwerk.SmartFramework.Repository.ISmartRepositoryService GetRepositoryService ()
|
Returns the reference to the ISmartRepositoryService implementation
|
|
|
|
CHARACTER GetToolbarTableIOTargets (handle, character)
|
Returns the security keys of the TableIO targets of the given toolbar
element
|
|
|
|
CHARACTER GetTypeIconKey (character)
|
Returns the type icon key of the given repository object type
|
|
|
|
LoadToolbarButtonDefinitions ()
|
Loads the toolbar button definition JSON files referenced by the
WindowsToolbarButtonDefinitions and Web2ToolbarButtonDefinitions
configuration entries
|
|
|
|
CHARACTER ResolveToolbarItemKey (character)
|
Resolves the effective tool key of a toolbar button id
|
|
|
|
StoreAuthorization (dataset, FormAuthorizationParameter)
|
Stores the security assignment based on the dsAuthorizationMaintenance
Dataset for the given security realm and the given list of users/groups
|
|
|
|
StoreFieldSecurityItems (dataset, GetFormStructureParameter)
|
Creates the missing SmartFieldSecurityItem records for the fields of
the given repository based form and returns the refreshed structural
data
|
|
|
|
StorePageSecurityTokens (dataset, GetFormStructureParameter)
|
Stores the security tokens of the tab pages of the given repository
based form and returns the refreshed structural data
|
|
|
|
StoreToolbarSecurityItems (dataset, GetFormStructureParameter)
|
Creates the missing SmartToolbarSecurityItem records for the toolbar
items of the given repository based form and returns the refreshed
structural data
|
|
|
|
CHARACTER VerifyParameter (FormAuthorizationParameter)
|
Returns the GUID of the security realm of the given Parameter Object
and verifies the Parameter Object
|