Uses of Interface
org.molgenis.ontology.sorta.service.SortaService
-
Packages that use SortaService Package Description org.molgenis.ontology org.molgenis.ontology.sorta.controller org.molgenis.ontology.sorta.service.impl -
-
Uses of SortaService in org.molgenis.ontology
Methods in org.molgenis.ontology that return SortaService Modifier and Type Method Description SortaServiceSortaConfig. sortaService() -
Uses of SortaService in org.molgenis.ontology.sorta.controller
Constructors in org.molgenis.ontology.sorta.controller with parameters of type SortaService Constructor Description SortaController(org.molgenis.ontology.core.service.OntologyService ontologyService, SortaService sortaService, org.molgenis.security.user.UserAccountService userAccountService, org.molgenis.data.file.FileStore fileStore, org.molgenis.security.core.UserPermissionEvaluator permissionService, org.molgenis.data.DataService dataService, org.molgenis.web.menu.MenuReaderService menuReaderService, org.molgenis.data.populate.IdGenerator idGenerator, org.molgenis.data.security.permission.PermissionSystemService permissionSystemService, MatchingTaskContentMetaData matchingTaskContentMetaData, SortaJobExecutionMetadata sortaJobExecutionMetaData, org.molgenis.ontology.core.meta.OntologyTermMetadata ontologyTermMetadata, SortaJobExecutionFactory sortaJobExecutionFactory, org.molgenis.data.meta.model.EntityTypeFactory entityTypeFactory, org.molgenis.data.meta.model.AttributeFactory attrMetaFactory, org.molgenis.jobs.JobExecutor jobExecutor) -
Uses of SortaService in org.molgenis.ontology.sorta.service.impl
Classes in org.molgenis.ontology.sorta.service.impl that implement SortaService Modifier and Type Class Description classSortaServiceImpl
-