Package | Description |
---|---|
de.innovationgate.wgaservices |
The Base Client API for using WGA Services Web Service
|
de.innovationgate.wgaservices.types |
Java Beans used by WGA Services Methods to transport data
|
Modifier and Type | Method and Description |
---|---|
Version |
WGACoreServices.getWGAVersion(RemoteSession session)
returns the version of wga
|
Modifier and Type | Method and Description |
---|---|
Version |
PluginInfo.getMinimumWGAVersion()
Returns the minimum OpenWGA version for running this plugin
|
Version |
PluginInfo.getMiniumJavaVersion()
Returns the minimum Java version for running this plugin
|
Version |
PluginInfo.getVersion()
Returns the version of the plugin
|
Modifier and Type | Method and Description |
---|---|
void |
PluginInfo.setMinimumWGAVersion(Version minimumWGAVersion)
Sets the minimum OpenWGA version for running this plugin
|
void |
PluginInfo.setMiniumJavaVersion(Version miniumJavaVersion)
Sets the minimum Java version for running this plugin
|
void |
PluginInfo.setVersion(Version version)
Sets the version of the plugin
|