Uses of Class
fr.gouv.vitam.ihmdemo.core.DslQueryHelper
Packages that use DslQueryHelper
Package
Description
Provides the web server application and configuration for the IHM Demo module and the rest resource it uses
Provides IHM core classes
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
-
Uses of DslQueryHelper in fr.gouv.vitam.ihmdemo.appserver
Constructors in fr.gouv.vitam.ihmdemo.appserver with parameters of type DslQueryHelperModifierConstructorDescriptionWebApplicationResource
(Set<String> permissions, WebApplicationConfig webApplicationConfig, IngestExternalClientFactory ingestExternalClientFactory, AdminExternalClientFactory adminExternalClientFactory, UserInterfaceTransactionManager userInterfaceTransactionManager, DslQueryHelper dslQueryHelper, PaginationHelper paginationHelper) -
Uses of DslQueryHelper in fr.gouv.vitam.ihmdemo.core
Methods in fr.gouv.vitam.ihmdemo.core that return DslQueryHelperConstructors in fr.gouv.vitam.ihmdemo.core with parameters of type DslQueryHelperModifierConstructorDescriptionUserInterfaceTransactionManager
(AccessExternalClientFactory accessExternalClientFactory, AdminExternalClientFactory adminExternalClientFactory, AccessExternalClientV2Factory accessExternalClientV2Factory, DslQueryHelper dslQueryHelper) -
Uses of DslQueryHelper in fr.gouv.vitam.ihmrecette.appserver
Constructors in fr.gouv.vitam.ihmrecette.appserver with parameters of type DslQueryHelperModifierConstructorDescriptionWebApplicationResource
(WebApplicationConfig webApplicationConfigonfig, UserInterfaceTransactionManager userInterfaceTransactionManager, PaginationHelper paginationHelper, DslQueryHelper dslQueryHelper, StorageService storageService) Constructor