Package | Description |
---|---|
de.innovationgate.wgaservices |
The Base Client API for using WGA Services Web Service
|
Modifier and Type | Method and Description |
---|---|
List<PluginInfo> |
WGACoreServices.getPluginInformation(RemoteSession session)
returns information about currently installed plugins
|
Modifier and Type | Method and Description |
---|---|
void |
WGACoreServices.activatePlugin(RemoteSession session,
PluginInfo pluginInfo)
activates the specified plugin
|
void |
WGACoreServices.deactivatePlugin(RemoteSession session,
PluginInfo pluginInfo)
deactivates the specified plugin
fails silently if the plugin is already disabled
|
DataSource |
WGACoreServices.downloadPlugin(RemoteSession session,
PluginInfo pluginInfo)
retrieves the plugin file of the specified plugin
|
void |
WGACoreServices.initializeOverlay(RemoteSession session,
PluginInfo pluginInfo,
String designFolder)
performs an overlay initialization or update on the given plugin with the given design folder
|