Uses of Class
fr.gouv.vitam.common.error.DomainName
-
Packages that use DomainName Package Description fr.gouv.vitam.common.error Contains
- services codes and their name
- domains codes and their name
- public Vitam codes -
-
Uses of DomainName in fr.gouv.vitam.common.error
Methods in fr.gouv.vitam.common.error that return DomainName Modifier and Type Method Description DomainName
VitamCode. getDomain()
static DomainName
DomainName. getFromCode(java.lang.String code)
Retrieve DomainName from codestatic DomainName
DomainName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DomainName[]
DomainName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.error with parameters of type DomainName Modifier and Type Method Description static VitamCode
VitamCodeHelper. getFrom(ServiceName service, DomainName domain, java.lang.String item)
Get VitamCode from Service, Domain and item valuesstatic java.util.List<VitamCode>
VitamCodeHelper. getFromDomain(DomainName domain)
Get list of VitamCode from a Domainstatic java.lang.String
VitamCodeHelper. getMessage(ServiceName service, DomainName domain, java.lang.String item)
Get the message from the Service, Domain and item valuesstatic java.lang.String
VitamCodeHelper. getParametrizedMessage(ServiceName service, DomainName domain, java.lang.String item, java.lang.Object... params)
Get parameterized message from Service, Domain and item values
-