Uses of Class
fr.gouv.vitam.common.exception.VitamRuntimeException
-
Packages that use VitamRuntimeException Package Description fr.gouv.vitam.common.exception Common Exception packagefr.gouv.vitam.metadata.core.graph.api fr.gouv.vitam.metadata.core.trigger fr.gouv.vitam.storage.engine.server.exception -
-
Uses of VitamRuntimeException in fr.gouv.vitam.common.exception
Subclasses of VitamRuntimeException in fr.gouv.vitam.common.exception Modifier and Type Class Description class
VitamFatalRuntimeException
Fatal Runtime Vitam Exceptionclass
VitamKoRuntimeException
Ko Runtime Vitam Exception -
Uses of VitamRuntimeException in fr.gouv.vitam.metadata.core.graph.api
Methods in fr.gouv.vitam.metadata.core.graph.api that throw VitamRuntimeException Modifier and Type Method Description default void
GraphComputeService. computeObjectGroupGraph(java.util.Set<java.lang.String> originatingAgencies, java.util.Set<java.lang.String> unitParents, java.util.List<java.lang.String> up)
For ObjectGroup, we only get graph data (sps) from only unit represents (up) We do not loop over all parent of parent until root units As not concurrence expected, no problem of inconsistency, Else, if parallel compute is needed, then, we have to loop over all units (until root units) or to implements optimistic lock on _glpddefault com.mongodb.client.model.UpdateOneModel<org.bson.Document>
GraphComputeService. computeObjectGroupGraph(org.bson.Document document)
Create update model for ObjectGroupdefault com.mongodb.client.model.UpdateOneModel<org.bson.Document>
GraphComputeService. computeUnitGraph(org.bson.Document document, boolean invalidateComputedInheritedRules)
Create update model for Unitdefault void
GraphComputeService. computeUnitGraphUsingDirectParents(java.util.List<GraphRelation> graphRels, java.lang.String unitId, java.util.List<java.lang.String> up, int currentDepth)
Recursive method that compute graph using only _up With global (by reference variable graphRels, we get all needed informations from all parent of the given unit unitId. -
Uses of VitamRuntimeException in fr.gouv.vitam.metadata.core.trigger
Subclasses of VitamRuntimeException in fr.gouv.vitam.metadata.core.trigger Modifier and Type Class Description class
ChangesTriggerConfigFileException
-
Uses of VitamRuntimeException in fr.gouv.vitam.storage.engine.server.exception
Subclasses of VitamRuntimeException in fr.gouv.vitam.storage.engine.server.exception Modifier and Type Class Description class
RuntimeStorageException
-