Package | Description |
---|---|
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.common.database.server |
Database server package in vitam
|
fr.gouv.vitam.functional.administration.accession.register.core |
Provides core for the Accession register module
|
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
|
fr.gouv.vitam.functional.administration.griffin | |
fr.gouv.vitam.ihmdemo.core |
Provides IHM core classes
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.metadata.core |
Provides
|
fr.gouv.vitam.metadata.core.database.collections |
Provides
|
fr.gouv.vitam.metadata.core.rules | |
fr.gouv.vitam.processing.management.client |
Provides Processing Management client interface, factory and implementations.
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectObjects(com.fasterxml.jackson.databind.JsonNode selectQuery)
Select Objects group based on DSL query
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectUnits(com.fasterxml.jackson.databind.JsonNode selectQuery)
Select Units
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectUnitsWithInheritedRules(com.fasterxml.jackson.databind.JsonNode selectQuery)
Select units with inherited rules by select query (DSL)
|
Modifier and Type | Method and Description |
---|---|
DbRequestResult |
DbRequestSingle.execute(Delete request) |
DbRequestResult |
DbRequestSingle.execute(Insert request,
Integer version,
DocumentValidator documentValidator) |
DbRequestResult |
DbRequestSingle.execute(Select request) |
DbRequestResult |
DbRequestSingle.execute(Update request,
DocumentValidator documentValidator) |
DbRequestResult |
DbRequestSingle.execute(Update request,
Integer version,
DocumentValidator documentValidator) |
Modifier and Type | Method and Description |
---|---|
void |
ReferentialAccessionRegisterImpl.createOrUpdateAccessionRegister(AccessionRegisterDetailModel registerDetail) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response.Status |
AdminManagementClientMock.createExternalOperation(LogbookOperationParameters logbookOperationparams) |
javax.ws.rs.core.Response.Status |
AdminManagementClient.createExternalOperation(LogbookOperationParameters logbookOperationparams)
Create external logbook operation entry
|
Modifier and Type | Method and Description |
---|---|
DbRequestResult |
MongoDbAccessReferential.deleteDocument(com.fasterxml.jackson.databind.JsonNode delete,
FunctionalAdminCollections collection) |
DbRequestResult |
MongoDbAccessAdminImpl.deleteDocument(com.fasterxml.jackson.databind.JsonNode delete,
FunctionalAdminCollections collection) |
DbRequestResult |
MongoDbAccessReferential.updateData(com.fasterxml.jackson.databind.JsonNode update,
FunctionalAdminCollections collection)
Update with queryDsl
|
DbRequestResult |
MongoDbAccessAdminImpl.updateData(com.fasterxml.jackson.databind.JsonNode update,
FunctionalAdminCollections collection) |
DbRequestResult |
MongoDbAccessReferential.updateData(com.fasterxml.jackson.databind.JsonNode update,
FunctionalAdminCollections collection,
Integer version)
Update with queryDsl
|
DbRequestResult |
MongoDbAccessAdminImpl.updateData(com.fasterxml.jackson.databind.JsonNode update,
FunctionalAdminCollections collection,
Integer version) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<GriffinModel> |
GriffinService.findGriffin(com.fasterxml.jackson.databind.JsonNode queryDsl) |
RequestResponse<PreservationScenarioModel> |
PreservationScenarioService.findPreservationScenario(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
UserInterfaceTransactionManager.extractInformationFromTimestamp(String timestamp)
Extract information from timestamp
|
Modifier and Type | Method and Description |
---|---|
ItemStatus |
IngestInternalClient.getOperationProcessStatus(String id)
getOperationProcessStatus:
get operation process status**
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectObjectGroupById(com.fasterxml.jackson.databind.JsonNode selectQuery,
String objectGroupId) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectObjectGroupsByQuery(com.fasterxml.jackson.databind.JsonNode selectQuery) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectUnitsById(com.fasterxml.jackson.databind.JsonNode selectQuery,
String unitId) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectUnitsByQuery(com.fasterxml.jackson.databind.JsonNode selectQuery) |
Modifier and Type | Method and Description |
---|---|
protected Result<MetadataDocument<?>> |
DbRequest.exactDepthUnitQuery(Query realQuery,
Result<MetadataDocument<?>> previous,
int exactDepth,
Integer tenantId,
List<org.elasticsearch.search.sort.SortBuilder> sorts,
int offset,
int limit,
List<org.elasticsearch.search.aggregations.AggregationBuilder> facets,
String scrollId,
Integer scrollTimeout,
DynamicParserTokens parserTokens)
Execute one Unit Query using exact Depth
|
Result |
DbRequest.execRequest(RequestParserMultiple requestParser,
List<OntologyModel> ontologies)
The request should be already analyzed.
|
protected Result<MetadataDocument<?>> |
DbRequest.executeQuery(RequestParserMultiple requestParser,
RequestToAbstract requestToMongodb,
int rank,
Result<MetadataDocument<?>> previous,
DynamicParserTokens parserTokens)
Execute one request
|
protected Result<MetadataDocument<?>> |
DbRequest.objectGroupQuery(Query realQuery,
Result<MetadataDocument<?>> previous,
Integer tenantId,
List<org.elasticsearch.search.sort.SortBuilder> sorts,
int offset,
int limit,
String scrollId,
Integer scrollTimeout,
List<org.elasticsearch.search.aggregations.AggregationBuilder> facets,
DynamicParserTokens parserTokens)
Execute one relative Depth ObjectGroup Query
|
protected Result<MetadataDocument<?>> |
DbRequest.relativeDepthUnitQuery(Query realQuery,
Result<MetadataDocument<?>> previous,
int relativeDepth,
Integer tenantId,
List<org.elasticsearch.search.sort.SortBuilder> sorts,
int offset,
int limit,
List<org.elasticsearch.search.aggregations.AggregationBuilder> facets,
String scrollId,
Integer scrollTimeout,
DynamicParserTokens parserTokens)
Execute one relative Depth Unit Query
|
protected Result<MetadataDocument<?>> |
DbRequest.sameDepthUnitQuery(Query realQuery,
Result<MetadataDocument<?>> previous,
Integer tenantId,
List<org.elasticsearch.search.sort.SortBuilder> sorts,
int offset,
int limit,
List<org.elasticsearch.search.aggregations.AggregationBuilder> facets,
String scrollId,
Integer scrollTimeout,
DynamicParserTokens parserTokens)
Execute one relative Depth Unit Query
|
protected Result |
ElasticsearchAccessMetadata.search(MetadataCollections collection,
Integer tenantId,
String type,
org.elasticsearch.index.query.QueryBuilder query,
List<org.elasticsearch.search.sort.SortBuilder> sorts,
int offset,
Integer limit,
List<org.elasticsearch.search.aggregations.AggregationBuilder> facets,
String scrollId,
Integer scrollTimeout) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetadataRuleService.selectUnitsWithInheritedRules(com.fasterxml.jackson.databind.JsonNode selectQuery)
Select units by DSL and computes inherited rules for matching units
|
Modifier and Type | Method and Description |
---|---|
ItemStatus |
ProcessingManagementClient.getOperationProcessStatus(String id)
getOperationProcessStatus:
get operation process status**
|
void |
ProcessingManagementClient.initVitamProcess(ProcessingEntry entry)
initVitamProcess woth processing entry
|
void |
ProcessingManagementClient.initVitamProcess(String container,
String workflowId)
initVitamProcess
|
Copyright © 2019 Vitam. All rights reserved.