Uses of Class
fr.gouv.vitam.functional.administration.common.exception.AdminManagementClientServerException
Packages that use AdminManagementClientServerException
Package
Description
Provides the web server application for the Access External module and the rest resources it uses.
Provides Functional administration client interface, factory and implementations.
Provides Exception classes for the Functional Administration module.
-
Uses of AdminManagementClientServerException in fr.gouv.vitam.access.external.rest
Methods in fr.gouv.vitam.access.external.rest that throw AdminManagementClientServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminManagementExternalResource.findGriffin
(com.fasterxml.jackson.databind.JsonNode select) javax.ws.rs.core.Response
AdminManagementExternalResource.importGriffin
(com.fasterxml.jackson.databind.JsonNode griffins) javax.ws.rs.core.Response
AdminManagementExternalResource.updateAccessContract
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Update access contractjavax.ws.rs.core.Response
AdminManagementExternalResource.updateArchiveUnitProfile
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Update archive unit profilejavax.ws.rs.core.Response
AdminManagementExternalResource.updateContext
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Update contextjavax.ws.rs.core.Response
AdminManagementExternalResource.updateIngestContract
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Update ingest contractjavax.ws.rs.core.Response
AdminManagementExternalResource.updateProfile
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Update profilejavax.ws.rs.core.Response
AdminManagementExternalResource.updateSecurityProfile
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Update a security profile -
Uses of AdminManagementClientServerException in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that throw AdminManagementClientServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminManagementClient.checkAgenciesFile
(InputStream stream) Check if agencies file is well formatedjavax.ws.rs.core.Response
AdminManagementClient.checkRulesFile
(InputStream stream) Check if rule file is well formatedAdminManagementClient.createAccessionRegisterSymbolic
(List<Integer> tenants) Creates and return the accession register symbolic.AdminManagementClient.createArchiveUnitProfiles
(List<ArchiveUnitProfileModel> archiveUnitProfileModelList) Import a set of archive unit profile metadata.AdminManagementClientMock.createArchiveUnitProfiles
(List<ArchiveUnitProfileModel> archiveUnitProfileModelList) javax.ws.rs.core.Response.Status
AdminManagementClient.createExternalOperation
(LogbookOperationParameters logbookOperationparams) Create external logbook operation entry
javax.ws.rs.core.Response.Status
AdminManagementClientMock.createExternalOperation
(LogbookOperationParameters logbookOperationparams) AdminManagementClient.createOrUpdateAccessionRegister
(AccessionRegisterDetailModel register) AdminManagementClient.createProfiles
(List<ProfileModel> profileModelList) Import a set of profile If all the profiles are valid, they will be stored in the collection and indexed The input is invalid in the following situations : The json is invalid The json contains 2 ore many profile having the same name One or more mandatory field is missing A field has an invalid format One or many profiles already exist in the databaseAdminManagementClientMock.createProfiles
(List<ProfileModel> profileModelList) javax.ws.rs.core.Response.Status
AdminManagementClient.deleteUnitExternalSchemas
(List<String> paths) Delete one or more external schemas by path(s)javax.ws.rs.core.Response
AdminManagementClient.downloadProfileFile
(String profileMetadataId) Download the profile file according to profileMetadataIdjavax.ws.rs.core.Response
AdminManagementClientMock.downloadProfileFile
(String profileMetadataId) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.evidenceAudit
(com.fasterxml.jackson.databind.JsonNode queryDsl) launch a traceability audit for the unitRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClientMock.evidenceAudit
(com.fasterxml.jackson.databind.JsonNode query) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.exportProbativeValue
(ProbativeValueRequest probativeValueRequest) Launch an probative value export for the queryAdminManagementClient.findAccessContracts
(com.fasterxml.jackson.databind.JsonNode queryDsl) Find access contracts By id mongo By the name By comlexe criteriaAdminManagementClientMock.findAccessContracts
(com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.findAccessContractsByID
(String documentId) AdminManagementClient.findArchiveUnitProfiles
(com.fasterxml.jackson.databind.JsonNode query) Find profiles according to the given json query (we can also use this method to find profile by identifier)AdminManagementClientMock.findArchiveUnitProfiles
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClient.findArchiveUnitProfilesByID
(String id) Find archive unit profile by technical id (id generated by the database)AdminManagementClientMock.findArchiveUnitProfilesByID
(String requestedId) AdminManagementClient.findContextById
(String id) Find context by idAdminManagementClient.findContexts
(com.fasterxml.jackson.databind.JsonNode queryDsl) Find contextsAdminManagementClient.findGriffin
(com.fasterxml.jackson.databind.JsonNode dslQuery) AdminManagementClient.findGriffinByID
(String id) AdminManagementClientMock.findGriffinByID
(String id) AdminManagementClient.findIngestContracts
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClientMock.findIngestContracts
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClient.findIngestContractsByID
(String id) AdminManagementClientMock.findIngestContractsByID
(String id) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.findJobs()
AdminManagementClient.findManagementContracts
(com.fasterxml.jackson.databind.JsonNode queryDsl) Find management contracts By id mongo By the name By comlexe criteriaAdminManagementClientMock.findManagementContracts
(com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.findManagementContractsByID
(String documentId) AdminManagementClientMock.findManagementContractsByID
(String documentId) AdminManagementClient.findOntologyByID
(String id) Find the ontology by technical id (id generated by the database)AdminManagementClientMock.findOntologyByID
(String requestedId) AdminManagementClient.findPreservation
(com.fasterxml.jackson.databind.JsonNode dslQuery) AdminManagementClientMock.findPreservation
(com.fasterxml.jackson.databind.JsonNode dslQuery) AdminManagementClient.findPreservationByID
(String id) AdminManagementClientMock.findPreservationByID
(String id) AdminManagementClient.findProfiles
(com.fasterxml.jackson.databind.JsonNode query) Find profiles according to the given query string (we can also use this method to find profile by identifier)AdminManagementClientMock.findProfiles
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClient.findProfilesByID
(String id) Find profile by id (id generated by the database)AdminManagementClientMock.findProfilesByID
(String id) AdminManagementClient.findSecurityProfileByIdentifier
(String identifier) Find a security profile by identifierAdminManagementClient.findSecurityProfiles
(com.fasterxml.jackson.databind.JsonNode queryDsl) Find security profiles by DSL query By internal id By identifier By name By comlexe criteriaAdminManagementClient.forcePause
(ProcessPause info) Pause the processes specified by ProcessPause infoAdminManagementClient.getAccessionRegisterSymbolic
(Integer tenant, com.fasterxml.jackson.databind.JsonNode queryDsl) Retrieve the accession register symbolic regarding the tenant and a date range.AdminManagementClientMock.getAccessionRegisterSymbolic
(Integer tenant, com.fasterxml.jackson.databind.JsonNode queryDsl) com.fasterxml.jackson.databind.JsonNode
AdminManagementClient.getAgencies
(com.fasterxml.jackson.databind.JsonNode query) List the agencies that match the queryAdminManagementClient.getAgencyById
(String id) AdminManagementClient.getArchiveUnitProfileSchema
(String id) AdminManagementClientMock.getArchiveUnitProfileSchema
(String id) AdminManagementClient.getObjectGroupSchema()
AdminManagementClient.getPublicConfiguration()
Get Vitam public configurationcom.fasterxml.jackson.databind.JsonNode
AdminManagementClient.getRuleByID
(String id) com.fasterxml.jackson.databind.JsonNode
AdminManagementClient.getRules
(com.fasterxml.jackson.databind.JsonNode query) List the rules that match the queryAdminManagementClient.getUnitSchema()
AdminManagementClientMock.getUnitSchema()
javax.ws.rs.core.Response.Status
AdminManagementClient.importAccessContracts
(List<AccessContractModel> accessContractModelList) Import a set of access contracts after passing the validation steps If all the contracts are valid, they are stored in the collection and indexed The input is invalid in the following situations : The json is invalid The json have an id already set The json contains 2 ore many contracts having the same name One or more mandatory field is missing A field has an invalid format One or many contracts Already exist in the databasejavax.ws.rs.core.Response.Status
AdminManagementClientMock.importAccessContracts
(List<AccessContractModel> accessContractModelList) AdminManagementClient.importGriffins
(List<GriffinModel> griffinModelList) AdminManagementClientMock.importGriffins
(List<GriffinModel> griffinModelList) javax.ws.rs.core.Response.Status
AdminManagementClient.importIngestContracts
(List<IngestContractModel> ingestContractModelList) Import a set of ingest contracts after passing the validation steps If all the contracts are valid, they are stored in the collection and indexed The input is invalid in the following situations : The json is invalid The json contains 2 ore many contracts having the same name One or more mandatory field is missing A field has an invalid format One or many contracts elready exist in the databasejavax.ws.rs.core.Response.Status
AdminManagementClient.importManagementContracts
(List<ManagementContractModel> managementContractModelList) Import a set of management contracts after passing the validation steps If all the contracts are valid, they are stored in the collection and indexed The input is invalid in the following situations : The json is invalid The json have an id already set The json contains 2 ore many contracts having the same name One or more mandatory field is missing A field has an invalid format One or many contracts Already exist in the database One or many storage strategies are invalidjavax.ws.rs.core.Response.Status
AdminManagementClientMock.importManagementContracts
(List<ManagementContractModel> accessContractModelList) AdminManagementClient.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList) Import a set of ontologies metadata.AdminManagementClientMock.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList) AdminManagementClient.importPreservationScenarios
(List<PreservationScenarioModel> preservationScenarioModels) AdminManagementClientMock.importPreservationScenarios
(List<PreservationScenarioModel> preservationScenarioModelList) javax.ws.rs.core.Response.Status
AdminManagementClient.importSecurityProfiles
(List<SecurityProfileModel> securityProfileModelList) Import a set of security profiles after passing the validation steps.javax.ws.rs.core.Response.Status
AdminManagementClientMock.importSecurityProfiles
(List<SecurityProfileModel> securityProfileModelList) javax.ws.rs.core.Response.Status
AdminManagementClient.importUnitExternalSchema
(List<SchemaInputModel> externalSchemaInputList) Import a set of external unit schema.RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.launchAuditWorkflow
(AuditOptions options, boolean checkAccessContract) launch audit with optionsRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClientMock.launchAuditWorkflow
(AuditOptions options, boolean checkAccessContract) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.launchReferentialAudit
(AuditReferentialOptions auditReferentialOptions) AdminManagementClient.launchReindexation
(com.fasterxml.jackson.databind.JsonNode options) launch a reindexation process with optionsAdminManagementClientMock.launchReindexation
(com.fasterxml.jackson.databind.JsonNode options) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.launchRuleAudit
(List<Integer> tenants) launch audit for rule managementvoid
AdminManagementClient.reconstructAccessionRegister
(List<ReconstructionRequestItem> reconstructionItems) void
AdminManagementClientMock.reconstructAccessionRegister
(List<ReconstructionRequestItem> reconstructionItems) void
AdminManagementClient.reconstructCollection
(String collection) void
AdminManagementClientMock.reconstructCollection
(String collection) RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AdminManagementClient.rectificationAudit
(String operationId) Launch rectification AuditAdminManagementClient.removeForcePause
(ProcessPause info) Remove the pause for the processes specified by ProcessPause infoAdminManagementClient.securityProfileIsUsedInContexts
(String securityProfileId) Find if security profile is used in contextsAdminManagementClientMock.securityProfileIsUsedInContexts
(String securityProfileId) AdminManagementClient.switchIndexes
(com.fasterxml.jackson.databind.JsonNode options) launch an index switch.AdminManagementClientMock.switchIndexes
(com.fasterxml.jackson.databind.JsonNode options) AdminManagementClient.updateAccessContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update AccessContract to mongoAdminManagementClientMock.updateAccessContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.updateArchiveUnitProfile
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update a profileAdminManagementClientMock.updateArchiveUnitProfile
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.updateContext
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update context to mongoAdminManagementClient.updateIngestContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update IngestContract to mongoAdminManagementClientMock.updateIngestContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.updateManagementContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update ManagementContract to mongoAdminManagementClientMock.updateManagementContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.updateProfile
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update a profileAdminManagementClientMock.updateProfile
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) AdminManagementClient.updateSecurityProfile
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Updates a security contextAdminManagementClientMock.updateSecurityProfile
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) -
Uses of AdminManagementClientServerException in fr.gouv.vitam.functional.administration.common.exception