Package | Description |
---|---|
de.innovationgate.wgpublisher |
Base package of WGA containing central functionalities.
|
de.innovationgate.wgpublisher.design | |
de.innovationgate.wgpublisher.plugins | |
de.innovationgate.wgpublisher.problems | |
de.innovationgate.wgpublisher.scheduler |
Functionality around the WGA Job Manager and implementing custom Tasks.
|
Modifier and Type | Method and Description |
---|---|
Problem.Vars |
WGPDispatcher.PathDispatchingOccasion.getDefaultMessageVariables() |
Problem.Vars |
WGACoreTimer.ProblemDeterminationTaskOccasion.getDefaultMessageVariables() |
Problem.Vars |
JMX.JMXProblemOccasion.getDefaultMessageVariables() |
Modifier and Type | Method and Description |
---|---|
Problem.Vars |
OverlayDesignProvider.ApplyOverlayDesignOccasion.getDefaultMessageVariables() |
Modifier and Type | Method and Description |
---|---|
Problem.Vars |
WGAPluginSet.ConnectPluginProblemOccasion.getDefaultMessageVariables() |
Modifier and Type | Method and Description |
---|---|
Problem.Vars |
MessageVariableProvider.getDefaultMessageVariables()
Returns a map of variables (keys are variable names, values are variable values) that are to be added automatically to problem message texts.
|
Problem.Vars |
JobScope.getDefaultMessageVariables() |
Problem.Vars |
DomainScope.getDefaultMessageVariables() |
Problem.Vars |
DBServerScope.getDefaultMessageVariables() |
Problem.Vars |
DatabaseScope.getDefaultMessageVariables() |
Problem.Vars |
ContentShareScope.getDefaultMessageVariables() |
static Problem.Vars |
Problem.var(java.lang.String var,
java.lang.Object value) |
Problem.Vars |
Problem.Vars.var(java.lang.String var,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
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 occ,
java.lang.String key,
ProblemSeverity severity,
Problem.Vars vars) |
static Problem |
Problem.create(ProblemOccasion occasion,
java.lang.String key,
ProblemSeverity severity,
Problem.Vars vars,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Problem.Vars |
Job.JobRunProblemOccasion.getDefaultMessageVariables() |