Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.model.administration |
Provides common public Model classes for the administration module.
|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.functional.administration.contract.core | |
fr.gouv.vitam.functional.administration.rest |
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ManagementContractModel> |
AdminExternalClientMock.findManagementContractById(VitamContext vitamContext,
String contractId) |
RequestResponse<ManagementContractModel> |
AdminExternalClient.findManagementContractById(VitamContext vitamContext,
String contractId)
Find an management contracts by its id.
|
RequestResponse<ManagementContractModel> |
AdminExternalClientRest.findManagementContractById(VitamContext vitamContext,
String contractId) |
RequestResponse<ManagementContractModel> |
AdminExternalClientMock.findManagementContracts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<ManagementContractModel> |
AdminExternalClient.findManagementContracts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select)
Find management contracts.
|
RequestResponse<ManagementContractModel> |
AdminExternalClientRest.findManagementContracts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select) |
Modifier and Type | Method and Description |
---|---|
static RequestResponse<ManagementContractModel> |
ClientMockResultHelper.getManagementContracts() |
Modifier and Type | Method and Description |
---|---|
ManagementContractModel |
ContractsDetailsModel.getManagementContractModel() |
ManagementContractModel |
ManagementContractModel.setStorage(StorageDetailModel storage) |
Modifier and Type | Method and Description |
---|---|
void |
ContractsDetailsModel.setManagementContractModel(ManagementContractModel managementContractModel) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ManagementContractModel> |
AdminManagementClient.findManagementContracts(com.fasterxml.jackson.databind.JsonNode queryDsl)
Find management contracts
By id mongo
By the name
By comlexe criteria
|
RequestResponse<ManagementContractModel> |
AdminManagementClient.findManagementContractsByID(String documentId) |
RequestResponse<ManagementContractModel> |
AdminManagementClientMock.updateManagementContract(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
RequestResponse<ManagementContractModel> |
AdminManagementClient.updateManagementContract(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update ManagementContract to mongo
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response.Status |
AdminManagementClientMock.importManagementContracts(List<ManagementContractModel> accessContractModelList) |
javax.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 invalid
|
Modifier and Type | Method and Description |
---|---|
ManagementContractModel |
ManagementContractImpl.findByIdentifier(String identifier) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ManagementContractModel> |
ManagementContractImpl.createContracts(List<ManagementContractModel> contractModelList) |
RequestResponseOK<ManagementContractModel> |
ManagementContractImpl.findContracts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
RequestResponse<ManagementContractModel> |
ManagementContractImpl.updateContract(String identifier,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Modifier and Type | Method and Description |
---|---|
Optional<GenericContractValidator.GenericRejectionCause> |
ManagementContractValidator.validate(ManagementContractModel managementContract,
String contractName)
Validate a contract object
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<ManagementContractModel> |
ManagementContractImpl.createContracts(List<ManagementContractModel> contractModelList) |
Constructor and Description |
---|
IngestContractImpl(MongoDbAccessAdminImpl mongoAccess,
VitamCounterService vitamCounterService,
MetaDataClient metaDataClient,
LogbookOperationsClient logbookClient,
FunctionalBackupService functionalBackupService,
ContractService<ManagementContractModel> managementContractService)
Constructor
|
IngestContractValidationService(MetaDataClient metaDataClient,
ContractService<ManagementContractModel> managementContractService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ContractResource.importManagementContracts(List<ManagementContractModel> managementContractModelList,
javax.ws.rs.core.UriInfo uri)
Import a set of management contracts after passing the validation steps.
|
Copyright © 2019 Vitam. All rights reserved.