Jump to: navigation, search

Difference between revisions of "CONTEXT"


(Own Properties)
 
Line 21: 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  || String || Configure a user specific date / time format to be used for visualizing date / time values on the client
+
| 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 || bool || Store MetaDefinitions in database
+
| PERSISTENTMETADEFS || {{Boolean}} || Store MetaDefinitions in database
 
|}
 
|}
  
 +
[[Category:Metaclasses|CONTEXT]]
 
[[Category:Publishing|C]]
 
[[Category:Publishing|C]]
[[Category:Metaclasses]]
 

Latest revision as of 07:31, 25 August 2015

IC METACLASS.gif Context
Name CONTEXT
Namespace System.ACM
Internal Name SystemObjects.CONTEXT
TypeString UBIK.Kernel.MetaClass
RuntimeType UBIK.Content.ACM.AdjustableRightsContext
Purpose Configure contexts for ACM
Version 2+

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