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 |
---|---|
java.lang.Class<? extends ProblemType> |
Server.ServerOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
Design.DesignOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
WGPDispatcher.PathDispatchingOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
WGACoreTimer.ProblemDeterminationTaskOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
WGACore.UpdateConfigOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
WGACore.ConnectDatabaseProblemOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
WGACore.DetermineDatabaseDefaultLanguageProblemOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
SystemContainerManager.LibraryReloadOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
JMX.JMXProblemOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
CSAuthModule.AuthCollectorRunOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
RetrieveProblemsTask.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RetrieveProblemsTask.setType(java.lang.Class<? extends ProblemType> type) |
Constructor and Description |
---|
RetrieveProblemsTask(java.lang.Class<? extends ProblemType> type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
OverlayDesignProvider.ApplyOverlayDesignOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
FileDerivateManager.DerivateRunProblemOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
WGAFilter.FilterRequestOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
WGAPluginSet.ConnectPluginProblemOccasion.getDefaultType() |
Modifier and Type | Class and Description |
---|---|
class |
AdministrativeProblemType |
class |
HTTPProblemType |
class |
LongRequestProblemType |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
SimpleProblemOccasion.getDefaultType() |
java.lang.Class<? extends ProblemType> |
ProblemOccasion.getDefaultType()
Returns the default problem type used by problems of this occasion
|
java.lang.Class<? extends ProblemType> |
ProblemPath.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemRegistry.clearProblemType(ProblemType type) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Problem> |
ProblemRegistry.getProblems(java.lang.Class<? extends ProblemType> type) |
java.util.List<Problem> |
ProblemRegistry.getProblems(java.lang.Class<? extends ProblemType> type,
boolean includeConfirmed) |
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) |
java.util.Set<ProblemScope> |
ProblemRegistry.getProblemScopes(java.lang.Class<? extends ProblemType> type) |
void |
ProblemListener.problemsAdded(java.lang.Class<? extends ProblemType> type,
java.util.Set<Problem> problems) |
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 |
---|---|
java.lang.Class<? extends ProblemType> |
Job.JobRunProblemOccasion.getDefaultType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ProblemType> |
TMLContext.WebTMLOccasion.getDefaultType() |