Uses of Class
io.meeds.appcenter.model.Application
Packages that use Application
Package
Description
-
Uses of Application in io.meeds.appcenter.model
Subclasses of Application in io.meeds.appcenter.modelMethods in io.meeds.appcenter.model that return types with arguments of type ApplicationMethod parameters in io.meeds.appcenter.model with type arguments of type ApplicationModifier and TypeMethodDescriptionApplicationList.setApplications(List<Application> applications) Constructors in io.meeds.appcenter.model with parameters of type ApplicationModifierConstructorDescriptionApplicationDescriptor(String name, Application application) ApplicationForm(Application application) -
Uses of Application in io.meeds.appcenter.rest
Methods in io.meeds.appcenter.rest that return ApplicationModifier and TypeMethodDescriptionApplicationRest.createApplication(jakarta.servlet.http.HttpServletRequest request, ApplicationForm application) -
Uses of Application in io.meeds.appcenter.service
Methods in io.meeds.appcenter.service that return ApplicationModifier and TypeMethodDescriptionApplicationCenterService.createApplication(Application application) Create new Application that will be available for all users.ApplicationCenterService.createApplication(Application application, String username) Create new Application that will be available for all users.ApplicationCenterService.findSystemApplicationByUrl(String url) ApplicationCenterService.getApplication(long applicationId) Get an application by idMethods in io.meeds.appcenter.service that return types with arguments of type ApplicationMethods in io.meeds.appcenter.service with parameters of type ApplicationModifier and TypeMethodDescriptionbooleanApplicationCenterService.canAccess(Application application, String username) ApplicationCenterService.createApplication(Application application) Create new Application that will be available for all users.ApplicationCenterService.createApplication(Application application, String username) Create new Application that will be available for all users.booleanApplicationCenterInjectService.isDefaultSystemApplication(Application application) Checks whether the application is a system application injected by configuration or notvoidApplicationCenterService.updateApplication(Application application) voidApplicationCenterService.updateApplication(Application application, String username) Update an existing application on datasource. -
Uses of Application in io.meeds.appcenter.storage
Methods in io.meeds.appcenter.storage that return ApplicationModifier and TypeMethodDescriptionApplicationCenterStorage.createApplication(Application application) ApplicationCenterStorage.findSystemApplicationByUrl(String url) ApplicationCenterStorage.getApplication(long applicationId) Methods in io.meeds.appcenter.storage that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationCenterStorage.getApplications(String keyword) ApplicationCenterStorage.getSystemApplications()Methods in io.meeds.appcenter.storage with parameters of type ApplicationModifier and TypeMethodDescriptionApplicationCenterStorage.createApplication(Application application) voidApplicationCenterStorage.updateApplication(Application application)