Uses of Class
fr.gouv.vitam.metadata.core.UnitNode
-
Packages that use UnitNode Package Description fr.gouv.vitam.metadata.core Provides -
-
Uses of UnitNode in fr.gouv.vitam.metadata.core
Subclasses of UnitNode in fr.gouv.vitam.metadata.core Modifier and Type Class Description class
UnitRuleCompute
Deprecated.: Use the new api /unitsWithInheritedRules instead.Methods in fr.gouv.vitam.metadata.core that return UnitNode Modifier and Type Method Description UnitNode
UnitNode. setAllUnitNode(java.util.Map<java.lang.String,UnitNode> allUnitNode)
Deprecated.Methods in fr.gouv.vitam.metadata.core that return types with arguments of type UnitNode Modifier and Type Method Description java.util.Map<java.lang.String,UnitNode>
UnitNode. getAllUnitNode()
Deprecated.java.util.Map<java.lang.String,UnitNode>
UnitNode. getDirectParent()
Deprecated.Method parameters in fr.gouv.vitam.metadata.core with type arguments of type UnitNode Modifier and Type Method Description UnitNode
UnitNode. setAllUnitNode(java.util.Map<java.lang.String,UnitNode> allUnitNode)
Deprecated.Constructors in fr.gouv.vitam.metadata.core with parameters of type UnitNode Constructor Description UnitRuleCompute(UnitNode u)
Deprecated.constructor with UnitNode
-