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.rest |
Provides the web server application for the Metadata module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
static GraphComputeResponse.GraphComputeAction |
GraphComputeResponse.GraphComputeAction.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
GraphComputeResponse |
GraphComputeResponse.increment(GraphComputeResponse.GraphComputeAction graphComputeAction,
int count)
Increment unit of got count
|
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) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MetadataManagementResource.computeGraph(GraphComputeResponse.GraphComputeAction action,
Set<String> documentsId)
API to access and launch the Vitam graph builder service for metadatas.
|
Copyright © 2018 Vitam. All rights reserved.