Uses of Class
net.webpdf.wsclient.openapi.AdminProviderCheck
-
Packages that use AdminProviderCheck Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminProviderCheck in net.webpdf.wsclient.openapi
Subclasses of AdminProviderCheck in net.webpdf.wsclient.openapi Modifier and Type Class Description classAdminDocumentStorageProviderCheckValidates the configured configuration of the document storage provider.classAdminFileStorageProviderCheckValidates the configured configuration of the file storage provider.classAdminSessionStorageProviderCheckValidates the configured configuration of the session storage provider.Methods in net.webpdf.wsclient.openapi that return AdminProviderCheck Modifier and Type Method Description AdminProviderCheckAdminProviderCheck. checkType(AdminProviderCheckMode checkType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminProviderCheck Modifier and Type Method Description @NotNull List<AdminProviderCheck>AdminProviderConfiguration. getConfigurationChecks()Get configurationChecksMethods in net.webpdf.wsclient.openapi with parameters of type AdminProviderCheck Modifier and Type Method Description AdminProviderConfigurationAdminProviderConfiguration. addConfigurationChecksItem(AdminProviderCheck configurationChecksItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminProviderCheck Modifier and Type Method Description AdminProviderConfigurationAdminProviderConfiguration. configurationChecks(List<AdminProviderCheck> configurationChecks)voidAdminProviderConfiguration. setConfigurationChecks(List<AdminProviderCheck> configurationChecks) -
Uses of AdminProviderCheck in net.webpdf.wsclient.session.rest.administration
Method parameters in net.webpdf.wsclient.session.rest.administration with type arguments of type AdminProviderCheck Modifier and Type Method Description @NotNull AdminConfigurationResultAbstractAdministrationManager. updateProviderConfiguration(@NotNull ProviderSettings configuration, @NotNull List<AdminProviderCheck> checks)Updates theProviderSettingsconfiguration if noAdminConfigurationResult.getError()occured.@NotNull AdminConfigurationResultAdministrationManager. updateProviderConfiguration(@NotNull ProviderSettings configuration, @NotNull List<AdminProviderCheck> checks)Updates theProviderSettingsconfiguration if noAdminConfigurationResult.getError()occurred.@NotNull AdminConfigurationResultAbstractAdministrationManager. validateProviderConfiguration(@NotNull ProviderSettings configuration, @NotNull List<AdminProviderCheck> checks)Validates theProviderSettingsconfiguration with the givenAdminProviderChecks.@NotNull AdminConfigurationResultAdministrationManager. validateProviderConfiguration(@NotNull ProviderSettings configuration, @NotNull List<AdminProviderCheck> checks)Validates theProviderSettingsconfiguration with the givenAdminProviderChecks.
-