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

C

callAction(Context, String, List<Object>, DesignResourceReference, GlobalExpressionScope) - Method in class de.innovationgate.wga.server.api.Design
Calls a WebTML action This is a variant of WGA.callAction(Context, String, List, DesignResourceReference, GlobalExpressionScope) which is able to call actions that are defined in or for the current design.
callAction(Context, String, List, DesignResourceReference, GlobalExpressionScope) - Method in class de.innovationgate.wga.server.api.WGA
Calls a WebTML action This can be used to call WebTML actions that are defined in any allowed way, including master and async actions.
callAction(String, List, DesignResourceReference, GlobalExpressionScope) - Method in class de.innovationgate.wga.server.api.WGA
Calls a WebTML action This can be used to call WebTML actions that are defined in any allowed way, including master and async actions.
callAction(String) - Method in class de.innovationgate.wgaservices.ActionCaller
Call an action via ID without parameters
callAction(String, List) - Method in class de.innovationgate.wgaservices.ActionCaller
Call an action via ID and with parameters
callAction(String, Form) - Method in class de.innovationgate.wgaservices.ActionCaller
Call an action via ID, posting a TMLForm object
callAction(String, List, Form) - Method in class de.innovationgate.wgaservices.ActionCaller
Call an action via ID with parameters and a posted TMLForm object
callAction(RemoteSession, String, String, String, List<Object>, Form) - Method in interface de.innovationgate.wgaservices.WGAServices
Calls a remote action on the WGA server.
callModuleEventFunction(HDBModelEvent) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelContentClassEvents
 
cancel(String, Throwable) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelContentEvent
 
cancel(String) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelContentEvent
 
cancel(String, Throwable) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelEvent
Cancels the event, giving an exception as reason
cancel(String) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelEvent
Cancels the event
cancel(String, Throwable) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelHDBEvent
 
cancel(String) - Method in class de.innovationgate.wgpublisher.hdb.HDBModelHDBEvent
 
changeSessionPassword(String, String) - Method in class de.innovationgate.wga.server.api.Auth
Change a password that is used to authenticate on a domain for the current session This method should be used on "password self service" applications where users are able to change their login password on the authentication backend.
changeSessionPassword(String) - Method in class de.innovationgate.wga.server.api.Auth
Change a password that is used to authenticate on the domain for the current session This method should be used on "password self service" applications where users are able to change their login password on the authentication backend.
checkEqual(HashedPassword, String) - Method in class de.innovationgate.wgpublisher.HashedPasswordService
Checks if a hashed password and a cleartext password are equal
child(String) - Method in interface de.innovationgate.wga.server.api.tml.Portlet
Returns a child portlet of the given name
children() - Method in class de.innovationgate.wga.server.api.Nav
Returns a NavigatorResult for a children navigator, just like
children(Map<String, Object>) - Method in class de.innovationgate.wga.server.api.Nav
Returns a NavigatorResult for a children navigator, just like
cleanup() - Method in interface de.innovationgate.wga.server.api.tml.Portlet
Clears the portlet configuration and state
clear() - Method in class de.innovationgate.wgpublisher.webtml.form.ProcessContext
 
clearAllCaches() - Method in class de.innovationgate.wga.server.api.Server
Clears all clearable caches on this OpenWGA runtime including: Data, user and file publishing caches on all web applications and data sources WebTML cache TMLScript code cache Design file cache This should be run in a master session.
clearchildstate(String) - Method in interface de.innovationgate.wga.server.api.tml.Portlet
Clears the state of a child portlet
clearFiles() - Method in class de.innovationgate.wgpublisher.webtml.form.ProcessContext
Remove all files on this process context
clearmessages() - Method in interface de.innovationgate.wga.server.api.tml.Form
Clears all validation messages on the form
clearResult() - Method in class de.innovationgate.wgpublisher.webtml.utils.ElementImplContext
Clears the current output result.
clearstate() - Method in interface de.innovationgate.wga.server.api.tml.Portlet
Clears the portlet state
clearVarParameters() - Method in class de.innovationgate.wgpublisher.webtml.utils.URLBuilder
Removes all var parameters
ClientFactory - Class in de.innovationgate.wgaservices
A factory for WGA web service clients
ClientFactory() - Constructor for class de.innovationgate.wgaservices.ClientFactory
 
ClientFactoryApplet - Class in de.innovationgate.wgaservices.applet
A simple applet that has no GUI but offers a WGAService client to JavaScript via LiveConnect.
ClientFactoryApplet() - Constructor for class de.innovationgate.wgaservices.applet.ClientFactoryApplet
 
ClientFactoryService - Interface in de.innovationgate.wgaservices
Interface for client factory services
clone() - Method in class de.innovationgate.wgpublisher.webtml.utils.URLBuilder
 
close() - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
 
close() - Method in class de.innovationgate.wgpublisher.log.WGAAsyncLogger
 
close() - Method in interface de.innovationgate.wgpublisher.log.WGALogger
Called when the logger is closed
CollectionPage - Class in de.innovationgate.wga.server.api
A page of collection result documents
CollectionPage() - Constructor for class de.innovationgate.wga.server.api.CollectionPage
 
CollectionResult - Class in de.innovationgate.wga.server.api
Represents an object carrying all resulting data of a document collection.
CollectionResult.Filter - Interface in de.innovationgate.wga.server.api
A filter to be applied to a CollectionResult via method CollectionResult.filter(Filter)
compareTo(Object) - Method in class de.innovationgate.wgaservices.types.Version
 
containsIgnoreCase(String) - Method in class de.innovationgate.wgpublisher.log.AppLog.Message
 
containsKey(Object) - Method in class de.innovationgate.wgpublisher.webtml.form.ProcessContext
 
containsValue(Object) - Method in class de.innovationgate.wgpublisher.webtml.form.ProcessContext
 
content() - Method in interface de.innovationgate.wga.server.api.tml.Context
Provides the WGAPI object "WGContent" which represents the current content document in context
contenturl() - Method in interface de.innovationgate.wga.server.api.tml.Context
Returns a URL to the content document in context
contenturl(String, String) - Method in interface de.innovationgate.wga.server.api.tml.Context
Returns a URL to the content document in context
contenturl(String, String, boolean) - Method in interface de.innovationgate.wga.server.api.tml.Context
Returns a URL to the content document in context
Context - Interface in de.innovationgate.wga.server.api.tml
The Context is the base object of the WebTML runtime.
context(String) - Method in interface de.innovationgate.wga.server.api.tml.Context
Creates a TMLContext object for a different content document.
context(String, boolean) - Method in interface de.innovationgate.wga.server.api.tml.Context
Creates a TMLContext object for a different content document.
context(WGContent) - Method in interface de.innovationgate.wga.server.api.tml.Context
Takes a content document in form of the WGAPI object "WGContent" and constructs a TMLContext object that has it in context.
create() - Method in class de.innovationgate.wga.server.api.Xml
Creates a new empty DOM document
create(String, Object) - Method in class de.innovationgate.wgpublisher.HashedPasswordService
Creates a new hashed password from a cleartext password and a salt value
create(String) - Method in class de.innovationgate.wgpublisher.webtml.utils.ImageLinkReader
Creates a new image link pointing to a file on the current document
create(String, String) - Method in class de.innovationgate.wgpublisher.webtml.utils.ImageLinkReader
Creates a new image link pointing to a file an any document
createActionCaller(WGAServices, RemoteSession, String) - Static method in class de.innovationgate.wgaservices.ClientFactory
Creates a helper object for calling remote actions on a WGA server.
createCalendar(Date) - Method in class de.innovationgate.wga.server.api.WGA
Creates a Java Calendar object offering diverse functionality to modify date values This method is provided for TMLScript.
createCalendar() - Method in class de.innovationgate.wga.server.api.WGA
Creates a Java Calendar object offering diverse functionality to modify date values This method is provided for TMLScript.
createContent(HDBModelParams) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Create a HDBModel content
createContent(String, WGContent) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Create a HDBModel content
createContent(String, WGContent, Object) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Create a HDBModel content
createContent(Form) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Create a HDBModel content based on the information from a WebTML form.
createContentClassJsIdentifier(String) - Static method in class de.innovationgate.wgpublisher.hdb.HDBModelListener
 
createContentStoreDump(RemoteSession, String, boolean) - Method in interface de.innovationgate.wgaservices.WGACoreServices
creates a content store dump of the given database
createContentStoreDump(RemoteSession, String, boolean, boolean) - Method in interface de.innovationgate.wgaservices.WGACoreServices
creates a content store dump of the given database
createContextDelegate(WGDatabase, String) - Method in class de.innovationgate.wga.server.api.DesignContext
 
createCookie(String, String) - Method in class de.innovationgate.wga.server.api.WGA
Creates a browser cookie object that can be added to the users browser session This method is provided for TMLScript.
createCoreServiceClient(String) - Method in class de.innovationgate.wgaservices.applet.ClientFactoryApplet
 
createCoreServiceClient(String) - Static method in class de.innovationgate.wgaservices.ClientFactory
Creates a client for core services
createCoreServiceClient(String, Map<String, Object>) - Static method in class de.innovationgate.wgaservices.ClientFactory
Creates a client for core services
createCoreServiceClient(String, Map<String, Object>) - Method in interface de.innovationgate.wgaservices.ClientFactoryService
Creates a client for core services
createCustomServiceClient(String) - Method in class de.innovationgate.wgaservices.applet.ClientFactoryApplet
 
createCustomServiceClient(String) - Static method in class de.innovationgate.wgaservices.ClientFactory
Creates a client for custom services
createCustomServiceClient(String, Map<String, Object>) - Static method in class de.innovationgate.wgaservices.ClientFactory
Creates a client for custom services
createCustomServiceClient(String, Map<String, Object>) - Method in interface de.innovationgate.wgaservices.ClientFactoryService
Creates a client for custom services
createDatabase(RemoteSession, DatabaseServerInfo, String, Map<String, String>) - Method in interface de.innovationgate.wgaservices.WGACoreServices
creates a content store on the given database server with the given name this operation will only create the database and not modify the OpenWGA configuration
createDate(boolean) - Method in class de.innovationgate.wga.server.api.WGA
Creates a new Date object for the current time.
createevent(String) - Method in interface de.innovationgate.wga.server.api.tml.Context
Creates a new PortletEvent object
createForm(FormInfo) - Method in class de.innovationgate.wga.server.api.WGA
Creates a new TMLForm object as configured by a FormInfo object.
createFormInfo(Context, String) - Method in class de.innovationgate.wga.server.api.Design
Creates a FormInfo to be used to create a new WebTML form
createFormInfo(String, boolean, boolean) - Method in class de.innovationgate.wga.server.api.WGA
Creates a new FormInfo object Objects of this type define settings for creating TMLForm objects from Java and TMLScript.
createHttpClient() - Method in class de.innovationgate.wga.server.api.WGA
Creates an object to do custom HTTP requests The returned object is an instance of the Jakarta Commons HTTP Client, a Java class providing extensive functionality to perform HTTP requests.
createImageScaler(File) - Method in class de.innovationgate.wga.server.api.WGA
Creates an ImageScaler object to perform scaling operations on an image file.
createImageScaler(InputStream) - Method in class de.innovationgate.wga.server.api.WGA
Creates an ImageScaler object to perform scaling operations on an image provided by an input stream ImageScaler objects are capable of scaling images to custom sizes.
createList() - Method in class de.innovationgate.wga.server.api.WGA
Creates a list object.
createList(Object[]) - Method in class de.innovationgate.wga.server.api.WGA
Creates a list object from an array..
createList(String, String) - Method in class de.innovationgate.wga.server.api.WGA
Creates an list object from a collection string with delimiter.
createLookupTable(Map) - Method in class de.innovationgate.wga.server.api.WGA
Creates a map, known to TMLScript as "lookup table", initializing it with the given maps entries This method is provided for TMLScript.
createLookupTable() - Method in class de.innovationgate.wga.server.api.WGA
Creates a map, known to TMLScript as "lookup table" This method is provided for TMLScript.
createMail() - Method in class de.innovationgate.wga.server.api.WGA
Creates a Mail object for sending e-mails.
createMail(String, String, String) - Method in class de.innovationgate.wga.server.api.WGA
Creates a Mail object for sending e-mails.
createModelObject(WGACore, WGDatabase) - Static method in class de.innovationgate.wgpublisher.hdb.HDBModel
Creates the HDBModel object.
createNotification() - Method in class de.innovationgate.wgpublisher.WGAAdminNotificationService
Create a notification mail
createSrcSet(WGA, URLBuilder, boolean) - Static method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Deprecated.
Use #createSrcSet(WGA, URLBuilder, boolean, Dimension) instead, so DPRs beyond the original size can be omitted
createSrcSet(URLBuilder, boolean, Dimension) - Method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Create srcset content for the given image URL.
createSrcSet(URLBuilder, boolean) - Method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Deprecated.
Use SrcSetCreator.createSrcSet(URLBuilder, boolean, Dimension) instead, so DPRs beyond the original size can be omitted
createSrcSet(String, boolean) - Method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Deprecated.
Use SrcSetCreator.createSrcSet(String, boolean, Dimension) instead, so DPRs beyond the original size can be omitted
createSrcSet(String, boolean, Dimension) - Method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Create srcset content for the given image URL
createSrcSet(String) - Method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Deprecated.
Use SrcSetCreator.createSrcSet(String, Dimension) instead, so DPRs beyond the original size can be omitted
createSrcSet(String, Dimension) - Method in class de.innovationgate.wgpublisher.webtml.utils.SrcSetCreator
Create srcset content for the given image URL
createTextLoader() - Method in class de.innovationgate.wga.server.api.Design.DesignOccasion
 
createTMLContext() - Method in class de.innovationgate.wga.server.api.Database
Creates a WebTML Context object using this application for context.
createTMLContext(WGDatabase, Design) - Method in class de.innovationgate.wga.server.api.WGA
Creates an WebTML context object for the given database The context will be on a dummy document of the given database.
createTMLContext(WGDatabase) - Method in class de.innovationgate.wga.server.api.WGA
Creates an WebTML context object for the given database The context will be on a dummy document of the given database.
createTMLContext(WGDatabase, WGLanguageChooser, Design) - Method in class de.innovationgate.wga.server.api.WGA
Creates an WebTML context object for the given database, using the given language chooser The context will be on a dummy document of the given database.
createTMLContext(WGDatabase, WGLanguageChooser) - Method in class de.innovationgate.wga.server.api.WGA
Creates an WebTML context object for the given database, using the given language chooser The context will be on a dummy document of the given database.
createTMLContext(WGContent, Design) - Method in class de.innovationgate.wga.server.api.WGA
Creates an WebTML context object for the given content If a WebTML environment is available this context will belong to this environment.
createTMLContext(WGContent) - Method in class de.innovationgate.wga.server.api.WGA
Creates an WebTML context object for the given content If a WebTML environment is available this context will belong to this environment.
A B C D E F G H I J K L M N O P Q R S T U V W X