Uses of Enum Class
fr.gouv.vitam.worker.core.plugin.UnitsRulesComputePlugin.UnitRulesComputeStatus
Packages that use UnitsRulesComputePlugin.UnitRulesComputeStatus
Package
Description
Plugin package in worker module
-
Uses of UnitsRulesComputePlugin.UnitRulesComputeStatus in fr.gouv.vitam.worker.core.exception
Methods in fr.gouv.vitam.worker.core.exception that return UnitsRulesComputePlugin.UnitRulesComputeStatusConstructors in fr.gouv.vitam.worker.core.exception with parameters of type UnitsRulesComputePlugin.UnitRulesComputeStatusModifierConstructorDescriptionInvalidRuleException
(UnitsRulesComputePlugin.UnitRulesComputeStatus unitRulesComputeStatus, String cause) InvalidRuleException constructorInvalidRuleException
(UnitsRulesComputePlugin.UnitRulesComputeStatus status, String cause, String objectId) -
Uses of UnitsRulesComputePlugin.UnitRulesComputeStatus in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return UnitsRulesComputePlugin.UnitRulesComputeStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.UnitsRulesComputePlugin.UnitRulesComputeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.