Uses of Enum Class
fr.gouv.vitam.common.error.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
-
Uses of VitamCode in fr.gouv.vitam.common.error
Modifier 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.Modifier and TypeMethodDescriptionVitamCodeHelper.getFromDomain
(DomainName domain) Get list of VitamCode from a DomainVitamCodeHelper.getFromService
(ServiceName service) Get list of VitamCode from a ServiceModifier 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