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

A

accessLogging() - Method in class de.innovationgate.wga.server.api.WGA
Returns the request information object for the current WebTML request to modify access logging data
ActionCaller - Class in de.innovationgate.wgaservices
A helper object for calling remote actions on a WGA server.
ActionResult - Class in de.innovationgate.wgaservices.types
The result of a remote action
ActionResult() - Constructor for class de.innovationgate.wgaservices.types.ActionResult
 
activatePlugin(RemoteSession, PluginInfo) - Method in interface de.innovationgate.wgaservices.WGACoreServices
activates the specified plugin
addDownload(File) - Method in class de.innovationgate.wgpublisher.TemporaryDownloadService
Adds a file as temporary download for the current user session
addfile(File) - Method in interface de.innovationgate.wga.server.api.tml.Form
Adds a file from the servers file system to the form
addfile(File, String) - Method in interface de.innovationgate.wga.server.api.tml.Form
Adds a file from the servers file system to the form
addfile(InputStream, String) - Method in interface de.innovationgate.wga.server.api.tml.Form
Adds a file from the servers file system to the form
addFile(InputStream, String) - Method in class de.innovationgate.wgpublisher.webtml.form.ProcessContext
Add an uploaded file to the process context
addFileAsAttachment(File, String) - Method in class de.innovationgate.wgaservices.types.Form
Adds a file from file system to the form as attachment, leaving you the choice to specify the attachment file name.
addFileAsAttachment(File) - Method in class de.innovationgate.wgaservices.types.Form
Adds a file from file system to the form as attachment.
addmessage(String) - Method in interface de.innovationgate.wga.server.api.tml.Form
Adds a new global validation message
addParameter(String, Object) - Method in class de.innovationgate.wgpublisher.webtml.utils.PortletEvent
Add a parameter to the event
addProblem(ProblemOccasion, String) - Method in class de.innovationgate.wga.server.api.Design
Adds a problem to the problem registry
addProblem(String, String, Map<Object, Object>) - Method in class de.innovationgate.wga.server.api.Design
Adds a problem to the problem registry
addProblem(ProblemOccasion, String, Map<Object, Object>) - Method in class de.innovationgate.wga.server.api.Design
Adds a problem to the problem registry
ADDPROBLEM_PARAM_ERROR - Static variable in class de.innovationgate.wga.server.api.Design
Parameter for Design.addProblem(String, String, Map) containing an Error object
ADDPROBLEM_PARAM_SEVERITY - Static variable in class de.innovationgate.wga.server.api.Design
Parameter for Design.addProblem(String, String, Map) containing the problem severity
addWarning(TMLContext, String, boolean) - Method in class de.innovationgate.wga.server.api.DesignContext
 
addwarning(String) - Method in interface de.innovationgate.wga.server.api.tml.Context
Adds a custom WebTML warning
addwarning(String, boolean) - Method in interface de.innovationgate.wga.server.api.tml.Context
Adds a custom WebTML warning
addWarning(String) - Method in class de.innovationgate.wgpublisher.webtml.utils.ElementImplContext
Used to put out a warning, displayable via tml:warnings tag.
adminLogin(String, String) - Method in interface de.innovationgate.wgaservices.WGACoreServices
Logs in to the WGA server as WGA administrator.
afterBody(ElementImplContext) - Method in interface de.innovationgate.wgpublisher.webtml.utils.ElementImpl
If the tml:element tag contains a tag tml:body, called on rendering of the end tag of tml:body.
alias(String, String) - Method in class de.innovationgate.wga.server.api.WGA
Returns an alias for a string value from a WebTML aliases string The aliases string given as parameter is expected to consist of a comma-separated list of elements of value plus corresponding alias, divided by a pipe symbol: alias|value,alias|value,alias|value ...
alias(String, List<String>) - Method in class de.innovationgate.wga.server.api.WGA
Returns an alias for a string value from a list of WebTML aliases.
App - Class in de.innovationgate.wga.server.api
Object representing an OpenWGA application and its services
app() - Method in class de.innovationgate.wga.server.api.WGA
Returns an application object for the current environment This will only work in WebTML/TMLScript environments and returns the object of the main context app.
app(WGDatabase) - Method in class de.innovationgate.wga.server.api.WGA
Returns an application object for the given database This will only work if the database represents an OpenWGA application.
app(Context) - Method in class de.innovationgate.wga.server.api.WGA
Returns an application object for the WebTML context This will only work if the context database represents an OpenWGA application.
app(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.
append(String) - Method in class de.innovationgate.wgpublisher.WGAMailNotification
Appends a string to the mail body
append(Throwable) - Method in class de.innovationgate.wgpublisher.WGAMailNotification
Appends information about a throwable to the mail body
appendResult(String) - Method in class de.innovationgate.wgpublisher.webtml.utils.ElementImplContext
Appends text to the current output result of the tag.
appendtofield(String, Object) - Method in interface de.innovationgate.wga.server.api.tml.Form
Appends a value to the value list of a field
appendvar(String, Object) - Method in interface de.innovationgate.wga.server.api.tml.Context
Appends a value to a WebTML variable as list element
AppLog - Class in de.innovationgate.wgpublisher.log
OpenWGA application log retrieval service
AppLog() - Constructor for class de.innovationgate.wgpublisher.log.AppLog
 
AppLog.Message - Class in de.innovationgate.wgpublisher.log
An applog message.
AppLog.Page - Class in de.innovationgate.wgpublisher.log
A page of applog content
applyAccessFilter(String) - Method in class de.innovationgate.wga.server.api.Auth
Applies an access filter to the current user on the current domain.
applyAccessFilter(String, Database) - Method in class de.innovationgate.wga.server.api.Auth
Applies an access filter to the current user only on given database This will implicitly reopen an open session on that database, so that the filter is immediately active
areas() - Method in class de.innovationgate.wga.server.api.Nav
Returns a NavigatorResult for an areas navigator, just like
areas(Map<String, Object>) - Method in class de.innovationgate.wga.server.api.Nav
Returns a NavigatorResult for an areas navigator, just like
assignContentID(WGContent, String) - Method in class de.innovationgate.wgpublisher.hdb.HDBModel
Assings a content id to the given content.
attach(WGDocument) - Method in interface de.innovationgate.wga.server.api.tml.Form
Attaches all files stored on this form to a document
attachmentData(String) - Method in class de.innovationgate.wgaservices.types.Form
Returns the data of an attachment file as DataSource
attachmentNames() - Method in class de.innovationgate.wgaservices.types.Form
Returns the names of all attachments stored to the form
Auth - Class in de.innovationgate.wga.server.api
An object for providing services regarding user authentication.
auth() - Method in class de.innovationgate.wga.server.api.Domain
Returns an Auth object providing authentication services for this domain
auth() - Method in class de.innovationgate.wga.server.api.WGA
Deprecated.
Instead use Domain.auth() to get a domain specific authentication object.
A B C D E F G H I J K L M N O P Q R S T U V W X