Uses of Enum Class
fr.gouv.vitam.common.model.GraphComputeResponse.GraphComputeAction
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.
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
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GraphComputeResponse.GraphComputeAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGraphComputeResponse.increment
(GraphComputeResponse.GraphComputeAction graphComputeAction, int count) Increment unit of got count -
Uses of GraphComputeResponse.GraphComputeAction in fr.gouv.vitam.metadata.client
Modifier and TypeMethodDescriptionMetaDataClient.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> ids) Compute graph of all document match ids.MetaDataClientMock.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> ids) MetaDataClientRest.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> ids) -
Uses of GraphComputeResponse.GraphComputeAction in fr.gouv.vitam.metadata.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MetadataManagementResource.computeGraph
(GraphComputeResponse.GraphComputeAction action, Set<String> documentsId) API to access and launch the Vitam graph builder service for metadata.javax.ws.rs.core.Response
MetadataReconstructionResource.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