Uses of Class
fr.gouv.vitam.common.model.GraphComputeResponse
-
Packages that use GraphComputeResponse Package Description fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal componentsfr.gouv.vitam.metadata.client Provides Metadata client interface, factory and implementations.fr.gouv.vitam.metadata.core.graph fr.gouv.vitam.metadata.core.graph.api -
-
Uses of GraphComputeResponse in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return GraphComputeResponse Modifier and Type Method Description GraphComputeResponse
GraphComputeResponse. increment(GraphComputeResponse graphComputeResponse)
Increment unit and got count from given graphComputeResponseGraphComputeResponse
GraphComputeResponse. increment(GraphComputeResponse.GraphComputeAction graphComputeAction, int count)
Increment unit of got countGraphComputeResponse
GraphComputeResponse. setGotCount(java.lang.Integer gotCount)
SetterGraphComputeResponse
GraphComputeResponse. setUnitCount(java.lang.Integer unitCount)
SetterMethods in fr.gouv.vitam.common.model with parameters of type GraphComputeResponse Modifier and Type Method Description GraphComputeResponse
GraphComputeResponse. increment(GraphComputeResponse graphComputeResponse)
Increment unit and got count from given graphComputeResponse -
Uses of GraphComputeResponse in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client that return GraphComputeResponse Modifier and Type Method Description 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 timesGraphComputeResponse
MetaDataClient. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> ids)
Compute graph of all document match ids.GraphComputeResponse
MetaDataClientMock. computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl)
GraphComputeResponse
MetaDataClientMock. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> ids)
GraphComputeResponse
MetaDataClientRest. computeGraph(com.fasterxml.jackson.databind.JsonNode queryDsl)
GraphComputeResponse
MetaDataClientRest. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> ids)
-
Uses of GraphComputeResponse in fr.gouv.vitam.metadata.core.graph
Methods in fr.gouv.vitam.metadata.core.graph that return GraphComputeResponse Modifier and Type Method Description GraphComputeResponse
GraphComputeServiceImpl. computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL)
GraphComputeResponse
GraphComputeServiceImpl. computeGraph(MetadataCollections metadataCollections, java.util.Collection<java.lang.String> documentsId, boolean computeObjectGroupGraph, boolean invalidateComputedInheritedRules)
-
Uses of GraphComputeResponse in fr.gouv.vitam.metadata.core.graph.api
Methods in fr.gouv.vitam.metadata.core.graph.api that return GraphComputeResponse Modifier and Type Method 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 APIGraphComputeResponse
GraphComputeService. computeGraph(MetadataCollections metadataCollections, java.util.Collection<java.lang.String> unitsId, boolean computeObjectGroupGraph, boolean invalidateComputedInheritedRules)
Compute graph for unit/got from all parents
-