Interface AdditionalSupportInformationService
- All Known Implementing Classes:
ApplicationLinkSupportInformationService
,BetterSsoConfigAdditionalSupportInformationService
,ClusterAdditionalSupportInformationService
,GroupLevelAdminAdditionalSupportInformationService
,MailConfigAdditionalSupportInformationService
,PropertiesAdditionalSupportInformationService
,ProxyAdditionalSupportInformationService
public interface AdditionalSupportInformationService
Service for providing additional information to
SupportInformationService
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
extendSupportInformation
(SupportInformationBuilder supportInformationBuilder) Adds additional support information to the provided builderdefault void
extendSupportInformation
(SupportInformationBuilder supportInformationBuilder, Application application, int applicationIndex) Adds additional support information related to the specified application to the provided builder
-
Method Details
-
extendSupportInformation
Adds additional support information to the provided builder- Parameters:
supportInformationBuilder
- the builder that will be filled with additional information
-
extendSupportInformation
default void extendSupportInformation(SupportInformationBuilder supportInformationBuilder, Application application, int applicationIndex) Adds additional support information related to the specified application to the provided builder- Parameters:
supportInformationBuilder
- the builder that will be filled with additional informationapplication
- the application to which the additional information relates toapplicationIndex
- the index of the application, used to build prefixes for item names
-