Class GraphLoader
java.lang.Object
fr.gouv.vitam.metadata.core.graph.GraphLoader
- All Implemented Interfaces:
AutoCloseable
compute graph information with recursive parent load.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
loadGraphInfo
(Iterable<? extends String> ids)
-
Constructor Details
-
GraphLoader
-
-
Method Details
-
loadGraphInfo
public Map<String,UnitGraphModel> loadGraphInfo(Iterable<? extends String> ids) throws MetaDataNotFoundException - Throws:
MetaDataNotFoundException
-
cleanCache
public void cleanCache() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-