Package | Description |
---|---|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.functional.administration.common.server |
Provides common server classes for the Functional Administration module
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<AccessContractModel> |
AdminManagementClient.findAccessContractsByID(String documentId) |
RequestResponse<ContextModel> |
AdminManagementClient.findContextById(String id)
Find context by id
|
RequestResponse<IngestContractModel> |
AdminManagementClient.findIngestContractsByID(String id) |
RequestResponse<ProfileModel> |
AdminManagementClient.findProfilesByID(String id)
Find profile by id (id generated by the database)
|
RequestResponse<SecurityProfileModel> |
AdminManagementClient.findSecurityProfileByIdentifier(String identifier)
Find a security profile by identifier
|
RequestResponse<AgenciesModel> |
AdminManagementClient.getAgencyById(String id) |
RequestResponse<AccessContractModel> |
AdminManagementClient.updateAccessContract(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update AccessContract to mongo
|
RequestResponse<ContextModel> |
AdminManagementClient.updateContext(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update context to mongo
|
RequestResponse<IngestContractModel> |
AdminManagementClient.updateIngestContract(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update IngestContract to mongo
|
RequestResponse<ProfileModel> |
AdminManagementClient.updateProfile(String id,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Update a profile
|
RequestResponse |
AdminManagementClient.updateSecurityProfile(String identifier,
com.fasterxml.jackson.databind.JsonNode queryDsl)
Updates a security context
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
AdminManagementRepositoryService.getDocumentsByFields(FunctionalAdminCollections collection,
Map<String,String> fields,
Integer tenant)
Retrieve document by its fields in a given collection filtered by a tenant in mongo
|
Copyright © 2018 Vitam. All rights reserved.