@Service public class VersionServiceImpl extends Object implements VersionService
| Constructor and Description |
|---|
VersionServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatformSetupVersion()
Retrieves the platform setup tool version
|
String |
getPlatformVersion()
Retrieves the platform version in database
|
boolean |
isValidPlatformVersion()
Check if platform an platform setup tool are in same version
|
@Autowired public VersionServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
public String getPlatformVersion() throws PlatformException
VersionServicegetPlatformVersion in interface VersionServicePlatformExceptionpublic String getPlatformSetupVersion()
VersionServicegetPlatformSetupVersion in interface VersionServicepublic boolean isValidPlatformVersion()
throws PlatformException
VersionServiceisValidPlatformVersion in interface VersionServicePlatformExceptionCopyright © 2019 Bonitasoft. All rights reserved.