Package | Description |
---|---|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.metadata.client |
Provides Metadata client interface, factory and implementations.
|
fr.gouv.vitam.metadata.core.graph | |
fr.gouv.vitam.metadata.core.graph.api |
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeResponse.increment(GraphComputeResponse.GraphComputeAction graphComputeAction,
int count)
Increment unit of got count
|
GraphComputeResponse |
GraphComputeResponse.increment(GraphComputeResponse graphComputeResponse)
Increment unit and got count from given graphComputeResponse
|
GraphComputeResponse |
GraphComputeResponse.setGotCount(Integer gotCount)
Setter
|
GraphComputeResponse |
GraphComputeResponse.setUnitCount(Integer unitCount)
Setter
|
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeResponse.increment(GraphComputeResponse graphComputeResponse)
Increment unit and got count from given graphComputeResponse
|
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
MetaDataClientRest.computeGraph(GraphComputeResponse.GraphComputeAction action,
Set<String> ids) |
GraphComputeResponse |
MetaDataClient.computeGraph(GraphComputeResponse.GraphComputeAction action,
Set<String> ids)
Compute graph of all document match ids.
|
GraphComputeResponse |
MetaDataClientMock.computeGraph(GraphComputeResponse.GraphComputeAction action,
Set<String> ids) |
GraphComputeResponse |
MetaDataClientRest.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl) |
GraphComputeResponse |
MetaDataClient.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl)
Compute graph of all Units/Got that match the given query dsl
The returned number of treated object group is an estimation, as object group can be computed several times
|
GraphComputeResponse |
MetaDataClientMock.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl) |
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeServiceImpl.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL) |
GraphComputeResponse |
GraphComputeServiceImpl.computeGraph(MetadataCollections metadataCollections,
Set<String> documentsId,
boolean computeObjectGroupGraph) |
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeService.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL)
If workflow of compute graph in progress, do not execute this method
Should be exposed in the API
|
GraphComputeResponse |
GraphComputeService.computeGraph(MetadataCollections metadataCollections,
Set<String> unitsId,
boolean computeObjectGroupGraph)
Compute graph for unit/got from all parents
|
Copyright © 2018 Vitam. All rights reserved.