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 |
---|---|
static ServiceName |
ServiceName.getFromCode(String code)
Retrieve ServiceName from code
|
ServiceName |
VitamCode.getService() |
static ServiceName |
ServiceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceName[] |
ServiceName.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.getFromService(ServiceName service)
Get list of VitamCode from a Service
|
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.