Interface OntologyTagService

  • All Superinterfaces:
    TagService<org.molgenis.ontology.core.model.OntologyTerm,​org.molgenis.ontology.core.model.Ontology>
    All Known Implementing Classes:
    OntologyTagServiceImpl

    public interface OntologyTagService
    extends TagService<org.molgenis.ontology.core.model.OntologyTerm,​org.molgenis.ontology.core.model.Ontology>
    • Method Detail

      • removeAttributeTag

        void removeAttributeTag​(String entityTypeId,
                                String attributeName,
                                String relationIRI,
                                String ontologyTermIRI)
      • tagAttributesInEntity

        Map<String,​OntologyTag> tagAttributesInEntity​(String entity,
                                                            Map<org.molgenis.data.meta.model.Attribute,​org.molgenis.ontology.core.model.OntologyTerm> tags)