Uses of Interface
org.molgenis.semanticsearch.service.TagService
-
Packages that use TagService Package Description org.molgenis.semanticsearch.config org.molgenis.semanticsearch.service org.molgenis.semanticsearch.service.impl -
-
Uses of TagService in org.molgenis.semanticsearch.config
Methods in org.molgenis.semanticsearch.config that return TagService Modifier and Type Method Description TagService<org.molgenis.data.semantic.LabeledResource,org.molgenis.data.semantic.LabeledResource>SemanticSearchConfig. tagService() -
Uses of TagService in org.molgenis.semanticsearch.service
Subinterfaces of TagService in org.molgenis.semanticsearch.service Modifier and Type Interface Description interfaceOntologyTagService -
Uses of TagService in org.molgenis.semanticsearch.service.impl
Classes in org.molgenis.semanticsearch.service.impl that implement TagService Modifier and Type Class Description classOntologyTagServiceImplService to tag metadata with ontology terms.classUntypedTagServiceService to tag metadata with simple String terms.
-