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.context.core | |
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<IngestContractModel> |
AdminExternalClientRest.findIngestContractById(VitamContext vitamContext,
String contractId) |
RequestResponse<IngestContractModel> |
AdminExternalClientMock.findIngestContractById(VitamContext vitamContext,
String contractId) |
RequestResponse<IngestContractModel> |
AdminExternalClient.findIngestContractById(VitamContext vitamContext,
String contractId)
Find an entry contract by its id.
|
RequestResponse<IngestContractModel> |
AdminExternalClientRest.findIngestContracts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<IngestContractModel> |
AdminExternalClientMock.findIngestContracts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<IngestContractModel> |
AdminExternalClient.findIngestContracts(VitamContext vitamContext,
com.fasterxml.jackson.databind.JsonNode select)
Find entry contracts.
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<IngestContractModel> |
ClientMockResultHelper.getIngestContracts() |
Modifier and Type | Method and Description |
---|---|
IngestContractModel |
IngestContractModel.setArchiveProfiles(Set<String> archiveProfiles) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<IngestContractModel> |
AdminManagementClient.findIngestContracts(com.fasterxml.jackson.databind.JsonNode query) |
RequestResponse<IngestContractModel> |
AdminManagementClient.findIngestContractsByID(String id) |
RequestResponse<IngestContractModel> |
AdminManagementClient.updateIngestContract(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update IngestContract to mongo
|
Modifier and Type | Method and Description |
---|---|
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 database
|
Constructor and Description |
---|
ContextServiceImpl(MongoDbAccessAdminImpl mongoAccess,
VitamCounterService vitamCounterService,
ContractService<IngestContractModel> ingestContract,
ContractService<AccessContractModel> accessContract,
SecurityProfileService securityProfileService,
FunctionalBackupService functionalBackupService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IngestContractModel |
IngestContractImpl.findByIdentifier(String identifier) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<IngestContractModel> |
IngestContractImpl.createContracts(List<IngestContractModel> contractModelList) |
RequestResponseOK<IngestContractModel> |
IngestContractImpl.findContracts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
RequestResponse<IngestContractModel> |
IngestContractImpl.updateContract(String identifier,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Modifier and Type | Method and Description |
---|---|
Optional<GenericContractValidator.GenericRejectionCause> |
IngestContractValidator.validate(IngestContractModel ingestContract,
String contractName)
Validate a contract object
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<IngestContractModel> |
IngestContractImpl.createContracts(List<IngestContractModel> contractModelList) |
Modifier and Type | Method and Description |
---|---|
javax.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.
|
Copyright © 2018 Vitam. All rights reserved.