Package com.sas.lsaf.core.configuration
Interface ApplicationInformationService
-
public interface ApplicationInformationService
A service which exposes internal versions of components that were deployed with the API. This information is typically only used internally to verify the deployment consistency between the client and server distributions, but this information can be used by consumers of the API to do their own version checking and help in the debugging and technical support of issues which may arise.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationInformation
getApplicationInformation()
Returns anApplicationInformation
data structure with information containing SAS Life Science Analytics Framework versions in use.
-
-
-
Method Detail
-
getApplicationInformation
ApplicationInformation getApplicationInformation()
Returns anApplicationInformation
data structure with information containing SAS Life Science Analytics Framework versions in use. This information can be used to verify what version of the API is running on the client and the server as well as what version of SAS Life Science Analytics Framework is running on the server.- Returns:
- The SAS Life Science Analytics Framework API and Server application details.
-
-