Uses of Class
fr.gouv.vitam.common.model.GraphComputeResponse.GraphComputeAction
-
Packages that use GraphComputeResponse.GraphComputeAction 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.rest Provides the web server application for the Metadata module and the rest resources it uses. -
-
Uses of GraphComputeResponse.GraphComputeAction in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return GraphComputeResponse.GraphComputeAction Modifier and Type Method Description static GraphComputeResponse.GraphComputeActionGraphComputeResponse.GraphComputeAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphComputeResponse.GraphComputeAction[]GraphComputeResponse.GraphComputeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model with parameters of type GraphComputeResponse.GraphComputeAction Modifier and Type Method Description GraphComputeResponseGraphComputeResponse. increment(GraphComputeResponse.GraphComputeAction graphComputeAction, int count)Increment unit of got count -
Uses of GraphComputeResponse.GraphComputeAction in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client with parameters of type GraphComputeResponse.GraphComputeAction Modifier and Type Method Description GraphComputeResponseMetaDataClient. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> ids)Compute graph of all document match ids.GraphComputeResponseMetaDataClientMock. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> ids)GraphComputeResponseMetaDataClientRest. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> ids) -
Uses of GraphComputeResponse.GraphComputeAction in fr.gouv.vitam.metadata.rest
Methods in fr.gouv.vitam.metadata.rest with parameters of type GraphComputeResponse.GraphComputeAction Modifier and Type Method Description javax.ws.rs.core.ResponseMetadataManagementResource. computeGraph(GraphComputeResponse.GraphComputeAction action, java.util.Set<java.lang.String> documentsId)API to access and launch the Vitam graph builder service for metadata.javax.ws.rs.core.ResponseMetadataReconstructionResource. purgeReconstructedDocumentsWithGraphOnlyData(GraphComputeResponse.GraphComputeAction action)API to purge documents reconstructed but having only graph data This will remove all documents older than a configured delay (deleteIncompleteReconstructedUnitDelay) in vitam conf
-