OpenWGA 7.3 - TMLScript reference


Object:

Plugin

Description

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. This is an information object about the data and state of an installed and active OpenWGA plugin.

Retrieval

WGA.plugin()

Design.plugin()

Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events
Inherits from object App
Properties and methods
Name Purpose
accessLevel inherited Returns the access level that the current user has on this database
areaNames inherited Returns the names of all website areas in this app
contentTypeNames inherited Returns the names of all content types in this app
db() inherited Returns the WGAPI database object for the database
dbKey inherited Returns the database key of the database
design() inherited Retrieve the Design of this application
domain() inherited Returns the Domain to which the database belongs
getPublisherOption(name) inherited Retrieves the value of a publisher option
isAnonymous() inherited Returns if the user in anonymously logged in to this database
isAuthor() inherited Returns if the user has at least access level AUTHOR on this database
isChiefEditor() inherited Returns if the user has at least access level CHIEFEDITOR on this database
isEditor() inherited Returns if the user has at least access level EDITOR on this database
isManager() inherited Returns if the user has access level MANAGER on this database
isOpen() inherited Returns if a session is open on this database
isReader() inherited Returns if the user has at least access level READER on this database
languageNames inherited Returns the names (i.e. codes) of all language definitions in this app
lucene() inherited Returns a Lucene object using this app as context
luceneIndexed inherited Returns if a Lucene fulltext index is available for this application
name Returns the unique name of the plugin
query(queryType, query, [attributes, [queryParams, [context]]]) inherited Performs a query on the database
userRoles inherited Returns the ACL user roles that the current user owns on this app
version Returns an object holding the version of the plugin