Namespace Umbraco.Cms.Core.Services.Navigation
Classes
NavigationInitializationNotificationHandler
Responsible for seeding the in-memory navigation structures at application's startup by rebuild the navigation structures.
PublishStatusInitializationNotificationHandler
Responsible for seeding the in-memory publish status cache at application's startup by loading all data from the database.
PublishStatusService
Implements IPublishStatusManagementService and IPublishStatusQueryService verifying the published status of documents.
Interfaces
IDocumentNavigationManagementService
Provides management operations for the document navigation structure.
IDocumentNavigationQueryService
Provides query operations for the document navigation structure.
IMediaNavigationManagementService
Provides management operations for the media navigation structure.
IMediaNavigationQueryService
Provides query operations for the media navigation structure.
INavigationManagementService
Placeholder for sharing logic between the document and media navigation services for managing the navigation structure.
INavigationQueryService
Placeholder for sharing logic between the document and media navigation services for querying the navigation structure.
IPublishStatusManagementService
Provides management operations for the in-memory publish status cache.
IPublishStatusQueryService
Verifies the published status of documents.
IPublishedContentStatusFilteringService
Provides filtering operations specifically for published document content.
IPublishedMediaStatusFilteringService
Provides filtering operations specifically for published media content.
IPublishedStatusFilteringService
Provides filtering operations to determine which published content items are available for display.
IRecycleBinNavigationManagementService
Placeholder for sharing logic between the document and media navigation services for managing the recycle bin navigation structure.
IRecycleBinNavigationQueryService
Placeholder for sharing logic between the document and media navigation services for querying the recycle bin navigation structure.