Package | Description |
---|---|
fr.gouv.vitam.common.error |
Contains
- services codes and their name - domains codes and their name - public Vitam codes |
Modifier and Type | Method and Description |
---|---|
DomainName |
VitamCode.getDomain() |
static DomainName |
DomainName.getFromCode(String code)
Retrieve DomainName from code
|
static DomainName |
DomainName.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static VitamCode |
VitamCodeHelper.getFrom(ServiceName service,
DomainName domain,
String item)
Get VitamCode from Service, Domain and item values
|
static List<VitamCode> |
VitamCodeHelper.getFromDomain(DomainName domain)
Get list of VitamCode from a Domain
|
static String |
VitamCodeHelper.getMessage(ServiceName service,
DomainName domain,
String item)
Get the message from the Service, Domain and item values
|
static String |
VitamCodeHelper.getParametrizedMessage(ServiceName service,
DomainName domain,
String item,
Object... params)
Get parameterized message from Service, Domain and item values
|
Copyright © 2018 Vitam. All rights reserved.