Uses of Class
io.goobi.viewer.model.administration.configeditor.FileRecord
Packages that use FileRecord
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Model classes for the in-browser configuration file editor, providing file listing,
locking, backup, and read/write access to configuration files on the server.
-
Uses of FileRecord in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return FileRecordModifier and TypeMethodDescriptionAdminConfigEditorBean.getCurrentFileRecord()Getter for the fieldcurrentFileRecord.Methods in io.goobi.viewer.managedbeans that return types with arguments of type FileRecordModifier and TypeMethodDescriptionAdminConfigEditorBean.getFileRecordsModel()getFileRecordsModel.Methods in io.goobi.viewer.managedbeans with parameters of type FileRecordModifier and TypeMethodDescriptionvoidAdminConfigEditorBean.createBackup(FileRecord rec) AdminConfigEditorBean.editFile(FileRecord record) Selects the given file record for editing and navigates to its edit view.booleanAdminConfigEditorBean.isFileLocked(FileRecord fileRecord) Determines whether the given fileRecord is locked, either by a different user session holding the in-memory edit lock or by an external vim process holding a swap-file lock on the file.voidAdminConfigEditorBean.selectFileAndShowBackups(FileRecord record) Selects the given file record explicitly (not via the DataModel row index), so the clicked file inside theui:repeatis selected reliably. -
Uses of FileRecord in io.goobi.viewer.model.administration.configeditor
Subclasses of FileRecord in io.goobi.viewer.model.administration.configeditorModifier and TypeClassDescriptionclassAFileRecordvariant that is always non-writable, used to expose read-only default configuration files (e.g. bundled defaults) in the configuration editor.Methods in io.goobi.viewer.model.administration.configeditor that return types with arguments of type FileRecordModifier and TypeMethodDescriptionFilesListing.getFileRecords()FilesListing.getFileRecordsModel()