Package | Description |
---|---|
fr.gouv.vitam.common |
General utility classes as FileUtil, SystemPropertyUtil and UUID support
|
fr.gouv.vitam.logbook.common.client |
Provides client common classes for the Logbook module
|
Modifier and Type | Method and Description |
---|---|
static ServerIdentity |
ServerIdentity.getInstance() |
ServerIdentity |
ServerIdentity.setFromMap(Map<String,Object> map)
Assign the ServerIdentity from a Map where Key are elements from MAP_KEYNAME.
|
ServerIdentity |
ServerIdentity.setFromPropertyFile(File propertiesFile)
Assign the ServerIdentity from a Property file where Key are elements from MAP_KEYNAME.
|
ServerIdentity |
ServerIdentity.setFromYamlFile(File yamlFile)
Assign the ServerIdentity from a Yaml file where Key are elements from MAP_KEYNAME.
|
ServerIdentity |
ServerIdentity.setName(String name) |
ServerIdentity |
ServerIdentity.setRole(String role) |
ServerIdentity |
ServerIdentity.setServerId(int serverId)
The PlatformId is a unique name per site (each of the 3 sites of Vitam should have a different id).
|
ServerIdentity |
ServerIdentity.setSiteId(int siteId)
Set the SideID
|
Constructor and Description |
---|
StatusMessage(ServerIdentity serverIdentity)
Constructor from ServerIdentity
|
Copyright © 2018 Vitam. All rights reserved.