Uses of Class
fr.gouv.vitam.functional.administration.common.exception.ProfileNotFoundException
-
Packages that use ProfileNotFoundException Package Description fr.gouv.vitam.functional.administration.client Provides Functional administration client interface, factory and implementations.fr.gouv.vitam.functional.administration.profile.api fr.gouv.vitam.functional.administration.profile.api.impl -
-
Uses of ProfileNotFoundException in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that throw ProfileNotFoundException Modifier and Type Method Description javax.ws.rs.core.ResponseAdminManagementClient. downloadProfileFile(java.lang.String profileMetadataId)Download the profile file according to profileMetadataIdjavax.ws.rs.core.ResponseAdminManagementClientMock. downloadProfileFile(java.lang.String profileMetadataId) -
Uses of ProfileNotFoundException in fr.gouv.vitam.functional.administration.profile.api
Methods in fr.gouv.vitam.functional.administration.profile.api that throw ProfileNotFoundException Modifier and Type Method Description javax.ws.rs.core.ResponseProfileService. downloadProfileFile(java.lang.String profileIdentifier)download file corresponding to profileIdentifier -
Uses of ProfileNotFoundException in fr.gouv.vitam.functional.administration.profile.api.impl
Methods in fr.gouv.vitam.functional.administration.profile.api.impl that throw ProfileNotFoundException Modifier and Type Method Description javax.ws.rs.core.ResponseProfileServiceImpl. downloadProfileFile(java.lang.String profileIdentifier)
-