Uses of Enum Class
fr.gouv.vitam.common.error.VitamCode
Packages that use VitamCode
Package
Description
Provides exception classes used for the Access Internal module.
Contains
- services codes and their name
- domains codes and their name
- public Vitam codes
- services codes and their name
- domains codes and their name
- public Vitam codes
-
Uses of VitamCode in fr.gouv.vitam.access.internal.common.exception
Constructors in fr.gouv.vitam.access.internal.common.exception with parameters of type VitamCode -
Uses of VitamCode in fr.gouv.vitam.common.error
Methods in fr.gouv.vitam.common.error that return VitamCodeModifier and TypeMethodDescriptionstatic VitamCode
VitamCodeHelper.getFrom
(ServiceName service, DomainName domain, String item) Get VitamCode from Service, Domain and item valuesstatic VitamCode
Get VitamCode from codestatic VitamCode
Returns the enum constant of this class with the specified name.static VitamCode[]
VitamCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.error that return types with arguments of type VitamCodeModifier and TypeMethodDescriptionVitamCodeHelper.getFromDomain
(DomainName domain) Get list of VitamCode from a DomainVitamCodeHelper.getFromService
(ServiceName service) Get list of VitamCode from a ServiceMethods in fr.gouv.vitam.common.error with parameters of type VitamCodeModifier and TypeMethodDescriptionstatic String
Get the vitam codestatic String
VitamCodeHelper.getLogMessage
(VitamCode vitamCode, Object... params) Get formatted message for Loggerstatic String
VitamCodeHelper.getMessageFromVitamCode
(VitamCode vitamCode) Get the message from vitam codestatic String
VitamCodeHelper.getParametrizedMessageFromVitamCode
(VitamCode vitamCode, Object... params) Get parameterized message from codestatic VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamCodeHelper.toVitamError
(VitamCode vitamCode, String description) Transform a vitamCode to a VitamError with the given descriptionstatic <T> VitamError<T>
VitamCodeHelper.toVitamError
(VitamCode vitamCode, String description, Class<T> clasz) Transform a vitamCode to a VitamError with the given description