Uses of Record Class
io.dialob.boot.settings.SettingsPageAttributes
Packages that use SettingsPageAttributes
-
Uses of SettingsPageAttributes in io.dialob.boot.settings
Methods in io.dialob.boot.settings that return types with arguments of type SettingsPageAttributesModifier and TypeMethodDescriptionAdminApplicationSettings.tenants()Returns the value of thetenantsrecord component.ComposerApplicationSettings.tenants()Returns the value of thetenantsrecord component.QuestionnaireApplicationSettings.tenants()Returns the value of thetenantsrecord component.ReviewApplicationSettings.tenants()Returns the value of thetenantsrecord component.Constructor parameters in io.dialob.boot.settings with type arguments of type SettingsPageAttributesModifierConstructorDescriptionAdminApplicationSettings(String apiUrl, String fillingAppUrl, String reviewAppUrl, String composerAppUrl, String documentation, @NotNull String contextPath, boolean versioning, Map<String, SettingsPageAttributes> tenants) Creates an instance of aAdminApplicationSettingsrecord class.ComposerApplicationSettings(String backendApiUrl, String documentationUrl, String fillingAppUrl, String subApplicationName, String url, @NotNull String contextPath, String adminAppUrl, Map<String, SettingsPageAttributes> tenants) Constructor for ComposerApplicationSettings.QuestionnaireApplicationSettings(String socketUrl, String reviewUrl, String restUrl, String connectionMode, String backendApiUrl, @NotNull String contextPath, Map<String, SettingsPageAttributes> tenants) Creates an instance of aQuestionnaireApplicationSettingsrecord class.ReviewApplicationSettings(String apiUrl, @NotNull String contextPath, Map<String, SettingsPageAttributes> tenants) Creates an instance of aReviewApplicationSettingsrecord class.