org.dspace.app.xmlui.aspect.administrative.registries |
|
Java Source File Name | Type | Comment |
DeleteBitstreamFormatsConfirm.java | Class | Confirm the deletition of bitstream formats by listing to-be-deleted
formats and asking the user for confirmation. |
DeleteMetadataFieldsConfirm.java | Class | Prompt the user with a list of to-be-deleted metadata fields and
ask the user if they are sure they want them deleted. |
DeleteMetadataSchemaConfirm.java | Class | Prompt the user to determin if they really want to delete the displayed schemas. |
EditBitstreamFormat.java | Class | Enable the user to edit a bitstream format's metadata. |
EditMetadataSchema.java | Class | Edit a metadata schema by: listing all the existing fields in
the schema, prompt the user to add a new field. |
FormatRegistryMain.java | Class | Main management page for bitstream formats, this page lists all known formats
enabling the user to add more, updating existing, or delete formats. |
MetadataRegistryMain.java | Class | This is the main entry point for managing the metadata registry. |
MoveMetadataFields.java | Class | Show a list of selected fields, and prompt the user to enter a destination schema for these fields. |