Uses of Class
fr.gouv.vitam.logbook.common.parameters.Contexts
-
Packages that use Contexts Package Description fr.gouv.vitam.logbook.common.parameters Provides common parameters, helpers and factory classes used for the Logbook module -
-
Uses of Contexts in fr.gouv.vitam.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that return Contexts Modifier and Type Method Description static Contexts
Contexts. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Contexts[]
Contexts. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-