| Class | Description |
---|
| abstractSubmissionPackageModule | Abstract class that all (standard) item-level submission package builder modules extend |
| AddNewImagesAndViewsModule | Item-level submission package module adds only newly added images and views to the resource object |
| AddTrackingWorkflowModule | Item-level submission package module adds new tracking workflow and milestones for the incoming digital resource folder |
| AttachAllNonImageFilesModule | Item-level submission package module adds ALL non-image files to the digital resource,
regardless if they were newly added or not |
| AttachImagesAllModule | Item-level submission package module adds ALL the image files to the digital resource,
regardless if they were just uploaded or not |
| CheckForSsnModule | Item-level submission package module checks the text files for a match that appears
to be a social security number and emails a warning to the privacy email address on a possible match |
| CleanDirtyOcrModule | Item-level submission package module attempts to clean dirty OCR files that may somehow
contain unprintable characters and other flaws |
| CleanWebResourceFolderModule | Item-level submission package module performs some cleanup on digital resource folders
from previous versions that had some extraneous files and didn't store the backup files in a subfolder |
| ConvertOfficeFilesToPdfModule | Item-level submission package module converts office files ( powerpoints and Word files )
into a PDF, while still retaining the original file |
| CopyToArchiveFolderModule | Item-level submission package module copies all incoming files into an archive
folder, where an archiving process can pickup the new files |
| CreateImageDerivativesModule | Item-level submission package module creates all the image derivative files from original jpeg and tiff files |
| CreatePdfThumbnailModule | Item-level submission package module extracts a thumbnail image from a PDF file |
| CreateStaticVersionModule | Item-level submission package module creates a static version for serving to search
engine robots to provide as much indexable data as possible |
| DeleteItemModule | Item-level submission package module performs a delete from the database and moves all digital resource
files into the recycle bin |
| EnsureMainThumbnailModule | Item-level submission package module ensures a main thumbnail has been selected for this digital resource |
| ExtractTextFromHtmlModule | Item-level submission package module extracts indexable (i.e, without the tags) text from a HTML file |
| ExtractTextFromPdfModule | Item-level submission package module extracts indexable text from a PDF file |
| ExtractTextFromXmlModule | Item-level submission package module extracts indexable (i.e, without the tags) text from a HTML file |
| GetPageCountFromPdfModule | Item-level submission package module gets the page count from a PDF file, for statiscal reporting |
| MoveFilesToImageServerModule | Item-level submission package module moves all the incoming files and images to the image server,
while keeping track of which images were newly added |
| OcrTiffsModule | Item-level submission package module performs OCR on the incoming TIFF files to create indexable text |
| ReloadMetsAndBasicDbInfoModule | Item-level submission package module reloads the basic behavior information from the database into the
digital resource, such as collections and thumbnails |
| SaveMarcXmlModule | Item-level submission package module saves a MarcXML file within the digital resource folder |
| SaveServiceMetsModule | Item-level submission package module saves a service METS file within the digital resource folder |
| SaveToDatabaseModule | Item-level submission package module saves all of the digital resource information to the database |
| SaveToSolrLuceneModule | Item-level submission package module saves all of the digital resource information to solr/lucene |
| UpdateJpegAttributesModule | Item-level submission package module updates the basic dimensional information stored for all of the JPEG files
within the service METS file |
| UpdateWebConfigModule | Item-level submission package module updates the item-level web.config file based on restriction information |