Uses of Class
fr.gouv.vitam.collect.common.dto.CriteriaProjectDto
Packages that use CriteriaProjectDto
Package
Description
Provides Collect client interface, factory and implementations.
Provides the web server application for the Collect External module and the rest resources it uses.
Provides Collect client interface, factory and implementations.
-
Uses of CriteriaProjectDto in fr.gouv.vitam.collect.external.client
Methods in fr.gouv.vitam.collect.external.client with parameters of type CriteriaProjectDtoModifier and TypeMethodDescriptionCollectExternalClient.searchProject
(VitamContext vitamContext, CriteriaProjectDto criteria) get all projects by criteria Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectExternalClientRest.searchProject
(VitamContext vitamContext, CriteriaProjectDto criteria) -
Uses of CriteriaProjectDto in fr.gouv.vitam.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest with parameters of type CriteriaProjectDtoModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProjectExternalResource.searchProject
(CriteriaProjectDto criteriaProjectDto) -
Uses of CriteriaProjectDto in fr.gouv.vitam.collect.internal.client
Methods in fr.gouv.vitam.collect.internal.client with parameters of type CriteriaProjectDtoModifier and TypeMethodDescriptionRequestResponseOK<com.fasterxml.jackson.databind.JsonNode>
CollectInternalClient.searchProject
(CriteriaProjectDto criteria) get all projects by criteria Consume and produce MediaType.APPLICATION_JSONRequestResponseOK<com.fasterxml.jackson.databind.JsonNode>
CollectInternalClientRest.searchProject
(CriteriaProjectDto criteria) -
Uses of CriteriaProjectDto in fr.gouv.vitam.collect.internal.core.repository
Methods in fr.gouv.vitam.collect.internal.core.repository with parameters of type CriteriaProjectDtoModifier and TypeMethodDescriptionProjectRepository.searchProject
(CriteriaProjectDto criteriaProjectDto, int tenant) return projects according to criteria -
Uses of CriteriaProjectDto in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service with parameters of type CriteriaProjectDtoModifier and TypeMethodDescriptionProjectService.searchProject
(CriteriaProjectDto criteriaProjectDto) -
Uses of CriteriaProjectDto in fr.gouv.vitam.collect.internal.rest
Methods in fr.gouv.vitam.collect.internal.rest with parameters of type CriteriaProjectDtoModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProjectInternalResource.searchProject
(CriteriaProjectDto criteriaProjectDto)