Difference between revisions of "CONTEXT"
(→Own Properties) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
| title = Context | | title = Context | ||
| name = CONTEXT | | name = CONTEXT | ||
− | | internalname = | + | | internalname = SystemObjects.{{PAGENAME}} |
| inheritance = {{SYSTEMOBJECT}} | | inheritance = {{SYSTEMOBJECT}} | ||
− | | namespace = System | + | | namespace = System.ACM |
| image = [[File:SY_CONTEXT.png|220px]] | | image = [[File:SY_CONTEXT.png|220px]] | ||
| imagecaption = Context | | imagecaption = Context | ||
| purpose = Configure contexts for ACM | | purpose = Configure contexts for ACM | ||
| version = 2+ | | 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. | 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. | ||
Line 19: | Line 21: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | VIEW|| Guid || Reference to a view defining the objects' hierarchy | + | | VIEW|| {{Guid}} || Reference to a view defining the objects' hierarchy |
|- | |- | ||
− | | DATETIMEFORMAT || | + | | 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 | + | | METADEFINITION || {{XML}} || Released [[MetaDefinitions]] are stored here |
|- | |- | ||
− | | PERSISTENTMETADEFS || | + | | PERSISTENTMETADEFS || {{Boolean}} || Store MetaDefinitions in database |
|} | |} | ||
+ | [[Category:Metaclasses|CONTEXT]] | ||
[[Category:Publishing|C]] | [[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 |