Class PlatformInformationServiceImpl
java.lang.Object
org.bonitasoft.engine.service.platform.PlatformInformationServiceImpl
- All Implemented Interfaces:
PlatformInformationService
@Service("platformInformationService")
public class PlatformInformationServiceImpl
extends Object
implements PlatformInformationService
Updates the platform information using directly the
PersistenceService- Author:
- Elias Ricken de Medeiros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdatePlatformInfo(SPlatform platform, String platformInfo) Updates the platform information
-
Constructor Details
-
PlatformInformationServiceImpl
-
-
Method Details
-
updatePlatformInfo
public void updatePlatformInfo(SPlatform platform, String platformInfo) throws SPlatformUpdateException Description copied from interface:PlatformInformationServiceUpdates the platform information- Specified by:
updatePlatformInfoin interfacePlatformInformationService- Parameters:
platform- the platform to be updatedplatformInfo- the new platform information- Throws:
SPlatformUpdateException
-