Uses of Class
fr.gouv.vitam.common.model.GraphComputeResponse
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides Metadata client interface, factory and implementations.
-
Uses of GraphComputeResponse in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionGraphComputeResponse.increment
(GraphComputeResponse graphComputeResponse) Increment unit and got count from given graphComputeResponseGraphComputeResponse.increment
(GraphComputeResponse.GraphComputeAction graphComputeAction, int count) Increment unit of got countGraphComputeResponse.setGotCount
(Integer gotCount) SetterGraphComputeResponse.setUnitCount
(Integer unitCount) SetterModifier and TypeMethodDescriptionGraphComputeResponse.increment
(GraphComputeResponse graphComputeResponse) Increment unit and got count from given graphComputeResponse -
Uses of GraphComputeResponse in fr.gouv.vitam.metadata.client
Modifier and TypeMethodDescriptionMetaDataClient.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 timesMetaDataClient.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> ids) Compute graph of all document match ids.MetaDataClientMock.computeGraph
(com.fasterxml.jackson.databind.JsonNode queryDsl) MetaDataClientMock.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> ids) MetaDataClientRest.computeGraph
(com.fasterxml.jackson.databind.JsonNode queryDsl) MetaDataClientRest.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> ids) -
Uses of GraphComputeResponse in fr.gouv.vitam.metadata.core.graph
Modifier and TypeMethodDescriptionGraphComputeServiceImpl.computeGraph
(com.fasterxml.jackson.databind.JsonNode queryDSL) GraphComputeServiceImpl.computeGraph
(MetadataCollections metadataCollections, Collection<String> documentsId, boolean computeObjectGroupGraph, boolean invalidateComputedInheritedRules) -
Uses of GraphComputeResponse in fr.gouv.vitam.metadata.core.graph.api
Modifier and TypeMethodDescriptionGraphComputeService.computeGraph
(com.fasterxml.jackson.databind.JsonNode queryDSL) If workflow of compute graph in progress, do not execute this method Should be exposed in the APIGraphComputeService.computeGraph
(MetadataCollections metadataCollections, Collection<String> unitsId, boolean computeObjectGroupGraph, boolean invalidateComputedInheritedRules) Compute graph for unit/got from all parents