Package | Description |
---|---|
de.innovationgate.wgaservices |
The Base Client API for using WGA Services Web Service
|
Modifier and Type | Method and Description |
---|---|
List<DatabaseServerInfo> |
WGACoreServices.retrieveContentStoreDatabaseServers(RemoteSession session)
retrieves a list of available database servers of the current OpenWGA runtime
which are able to provide content stores
|
Modifier and Type | Method and Description |
---|---|
void |
WGACoreServices.createDatabase(RemoteSession session,
DatabaseServerInfo dbServerInfo,
String implClassName,
Map<String,String> options)
creates a content store on the given database server with the given name
this operation will only create the database and not modify the OpenWGA configuration
|
List<DatabaseInformation> |
WGACoreServices.getAvailableDatabases(RemoteSession session,
DatabaseServerInfo dbServerInfo,
String implClassName)
retrieves a list of available databases on given server with given type
|