Uses of Package
fr.gouv.vitam.metadata.core.graph
-
Packages that use fr.gouv.vitam.metadata.core.graph Package Description fr.gouv.vitam.metadata.core.graph fr.gouv.vitam.metadata.core.graph.api -
Classes in fr.gouv.vitam.metadata.core.graph used by fr.gouv.vitam.metadata.core.graph Class Description GraphFactory StoreGraphException Exception used for StoreGraphService -
Classes in fr.gouv.vitam.metadata.core.graph used by fr.gouv.vitam.metadata.core.graph.api Class Description GraphRelation Contains information of relation child -> parent unit: the current treated unit unitOriginatingAgency: the originatingAgency of the current unit parent: the parent unit of the current treated unit parentOriginatingAgency: the originatingAgency of the parent unit depth: the depth of the relation AU1 / \ \ / \ \ AU2 AU3 \ \ / \ \ / | AU4 / \ / \ / AU5 AU1/AU2 depth = 1 AU1/AU5 depth = 1 AU1/AU3 depth = 1 AU2/AU4 depth = 2 AU3/AU4 depth = 2 AU4/AU5 depth = 3 (ignored as we have already /AU5 with depth 1)