Difference between revisions of "CONTEXT"
(Created page with "A defined context defines the usage (use case) of data access. A context knows all its object types (MetaClasses) and the Properties (columns) that are available in it...") |
(→Own Properties) |
||
(24 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | A | + | {{MetaClassInfoBox |
− | There might be different contexts defined for read access and write access for the same MetaClass | + | | title = Context |
− | + | | name = CONTEXT | |
− | + | | internalname = SystemObjects.{{PAGENAME}} | |
+ | | inheritance = {{SYSTEMOBJECT}} | ||
+ | | namespace = System.ACM | ||
+ | | image = [[File:SY_CONTEXT.png|220px]] | ||
+ | | imagecaption = Context | ||
+ | | purpose = Configure contexts for ACM | ||
+ | | version = 2+ | ||
+ | | typestring = UBIK.Kernel.MetaClass | ||
+ | | runtimetype = UBIK.Content.ACM.AdjustableRightsContext | ||
+ | }} | ||
+ | A context defines the usage (use case) of data access and the scope of object types ([[MetaClasses]]) and their [[MetaProperty|properties]] that are available in its context. There might be different contexts scopes defined for read access and write access for the same MetaClass. | ||
− | [[Category: | + | The contexts are related to an [[application]] via the [[SYSREL_CONTEXT]] relation. |
+ | |||
+ | == Own Properties == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | Data type !! Comment | ||
+ | |- | ||
+ | | VIEW|| {{Guid}} || Reference to a view defining the objects' hierarchy | ||
+ | |- | ||
+ | | DATETIMEFORMAT || {{Text}} || Configure a user specific date / time format to be used for visualizing date / time values on the client | ||
+ | |- | ||
+ | | METADEFINITION || {{XML}} || Released [[MetaDefinitions]] are stored here | ||
+ | |- | ||
+ | | PERSISTENTMETADEFS || {{Boolean}} || Store MetaDefinitions in database | ||
+ | |} | ||
+ | |||
+ | [[Category:Metaclasses|CONTEXT]] | ||
+ | [[Category:Publishing|C]] |
Latest revision as of 07:31, 25 August 2015
A context defines the usage (use case) of data access and the scope of object types (MetaClasses) and their properties that are available in its context. There might be different contexts scopes defined for read access and write access for the same MetaClass.
The contexts are related to an Application via the SYSREL CONTEXT relation.
Own Properties
Name | Data type | Comment |
---|---|---|
VIEW | Guid | Reference to a view defining the objects' hierarchy |
DATETIMEFORMAT | Text | Configure a user specific date / time format to be used for visualizing date / time values on the client |
METADEFINITION | XML | Released MetaDefinitions are stored here |
PERSISTENTMETADEFS | Boolean | Store MetaDefinitions in database |