Class AdminWebService.OntologyStatusValueObject
java.lang.Object
ubic.gemma.rest.AdminWebService.OntologyStatusValueObject
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionEvery spelling the refresh / rebuild-slim endpoints accept for this ontology.Java simple class name (always available, even if inspection fails).Set if inspection threw; the rest of the row will be partially populated.Stable, space-free handle for this ontology — its well-known abbreviation when it has one (CLO, HPO, TGEMO, …), otherwise its cache name.True while the background load thread is alive.The ontology'sdc:title; null when it doesn't declare one or isn't loaded yet.True if the underlying bean implementsSlimmableOntologyService— i.e.Populated only when the request specifies `includeTermCount=true` AND the ontology is loaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
Java simple class name (always available, even if inspection fails). -
identifier
Stable, space-free handle for this ontology — its well-known abbreviation when it has one (CLO, HPO, TGEMO, …), otherwise its cache name. Always available, even before the ontology is loaded, and always usable as the{name}path argument of the refresh and rebuild-slim endpoints. This is what a client should display and send back. -
acceptedNames
-
name
The ontology'sdc:title; null when it doesn't declare one or isn't loaded yet. -
description
-
enabled
-
loaded
-
initializing
True while the background load thread is alive. -
initializationCancelled
-
inferenceMode
-
languageLevel
-
searchEnabled
-
processImports
-
termCount
Populated only when the request specifies `includeTermCount=true` AND the ontology is loaded. -1 on query failure. -
slimmable
True if the underlying bean implementsSlimmableOntologyService— i.e. it supports the/admin/ontologies/{name}/rebuild-slimendpoint. Drives the admin UI's per-row "rebuild slim" action button. -
error
Set if inspection threw; the rest of the row will be partially populated.
-
-
Constructor Details
-
OntologyStatusValueObject
public OntologyStatusValueObject()
-