Uses of Interface
org.molgenis.app.manager.service.AppManagerService
-
Packages that use AppManagerService Package Description org.molgenis.app.manager.controller org.molgenis.app.manager.decorator org.molgenis.app.manager.service.impl -
-
Uses of AppManagerService in org.molgenis.app.manager.controller
Constructors in org.molgenis.app.manager.controller with parameters of type AppManagerService Constructor Description AppController(AppManagerService appManagerService, org.molgenis.security.core.UserPermissionEvaluator userPermissionEvaluator, org.molgenis.settings.AppSettings appSettings, org.molgenis.web.menu.MenuReaderService menuReaderService, org.molgenis.data.file.FileStore fileStore)AppManagerController(AppManagerService appManagerService, org.molgenis.data.DataService dataService) -
Uses of AppManagerService in org.molgenis.app.manager.decorator
Constructors in org.molgenis.app.manager.decorator with parameters of type AppManagerService Constructor Description AppRepositoryDecorator(org.molgenis.data.Repository<App> delegateRepository, AppManagerService appManagerService)AppsRepositoryDecoratorFactory(AppMetadata appMetadata, AppManagerService appManagerService) -
Uses of AppManagerService in org.molgenis.app.manager.service.impl
Classes in org.molgenis.app.manager.service.impl that implement AppManagerService Modifier and Type Class Description classAppManagerServiceImpl
-