Package com.senzing.sdk
Interface SzProduct
- All Known Implementing Classes:
SzCoreProduct
public interface SzProduct
Defines the Java interface to the Senzing product functions. The Senzing
product functions provide information regarding the Senzing product
installation and user license.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently configured license details.Returns the currently installed version details.
-
Method Details
-
getLicense
Returns the currently configured license details.- Returns:
- The JSON document describing the license details.
- Throws:
SzException
- If a failure occurs.
-
getVersion
Returns the currently installed version details.- Returns:
- The JSON document of version details.
- Throws:
SzException
- If a failure occurs.
-