Architecture
Introduction
The Context Manager Archicture is based in four components:
Name | Type | Description |
---|---|---|
Object Tree | Custom Metadata | Stores the hierarchy definition |
ObjectTreee | Apex Class | Parse and process the Object Tree |
ObjectTreeDTO | Apex Class | Internal APEX Object for Object Tree processing |
ObjectTreeCacheManager | Apex Class | Handles the cache for the Object Tree in order to drastically reduce the time spent in processing Object Trees |