Package | Description |
---|---|
de.innovationgate.wga.server.api |
OpenWGA Server API classes.
|
Modifier and Type | Method and Description |
---|---|
Server.ServerOccasion |
Server.startProblemOccasion(Class<?> refClass,
Object scopeObject,
String baseKey)
Starts a generic problem occasion for OpenWGA non-design-related problems.
|
Server.ServerOccasion |
Server.startProblemOccasion(Class<?> refClass,
Object scopeObject,
String baseKey,
boolean clear)
Starts a generic problem occasion for OpenWGA non-design-related problems
|
Server.ServerOccasion |
Server.startProblemOccasion(Class<?> refClass,
String baseKey)
Starts a generic problem occasion for OpenWGA non-design-related problems.
|
Server.ServerOccasion |
Server.startProblemOccasion(Class<?> refClass,
String baseKey,
boolean clear)
Starts a generic problem occasion for OpenWGA non-design-related problems.
|