Uses of Class
fr.gouv.vitam.common.model.administration.IngestContractModel
Packages that use IngestContractModel
Package
Description
Provides
Basic Vitam Client Common interfaces
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides common public Model classes for the administration module.
Provides Functional administration client interface, factory and implementations.
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
-
Uses of IngestContractModel in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client that return types with arguments of type IngestContractModelModifier and TypeMethodDescriptionAdminExternalClient.findIngestContractById
(VitamContext vitamContext, String contractId) Find an entry contract by its id.AdminExternalClientMock.findIngestContractById
(VitamContext vitamContext, String contractId) AdminExternalClientRest.findIngestContractById
(VitamContext vitamContext, String contractId) AdminExternalClient.findIngestContracts
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) Find entry contracts.AdminExternalClientMock.findIngestContracts
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) AdminExternalClientRest.findIngestContracts
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) -
Uses of IngestContractModel in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that return types with arguments of type IngestContractModelModifier and TypeMethodDescriptionstatic RequestResponse<IngestContractModel>
ClientMockResultHelper.getIngestContracts()
-
Uses of IngestContractModel in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that return types with arguments of type IngestContractModelModifier and TypeMethodDescriptionstatic RequestResponse<IngestContractModel>
ClientMockResultHelper.getIngestContracts()
-
Uses of IngestContractModel in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return IngestContractModelModifier and TypeMethodDescriptionContractsDetailsModel.getIngestContractModel()
IngestContractModel.setArchiveProfiles
(Set<String> archiveProfiles) IngestContractModel.setDataObjectVersion
(Set<String> dataObjectVersion) IngestContractModel.setEveryDataObjectVersion
(boolean everyDataObjectVersion) IngestContractModel.setEveryFormatType
(boolean everyFormatType) IngestContractModel.setFormatType
(Set<String> formatType) IngestContractModel.setFormatUnidentifiedAuthorized
(boolean formatUnidentifiedAuthorized) IngestContractModel.setMasterMandatory
(boolean masterMandatory) Methods in fr.gouv.vitam.common.model.administration with parameters of type IngestContractModelModifier and TypeMethodDescriptionvoid
ContractsDetailsModel.setIngestContractModel
(IngestContractModel ingestContractModel) -
Uses of IngestContractModel in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that return types with arguments of type IngestContractModelModifier and TypeMethodDescriptionAdminManagementClient.findIngestContracts
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClientMock.findIngestContracts
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClient.findIngestContractsByID
(String id) AdminManagementClientMock.findIngestContractsByID
(String id) AdminManagementClient.updateIngestContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Update IngestContract to mongoAdminManagementClientMock.updateIngestContract
(String id, com.fasterxml.jackson.databind.JsonNode queryDsl) Method parameters in fr.gouv.vitam.functional.administration.client with type arguments of type IngestContractModelModifier and TypeMethodDescriptionjavax.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
AdminManagementClientMock.importIngestContracts
(List<IngestContractModel> ingestContractModelList) -
Uses of IngestContractModel in fr.gouv.vitam.functional.administration.core.context
Constructor parameters in fr.gouv.vitam.functional.administration.core.context with type arguments of type IngestContractModelModifierConstructorDescriptionContextServiceImpl
(MongoDbAccessAdminImpl mongoAccess, VitamCounterService vitamCounterService, ContractService<IngestContractModel> ingestContract, ContractService<AccessContractModel> accessContract, SecurityProfileService securityProfileService, FunctionalBackupService functionalBackupService) Constructor -
Uses of IngestContractModel in fr.gouv.vitam.functional.administration.core.contract
Methods in fr.gouv.vitam.functional.administration.core.contract that return IngestContractModelMethods in fr.gouv.vitam.functional.administration.core.contract that return types with arguments of type IngestContractModelModifier and TypeMethodDescriptionIngestContractImpl.createContracts
(List<IngestContractModel> contractModelList) IngestContractImpl.findContracts
(com.fasterxml.jackson.databind.JsonNode queryDsl) IngestContractImpl.updateContract
(String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) Methods in fr.gouv.vitam.functional.administration.core.contract with parameters of type IngestContractModelModifier and TypeMethodDescriptionIngestContractValidator.validate
(IngestContractModel ingestContract, String contractName) Validate a contract objectMethod parameters in fr.gouv.vitam.functional.administration.core.contract with type arguments of type IngestContractModelModifier and TypeMethodDescriptionIngestContractImpl.createContracts
(List<IngestContractModel> contractModelList) -
Uses of IngestContractModel in fr.gouv.vitam.functional.administration.rest
Method parameters in fr.gouv.vitam.functional.administration.rest with type arguments of type IngestContractModelModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ContractResource.importContracts
(List<IngestContractModel> ingestContractModelList, javax.ws.rs.core.UriInfo uri) Import a set of ingest contracts after passing the validation steps. -
Uses of IngestContractModel in fr.gouv.vitam.worker.core.extractseda
Methods in fr.gouv.vitam.worker.core.extractseda that return IngestContractModelMethods in fr.gouv.vitam.worker.core.extractseda with parameters of type IngestContractModelModifier and TypeMethodDescriptionvoid
IngestContext.setIngestContract
(IngestContractModel ingestContract) -
Uses of IngestContractModel in fr.gouv.vitam.worker.core.plugin.signingInformation
Constructors in fr.gouv.vitam.worker.core.plugin.signingInformation with parameters of type IngestContractModelModifierConstructorDescriptionIngestContractChecker
(com.fasterxml.jackson.databind.JsonNode archiveUnit, IngestContractModel ingestContractModel)