Uses of Interface
fr.gouv.vitam.common.model.unit.CommonRule
-
Packages that use CommonRule Package Description fr.gouv.vitam.common.mapping.dip fr.gouv.vitam.worker.core.mapping -
-
Uses of CommonRule in fr.gouv.vitam.common.mapping.dip
Methods in fr.gouv.vitam.common.mapping.dip with type parameters of type CommonRule Modifier and Type Method Description <T extends CommonRule>
TRuleMapper. fillCommonRule(RuleCategoryModel ruleCategory, java.util.function.Supplier<T> commonRuleSupplier)
This generic method is used to map data base model of rule to jaxb -
Uses of CommonRule in fr.gouv.vitam.worker.core.mapping
Methods in fr.gouv.vitam.worker.core.mapping with parameters of type CommonRule Modifier and Type Method Description RuleCategoryModel
RuleMapper. fillCommonRule(CommonRule rule)
This generic method is used to map data base model of rule to jaxb
-