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) booleanAdminConfigEditorBean.isFileLocked(FileRecord fileRecord) Determines whether the given fileRecord is locked by a different user session. -
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()