A B C D E F G H I J K L M N O P Q R S T U V W X 

D

Database - Class in de.innovationgate.wga.server.api
Object representing any OpenWGA database.
database() - Method in class de.innovationgate.wga.server.api.WGA
Returns a database object for the current environment.
database(WGDatabase) - Method in class de.innovationgate.wga.server.api.WGA
Returns a database object for the given database This either returns an App or DataSource object, depending on the database type
database(Context) - Method in class de.innovationgate.wga.server.api.WGA
Returns a database object for the WebTML context This either returns an App or DataSource object, depending on the database type
database(String) - Method in class de.innovationgate.wga.server.api.WGA
Returns a database object for the database of the given key This either returns an App or DataSource object, depending on the database type
DatabaseInformation - Class in de.innovationgate.wgaservices.types
Information about a connected database
DatabaseInformation() - Constructor for class de.innovationgate.wgaservices.types.DatabaseInformation
 
DatabaseServerInfo - Class in de.innovationgate.wgaservices.types
Information about a configured database server
DatabaseServerInfo() - Constructor for class de.innovationgate.wgaservices.types.DatabaseServerInfo
 
DataSource - Class in de.innovationgate.wga.server.api
Object representing an OpenWGA data source and its services
dataSource() - Method in class de.innovationgate.wga.server.api.WGA
Returns a data source object for the current environment This will only work in WebTML/TMLScript environments and returns the object of the main context data source.
dataSource(WGDatabase) - Method in class de.innovationgate.wga.server.api.WGA
Returns a data source object for the given database This will only work if the database represents an OpenWGA data source.
dataSource(Context) - Method in class de.innovationgate.wga.server.api.WGA
Returns a data source object for the WebTML context This will only work if the context database represents an OpenWGA data source.
dataSource(String) - Method in class de.innovationgate.wga.server.api.WGA
Returns an application object for the database of the given key This will only work if the database represents an OpenWGA application.
dateOnly(Date) - Method in class de.innovationgate.wga.server.api.WGA
Removes all daytime information from a date This method returns a new date which represents the date give but has hour, minute, second and millisecond information set to 0.
db() - Method in class de.innovationgate.wga.server.api.Database
Returns the corresponding WGAPI WGDatabase object for this app
db() - Method in class de.innovationgate.wga.server.api.Design
Returns the WGAPI database object for the application of the current design
db() - Method in interface de.innovationgate.wga.server.api.tml.Context
Returns a WGAPI database object for the database of the current context
db(String) - Method in class de.innovationgate.wga.server.api.WGA
Returns the WGAPI database object for the given database key When accessing a database that has not yet been accessed in this request OpenWGA will try to login the user to this database, using whatever login information is available on the session.
db(String, boolean) - Method in class de.innovationgate.wga.server.api.WGA
Returns the WGAPI database object for the given database key When accessing a database that has not yet been accessed in this request and parameter "open" is true then OpenWGA will try to login the user to this database, using whatever login information is available on the session.
db(String) - Method in class de.innovationgate.wgpublisher.scheduler.JobContext
Deprecated.
Use WGA object to access WGA global resources like these
de.innovationgate.wga.server.api - package de.innovationgate.wga.server.api
OpenWGA Server API classes.
de.innovationgate.wga.server.api.tml - package de.innovationgate.wga.server.api.tml
OpenWGA Server API interfaces for WebTML objects.
de.innovationgate.wgaservices - package de.innovationgate.wgaservices
The Base Client API for using WGA Services Web Service
de.innovationgate.wgaservices.applet - package de.innovationgate.wgaservices.applet
Utility classes for using WGA Services from a Java Applet
de.innovationgate.wgaservices.types - package de.innovationgate.wgaservices.types
Java Beans used by WGA Services Methods to transport data
de.innovationgate.wgpublisher - package de.innovationgate.wgpublisher
Base package of WGA containing central functionalities.
de.innovationgate.wgpublisher.hdb - package de.innovationgate.wgpublisher.hdb
HDBModel API classes.
de.innovationgate.wgpublisher.jsputils - package de.innovationgate.wgpublisher.jsputils
Tool objects for using WGA functionality in JSP artifacts.
de.innovationgate.wgpublisher.log - package de.innovationgate.wgpublisher.log
Functionality to log WGA requests to a log target.
de.innovationgate.wgpublisher.scheduler - package de.innovationgate.wgpublisher.scheduler
Functionality around the WGA Job Manager and implementing custom Tasks.
de.innovationgate.wgpublisher.webtml.form - package de.innovationgate.wgpublisher.webtml.form
Classes related to WebTML forms
de.innovationgate.wgpublisher.webtml.utils - package de.innovationgate.wgpublisher.webtml.utils
Utility objects for the WebTML runtime including facilities to build WebTML elements.
deactivatePlugin(RemoteSession, PluginInfo) - Method in interface de.innovationgate.wgaservices.WGACoreServices
deactivates the specified plugin fails silently if the plugin is already disabled
deleteContent(WGContent) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Delete a HDBModel content
deleteContent(HDBModelParams) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Delete a HDBModel content
deleteDoublets(List<Object>) - Method in class de.innovationgate.wga.server.api.WGA
Removes multiple equal entries from a list.
deleteFSDesignResource(RemoteSession, String) - Method in interface de.innovationgate.wgaservices.WGACoreServices
deletes the given design resource
deserializeObject(String) - Method in class de.innovationgate.wga.server.api.WGA
Converts a string created by WGA.serializeObject(Object) back to the original object.
design() - Method in class de.innovationgate.wga.server.api.App
Returns the design context of the app
design(String) - Method in class de.innovationgate.wga.server.api.App
Returns the design context for a design resource in this app
Design - Class in de.innovationgate.wga.server.api
The Design object represents a design context and offers various related functionalities, for example to fetch additional design resources relative to this context.
design(WGDatabase) - Method in class de.innovationgate.wga.server.api.WGA
Returns a design context object for the given database This will only work if the database represents an OpenWGA application.
design() - Method in class de.innovationgate.wga.server.api.WGA
Returns a design context object for the current environment This will only work in WebTML/TMLScript environments and returns the design of the main context app.
design(String) - Method in class de.innovationgate.wga.server.api.WGA
Returns a design context object for the database of the given key This will only work if the database represents an OpenWGA application.
design(TMLDesignContext) - Method in class de.innovationgate.wga.server.api.WGA
Returns a design context object for the given WebTML design context The parameter object is an object of the WebTML implementation.
Design.DesignOccasion - Class in de.innovationgate.wga.server.api
Design.DesignOccasion(Design, String, boolean) - Constructor for class de.innovationgate.wga.server.api.Design.DesignOccasion
 
designChanged(WGDesignChangeEvent) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
 
DesignContext - Class in de.innovationgate.wga.server.api
A design context implementation for the server API, used when outside any WebTML/TMLScript environment
destroy() - Method in class de.innovationgate.wgaservices.applet.ClientFactoryApplet
 
determineCurrentIndex(Iterator<?>) - Method in class de.innovationgate.wga.server.api.CollectionResult
Returns the index of the last returned result document from the given iterator that this document had on the original collection result.
domain() - Method in class de.innovationgate.wga.server.api.Database
Returns a domain object for the domain that this database belongs to
Domain - Class in de.innovationgate.wga.server.api
This object represents an OpenWGA domain, an entity which collects OpenWGA databases to use some shared functionality, most prominently the same authentication.
domain() - Method in class de.innovationgate.wga.server.api.Plugin
 
domain(String) - Method in class de.innovationgate.wga.server.api.WGA
Returns a domain object for the domain of the given name
downloadPlugin(RemoteSession, PluginInfo) - Method in interface de.innovationgate.wgaservices.WGACoreServices
retrieves the plugin file of the specified plugin
A B C D E F G H I J K L M N O P Q R S T U V W X