Difference between revisions of "CONTEXT"
Line 14: | Line 14: | ||
The contexts for a given [[ACM]] are defined by using a [[relation]] (“CONTEXT”). | The contexts for a given [[ACM]] are defined by using a [[relation]] (“CONTEXT”). | ||
Applications know their related [[ContextObjects]]. | Applications know their related [[ContextObjects]]. | ||
− | |||
− | |||
[[Category:UBIK]] | [[Category:UBIK]] | ||
[[Category:System MetaClasses]] | [[Category:System MetaClasses]] |
Revision as of 06:43, 26 June 2013
Context | |
---|---|
Name | CONTEXT |
Namespace | System.ACM |
Internal Name | Context |
TypeString | {{{typestring}}} |
RuntimeType | {{{runtimetype}}} |
Purpose | Configure contexts for ACM |
Version | 2+ |
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 its context.
There might be different contexts scopes defined for read access and write access for the same MetaClass.
The contexts for a given ACM are defined by using a Relation (“CONTEXT”).
Applications know their related ContextObjects.