Interface AdditionalSupportInformationService
public interface AdditionalSupportInformationService
Service for providing additional information to
SupportInformationService.-
Method Summary
Modifier and TypeMethodDescriptionvoidextendSupportInformation(SupportInformationBuilder supportInformationBuilder) Adds additional support information to the provided builderdefault voidextendSupportInformation(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
-