| Class | Description |
|---|---|
| ConfigContextImpl |
Class that represents the config of a session or of core note: every access to resources via this API must be in a transaction.
|
| ConfigServiceImpl |
The main class for the Config Service.
|
| ConfigText |
Internationalizable text message used by Config Framework
|
| CoreToSessionPropagator |
Propagates core updates to the sessions
|
| ExecRecordWriter |
generates the execution records - History record and Undo record.
|
| InternalTypes |
Collections of internal simple types
|
| InternalTypes.ExecHistoryTypeDef |
Component type for persisting execution history (ExecRecord)
|
| InternalTypes.SessionDataTypeDef |
Component type for persisting session data (InternalSessionData)
|
| InternalTypes.SystemDataTypeDef |
Component type for storing records related to initialization of the config framework and other special information.
|
| InternalTypes.UndoInfoTypeDef |
Component type for persisting undo information
|
| InternalTypes.UploadStoreTypeDef |
Component type for uploaded configuration jar files
|
| LocationDataTypeDef |
Resource type def representing a location
|
| LocationType |
virtual type to handle CRUD operations for project/folder/domain refs
|
| LoggerFactoryImpl | |
| NotificationOrderComparator |
This comparator orders the diffs so that the resulting execution order does not generate errors due to dependencies etc.
|
| ParentChildProcessor | |
| Plugins |
Contains plugins registered with the Config Service
|
| ProjectViewImpl |
Impl of the ProjectView.
|
| ReferenceViewImpl |
Impl of the ReferenceView.
|
| ResourceListenerNotifier | |
| SystemData |
Contains classes that are used to store information about the config service.
|
| SystemData.InitializationRecord |
Record that stores information about the very first initialization of the config service.
|
| SystemData.OOTBRefsCreated |
Record that stores which OOTB resources and locations have been created.
|
| UndoHelper |
Contains complex logic for undo operations
|