Package de.xima.fc.api.system
Class SystemAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.system.SystemAPI
 
 
 
- 
public class SystemAPI extends ASubAPI
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SystemAPI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFormModuleRunning()booleanisManagementModuleRunning()booleanisSystemUpToDate()- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isFormModuleRunning
public boolean isFormModuleRunning()
 
- 
isManagementModuleRunning
public boolean isManagementModuleRunning()
 
- 
isSystemUpToDate
public boolean isSystemUpToDate()
- Since:
 - 8.0.0
 - See Also:
 ISystemStatusChecker.isSystemUpToDate()
 
 - 
 
 -