| Interface | Description |
|---|---|
| ApplicationEventBuilder | |
| CollectionResult.Filter |
A filter to be applied to a CollectionResult via method
CollectionResult.filter(Filter) |
| CollectionResult.Wrapper<T> |
A wrapper that transforms Contextes in other result objects
|
| GlobalExpressionScope |
Represents a scope for objects that are globally available to expressions
|
| WGAAwareService |
A service API that is "WGA aware".
|
| WGAContext |
Environment context of the
WGA object, providing the available resources |
| Class | Description |
|---|---|
| AbstractUnlocker |
Abstract base class for WGA internal functionality to access isolated resources on an WGA object
|
| App |
Object representing an OpenWGA application and its services
|
| Auth |
An object for providing services regarding user authentication.
|
| Call |
Information about the current HTTP call that initialized the current environment.
|
| CallMethodConfig |
Detail configuration for calling a method via
TMLScript.callMethod(Object, String, java.util.Map, java.util.List, CallMethodConfig) |
| CollectionPage |
A page of collection result documents
|
| CollectionResult |
Represents an object carrying all resulting data of a document collection.
|
| Cookie |
Represents an HTTP cookie
|
| Database |
Object representing any OpenWGA database.
|
| DataSource |
Object representing an OpenWGA data source and its services
|
| DescriptificationConfig |
Configures descriptification of TMLScript objects
|
| Design |
The Design object represents a design context and offers various related functionalities, for example to fetch additional design resources relative to this context.
|
| Design.DesignOccasion |
The problem occasion type used by
Design.startProblemOccasion(String) and Design.addProblem(String, String, Map) |
| DesignContext |
A design context implementation for the server API, used when outside any WebTML/TMLScript environment
|
| Domain |
This object represents an OpenWGA domain, an entity which collects OpenWGA databases to use some shared functionality, most prominently the same authentication.
|
| Html |
Collects functionalties to load and parse HTML documents.
|
| Jobs |
Provides services regarding OpenWGA Jobs
|
| Lucene |
The "Lucene" object provides functionalities related to fulltext search in TMLScript.
|
| ManagedGlobalConfig | |
| Nav |
A tool object to create WebTML navigator results in Java.
|
| Nav.RelationDataIterator |
An iterator converting
WGRelationData into WGContent |
| NavigatorResult |
The collection result of a navigator
|
| Plugin |
The "Plugin" object provides information about an installed OpenWGA plugin
OpenWGA plugins extend the OpenWGA server in numerous ways, including new application designs, TMLScript functionalities, authentication sources and many more.
|
| QueryResult |
Represents an object carrying all resulting data of an executed query.
|
| Server |
This provides information and services regarding the OpenWGA server runtime and installation
|
| Server.ServerOccasion |
A problem occasion created by
Server.startProblemOccasion(Class, Object, String, boolean) |
| Session |
Information about the end-user session for which the current environment runs.
|
| TMLScript | |
| Validate |
This object offers comfortable functions to validate data in common ways, prominently in WebTML form validations.
|
| WebTMLFunctionArgumentSubstitutor | |
| WGA |
Base class for the WGA Server API, providing access to all of the APIs functionalities.
|
| Xml |
Object "Xml" collects functionalities to load and parse Xml documents.
|
| Enum | Description |
|---|---|
| DescriptificationConfig.ObjectMode |
Determines how JS objects and array are converted to corresponding Java types
|
| ObjectScope |
Enum declaring the valid settings for scopes of managed objects.
|
| TMLScript.ObjectType |
| Exception | Description |
|---|---|
| UnavailableResourceException |
An unavailable environment resource in the API is needed to process a called operation
|