Package | Description |
---|---|
de.innovationgate.wga.server.api |
OpenWGA Server API classes.
|
de.innovationgate.wgpublisher |
Base package of WGA containing central functionalities.
|
de.innovationgate.wgpublisher.auth | |
de.innovationgate.wgpublisher.cluster.tasks | |
de.innovationgate.wgpublisher.design | |
de.innovationgate.wgpublisher.files.derivates | |
de.innovationgate.wgpublisher.filter | |
de.innovationgate.wgpublisher.plugins | |
de.innovationgate.wgpublisher.problems | |
de.innovationgate.wgpublisher.scheduler |
Functionality around the WGA Job Manager and implementing custom Tasks.
|
de.innovationgate.wgpublisher.webtml.utils |
Utility objects for the WebTML runtime including facilities to build WebTML elements.
|
Modifier and Type | Method and Description |
---|---|
ProblemScope |
Server.ServerOccasion.getDefaultScope() |
ProblemScope |
Design.DesignOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
WGPDispatcher.PathDispatchingOccasion.getDefaultScope() |
ProblemScope |
WGACoreTimer.ProblemDeterminationTaskOccasion.getDefaultScope() |
ProblemScope |
WGACore.UpdateConfigOccasion.getDefaultScope() |
ProblemScope |
WGACore.ConnectDatabaseProblemOccasion.getDefaultScope() |
ProblemScope |
WGACore.DetermineDatabaseDefaultLanguageProblemOccasion.getDefaultScope() |
ProblemScope |
SystemContainerManager.LibraryReloadOccasion.getDefaultScope() |
ProblemScope |
JMX.JMXProblemOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
CSAuthModule.AuthCollectorRunOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
RetrieveProblemsTask.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
RetrieveProblemsTask.setScope(ProblemScope scope) |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
OverlayDesignProvider.ApplyOverlayDesignOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
FileDerivateManager.DerivateRunProblemOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
WGAFilter.FilterRequestOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
WGAPluginSet.ConnectPluginProblemOccasion.getDefaultScope() |
Modifier and Type | Class and Description |
---|---|
class |
AccessLoggingScope |
class |
ContentShareScope |
class |
DatabaseScope |
class |
DBServerScope |
class |
DomainScope |
class |
GlobalScope |
class |
JobScope |
class |
PluginScope |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
SimpleProblemOccasion.getDefaultScope() |
ProblemScope |
ProblemOccasion.getDefaultScope()
Returns the default problem scope used by problems of this occasion
|
ProblemScope |
ProblemPath.getScope() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ProblemScope> |
ProblemRegistry.getProblemScopes(java.lang.Class<? extends ProblemType> type) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemRegistry.clearProblemScope(ProblemScope scope) |
static Problem |
Problem.create(ProblemOccasion occasion,
ProblemScope scope,
java.lang.String key,
ProblemSeverity severity) |
static Problem |
Problem.create(ProblemOccasion occ,
ProblemScope scope,
java.lang.String key,
ProblemSeverity severity,
Problem.Vars vars) |
static Problem |
Problem.create(ProblemOccasion occasion,
ProblemScope scope,
java.lang.String key,
ProblemSeverity severity,
Problem.Vars vars,
java.lang.Throwable throwable) |
static Problem |
Problem.create(ProblemOccasion occasion,
ProblemScope scope,
java.lang.String key,
ProblemSeverity severity,
java.lang.Throwable throwable) |
static SimpleProblemOccasion |
SimpleProblemOccasion.createAdministrativeOccasion(java.lang.String occKey,
ProblemScope scope,
java.lang.Class<?> refClass,
boolean clearedAutomatically)
Creates an administrative occasion.
|
java.util.List<Problem> |
ProblemRegistry.getProblems(java.lang.Class<? extends ProblemType> type,
ProblemScope scope) |
java.util.List<Problem> |
ProblemRegistry.getProblems(java.lang.Class<? extends ProblemType> type,
ProblemScope scope,
boolean includeConfirmed) |
Constructor and Description |
---|
ProblemPath(java.lang.Class<? extends ProblemType> type,
ProblemScope scope,
java.lang.String key) |
SimpleProblemOccasion(java.lang.String occKey,
java.lang.Class<? extends ProblemType> type,
ProblemScope scope,
java.lang.Class<?> refClass,
boolean clearedAutomatically)
Creates an occasion with all parameters.
|
Modifier and Type | Method and Description |
---|---|
ProblemScope |
Job.JobRunProblemOccasion.getDefaultScope() |
Modifier and Type | Method and Description |
---|---|
ProblemScope |
TMLContext.WebTMLOccasion.getDefaultScope() |