Uses of Class
io.gravitee.am.service.model.PatchApplication
Packages that use PatchApplication
-
Uses of PatchApplication in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type PatchApplicationModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<Application>ApplicationService.patch(String domain, String id, PatchApplication patchApplication) io.reactivex.rxjava3.core.Single<Application>ApplicationService.patch(String domain, String id, PatchApplication patchApplication, User principal) -
Uses of PatchApplication in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type PatchApplicationModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Application>ApplicationServiceImpl.patch(String domain, String id, PatchApplication patchApplication, User principal) -
Uses of PatchApplication in io.gravitee.am.service.utils
Methods in io.gravitee.am.service.utils with parameters of type PatchApplicationModifier and TypeMethodDescriptionstatic Set<Permission>PermissionSettingUtils.getRequiredPermissions(PatchApplication application) Returns the list of required permission depending on what fields are filled.