javax.ws.rs.core.Response |
AdminManagementClient.checkAgenciesFile(java.io.InputStream stream) |
Check if agencies file is well formated
|
javax.ws.rs.core.Response |
AdminManagementClient.checkRulesFile(java.io.InputStream stream) |
Check if rule file is well formated
|
RequestResponse<AccessionRegisterSymbolic> |
AdminManagementClient.createAccessionRegisterSymbolic(java.util.List<java.lang.Integer> tenants) |
Creates and return the accession register symbolic.
|
RequestResponse |
AdminManagementClient.createArchiveUnitProfiles(java.util.List<ArchiveUnitProfileModel> archiveUnitProfileModelList) |
Import a set of archive unit profile metadata.
|
RequestResponse |
AdminManagementClientMock.createArchiveUnitProfiles(java.util.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) |
|
RequestResponse<AccessionRegisterDetailModel> |
AdminManagementClient.createOrUpdateAccessionRegister(AccessionRegisterDetailModel register) |
|
RequestResponse |
AdminManagementClient.createProfiles(java.util.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 database
|
RequestResponse |
AdminManagementClientMock.createProfiles(java.util.List<ProfileModel> profileModelList) |
|
javax.ws.rs.core.Response |
AdminManagementClient.downloadProfileFile(java.lang.String profileMetadataId) |
Download the profile file according to profileMetadataId
|
javax.ws.rs.core.Response |
AdminManagementClientMock.downloadProfileFile(java.lang.String profileMetadataId) |
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClient.evidenceAudit(com.fasterxml.jackson.databind.JsonNode queryDsl) |
launch a traceability audit for the unit
|
RequestResponse<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 query
|
RequestResponse<AccessContractModel> |
AdminManagementClient.findAccessContracts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Find access contracts
By id mongo
By the name
By comlexe criteria
|
RequestResponse |
AdminManagementClientMock.findAccessContracts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<AccessContractModel> |
AdminManagementClient.findAccessContractsByID(java.lang.String documentId) |
|
RequestResponse |
AdminManagementClientMock.findAccessContractsByID(java.lang.String documentId) |
|
RequestResponse<ArchiveUnitProfileModel> |
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)
|
RequestResponse<ArchiveUnitProfileModel> |
AdminManagementClientMock.findArchiveUnitProfiles(com.fasterxml.jackson.databind.JsonNode query) |
|
RequestResponse<ArchiveUnitProfileModel> |
AdminManagementClient.findArchiveUnitProfilesByID(java.lang.String id) |
Find archive unit profile by technical id (id generated by the database)
|
RequestResponse<ArchiveUnitProfileModel> |
AdminManagementClientMock.findArchiveUnitProfilesByID(java.lang.String requestedId) |
|
RequestResponse<ContextModel> |
AdminManagementClient.findContextById(java.lang.String id) |
Find context by id
|
RequestResponse<ContextModel> |
AdminManagementClient.findContexts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Find contexts
|
RequestResponse<GriffinModel> |
AdminManagementClient.findGriffin(com.fasterxml.jackson.databind.JsonNode dslQuery) |
|
RequestResponse<GriffinModel> |
AdminManagementClient.findGriffinByID(java.lang.String id) |
|
RequestResponse<GriffinModel> |
AdminManagementClientMock.findGriffinByID(java.lang.String id) |
|
RequestResponse<IngestContractModel> |
AdminManagementClient.findIngestContracts(com.fasterxml.jackson.databind.JsonNode query) |
|
RequestResponse<IngestContractModel> |
AdminManagementClientMock.findIngestContracts(com.fasterxml.jackson.databind.JsonNode query) |
|
RequestResponse<IngestContractModel> |
AdminManagementClient.findIngestContractsByID(java.lang.String id) |
|
RequestResponse<IngestContractModel> |
AdminManagementClientMock.findIngestContractsByID(java.lang.String id) |
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClient.findJobs() |
|
RequestResponse<ManagementContractModel> |
AdminManagementClient.findManagementContracts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Find management contracts
By id mongo
By the name
By comlexe criteria
|
RequestResponse |
AdminManagementClientMock.findManagementContracts(com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<ManagementContractModel> |
AdminManagementClient.findManagementContractsByID(java.lang.String documentId) |
|
RequestResponse |
AdminManagementClientMock.findManagementContractsByID(java.lang.String documentId) |
|
RequestResponse<OntologyModel> |
AdminManagementClient.findOntologyByID(java.lang.String id) |
Find the ontology by technical id (id generated by the database)
|
RequestResponse<OntologyModel> |
AdminManagementClientMock.findOntologyByID(java.lang.String requestedId) |
|
RequestResponse<PreservationScenarioModel> |
AdminManagementClient.findPreservation(com.fasterxml.jackson.databind.JsonNode dslQuery) |
|
RequestResponse<PreservationScenarioModel> |
AdminManagementClientMock.findPreservation(com.fasterxml.jackson.databind.JsonNode dslQuery) |
|
RequestResponse<PreservationScenarioModel> |
AdminManagementClient.findPreservationByID(java.lang.String id) |
|
RequestResponse<PreservationScenarioModel> |
AdminManagementClientMock.findPreservationByID(java.lang.String id) |
|
RequestResponse<ProfileModel> |
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)
|
RequestResponse<ProfileModel> |
AdminManagementClientMock.findProfiles(com.fasterxml.jackson.databind.JsonNode query) |
|
RequestResponse<ProfileModel> |
AdminManagementClient.findProfilesByID(java.lang.String id) |
Find profile by id (id generated by the database)
|
RequestResponse<ProfileModel> |
AdminManagementClientMock.findProfilesByID(java.lang.String id) |
|
RequestResponse<SecurityProfileModel> |
AdminManagementClient.findSecurityProfileByIdentifier(java.lang.String identifier) |
Find a security profile by identifier
|
RequestResponse<SecurityProfileModel> |
AdminManagementClient.findSecurityProfiles(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Find security profiles by DSL query
By internal id
By identifier
By name
By comlexe criteria
|
RequestResponse |
AdminManagementClient.forcePause(ProcessPause info) |
Pause the processes specified by ProcessPause info
|
RequestResponse<AccessionRegisterSymbolicModel> |
AdminManagementClient.getAccessionRegisterSymbolic(java.lang.Integer tenant,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Retrieve the accession register symbolic regarding the tenant and a date range.
|
RequestResponse<AccessionRegisterSymbolicModel> |
AdminManagementClientMock.getAccessionRegisterSymbolic(java.lang.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 query
|
RequestResponse<AgenciesModel> |
AdminManagementClient.getAgencyById(java.lang.String id) |
|
RequestResponse<AgenciesModel> |
AdminManagementClientMock.getAgencyById(java.lang.String id) |
|
com.fasterxml.jackson.databind.JsonNode |
AdminManagementClient.getRuleByID(java.lang.String id) |
|
com.fasterxml.jackson.databind.JsonNode |
AdminManagementClient.getRules(com.fasterxml.jackson.databind.JsonNode query) |
List the rules that match the query
|
javax.ws.rs.core.Response.Status |
AdminManagementClient.importAccessContracts(java.util.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 database
|
javax.ws.rs.core.Response.Status |
AdminManagementClientMock.importAccessContracts(java.util.List<AccessContractModel> accessContractModelList) |
|
RequestResponse<GriffinModel> |
AdminManagementClient.importGriffins(java.util.List<GriffinModel> griffinModelList) |
|
RequestResponse |
AdminManagementClientMock.importGriffins(java.util.List<GriffinModel> griffinModelList) |
|
javax.ws.rs.core.Response.Status |
AdminManagementClient.importIngestContracts(java.util.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
|
javax.ws.rs.core.Response.Status |
AdminManagementClient.importManagementContracts(java.util.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
|
javax.ws.rs.core.Response.Status |
AdminManagementClientMock.importManagementContracts(java.util.List<ManagementContractModel> accessContractModelList) |
|
RequestResponse |
AdminManagementClient.importOntologies(boolean forceUpdate,
java.util.List<OntologyModel> ontologyModelList) |
Import a set of ontologies metadata.
|
RequestResponse |
AdminManagementClientMock.importOntologies(boolean forceUpdate,
java.util.List<OntologyModel> ontologyModelList) |
|
RequestResponse<PreservationScenarioModel> |
AdminManagementClient.importPreservationScenarios(java.util.List<PreservationScenarioModel> preservationScenarioModels) |
|
RequestResponse |
AdminManagementClientMock.importPreservationScenarios(java.util.List<PreservationScenarioModel> preservationScenarioModelList) |
|
javax.ws.rs.core.Response.Status |
AdminManagementClient.importSecurityProfiles(java.util.List<SecurityProfileModel> securityProfileModelList) |
Import a set of security profiles after passing the validation steps.
|
javax.ws.rs.core.Response.Status |
AdminManagementClientMock.importSecurityProfiles(java.util.List<SecurityProfileModel> securityProfileModelList) |
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClient.launchAuditWorkflow(AuditOptions options,
boolean checkAccessContract) |
launch audit with options
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClientMock.launchAuditWorkflow(AuditOptions options,
boolean checkAccessContract) |
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClient.launchReferentialAudit(AuditReferentialOptions auditReferentialOptions) |
|
RequestResponse<ReindexationResult> |
AdminManagementClient.launchReindexation(com.fasterxml.jackson.databind.JsonNode options) |
launch a reindexation process with options
|
RequestResponse<ReindexationResult> |
AdminManagementClientMock.launchReindexation(com.fasterxml.jackson.databind.JsonNode options) |
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClient.launchRuleAudit(java.util.List<java.lang.Integer> tenants) |
launch audit for rule management
|
void |
AdminManagementClient.reconstructAccessionRegister(java.util.List<ReconstructionRequestItem> reconstructionItems) |
|
void |
AdminManagementClientMock.reconstructAccessionRegister(java.util.List<ReconstructionRequestItem> reconstructionItems) |
|
void |
AdminManagementClient.reconstructCollection(java.lang.String collection) |
|
void |
AdminManagementClientMock.reconstructCollection(java.lang.String collection) |
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AdminManagementClient.rectificationAudit(java.lang.String operationId) |
Launch rectification Audit
|
RequestResponse |
AdminManagementClient.removeForcePause(ProcessPause info) |
Remove the pause for the processes specified by ProcessPause info
|
RequestResponse<java.lang.Boolean> |
AdminManagementClient.securityProfileIsUsedInContexts(java.lang.String securityProfileId) |
Find if security profile is used in contexts
|
RequestResponse<java.lang.Boolean> |
AdminManagementClientMock.securityProfileIsUsedInContexts(java.lang.String securityProfileId) |
|
RequestResponse<ReindexationResult> |
AdminManagementClient.switchIndexes(com.fasterxml.jackson.databind.JsonNode options) |
launch an index switch.
|
RequestResponse<ReindexationResult> |
AdminManagementClientMock.switchIndexes(com.fasterxml.jackson.databind.JsonNode options) |
|
RequestResponse<AccessContractModel> |
AdminManagementClient.updateAccessContract(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Update AccessContract to mongo
|
RequestResponse<AccessContractModel> |
AdminManagementClientMock.updateAccessContract(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<ArchiveUnitProfileModel> |
AdminManagementClient.updateArchiveUnitProfile(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Update a profile
|
RequestResponse<ArchiveUnitProfileModel> |
AdminManagementClientMock.updateArchiveUnitProfile(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<ContextModel> |
AdminManagementClient.updateContext(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Update context to mongo
|
RequestResponse<IngestContractModel> |
AdminManagementClient.updateIngestContract(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Update IngestContract to mongo
|
RequestResponse<IngestContractModel> |
AdminManagementClientMock.updateIngestContract(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<ManagementContractModel> |
AdminManagementClient.updateManagementContract(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Update ManagementContract to mongo
|
RequestResponse<ManagementContractModel> |
AdminManagementClientMock.updateManagementContract(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<ProfileModel> |
AdminManagementClient.updateProfile(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Update a profile
|
RequestResponse<ProfileModel> |
AdminManagementClientMock.updateProfile(java.lang.String id,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
|
RequestResponse<SecurityProfileModel> |
AdminManagementClient.updateSecurityProfile(java.lang.String identifier,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
Updates a security context
|
RequestResponse<SecurityProfileModel> |
AdminManagementClientMock.updateSecurityProfile(java.lang.String identifier,
com.fasterxml.jackson.databind.JsonNode queryDsl) |
|