SobekCM.Engine_Library.Endpoints Namespace
Standard classes that support specific SobekCM engine endpoints and are referenced in the engine configuration file.
Classes
| Class | Description |
---|
| AdministrativeServices | Class supports all the administrative-related services provided by the SobekCM engine
and not already provided via a more specialized service-related endpoint |
| AggregationServices | Class supports all the aggregation-level services provided by the SobekCM engine |
| BuilderServices | Class supports all the builder-related services provided by the SobekCM engine |
| CustomServices | Custom services endpoint is used to demonstrate how to add new endpoints to the
SobekCM system that are not part of the main system |
| DataServices | Endpoint supports services related to data-specific digital resources |
| EndpointBase | Base engine endpoint has helper method for serialization of the return object |
| ItemServices | Class supports all the item-level services provided by the SobekCM engine |
| NavigationServices | Endpoint supports services related to basic navigation, such
as resolving the URL to the Navigation_Object |
| ResultsServices | Endpoint supports services related to search results (or item browses) across the
entire instance or a subset of aggregations |
| WebContentServices | Endpoint supports services related to the static web content, CMS functionality |
| WebSkinServices | Class supports all the web skin-level services provided by the SobekCM engine |
Enumerations