SobekCM.Engine_Library.Items Namespace
Factory and utility classes for building the SobekCM_Item objects from the METS files and information from the database. Sub-namespaces facilitate with other activities, such as mapping to a BriefItemInfo object.
Sub-Namespaces
Namespace | Description |
---|
Authority | Authority objects for streets and features, used within the Ephemeral Cities project initially |
BriefItems | Factory class for the BriefItem object as well as any necessary general helper classes. The factory utilizes all the mapping objects in the Mappers sub-namespace, as specified by the configuraiton file. |
BriefItems.Mappers | Mappers which map a discrete set of fields from the SobekCM_Item object to the BriefItem object that is shared via the REST APIs with the ui-layer |
Classes
| Class | Description |
---|
| SobekCM_Item_Factory | Static class is used to build item and page objects for display in SobekCM |
| SobekCM_Item_Updater | Code to update an existing digital resource, from a newly updated SobekCM_Item object |
| SobekCM_METS_Based_ItemBuilder | Class reads the METS files for digital resource via HTTP and then constructs the
related digital resource object |