Package com.tle.common.scripting.types

 

Script types used and/or returned by the objects in com.tle.common.scripting.objects

 

See Package Description (below in this page).  This package has no serializable classes.

 

 

Interface Summary
AttachmentScriptType
The Attachment object type as used by scripts.
BaseEntityScriptType
A super-interface for entity types.
BinaryDataScriptType
Used to pass between the various script objects.
CollectionScriptType
A collection type for use in scripts
ConnectionScriptType
Used for connecting to external sites from the server.
ExecutionResultScriptType
FacetCountResultScriptType
A facet count result type for use in scripts
FileHandleScriptType
GroupScriptType
Group object for usage in scripts.
HtmlTagScriptType
ItemScriptType
Available as 'currentItem' in scripts, but also available from results of calls to methods on 'items' and within search results return by 'utils.search(...)'.
MapScriptType
An abstraction from a real java map for use in scripting
ResponseScriptType
Used as the return results from ConnectionScriptType, which in-turn is retrieved by UtilsScriptObject.getConnection(String)
RoleScriptType
Role object for usage in scripts
SearchResultsScriptType
A search results type for use in scripts
UserScriptType
User object for usage in scripts.
XmlScriptType
Object for XML manipulation in scripts.

 

 

 

Script types used and/or returned by the objects in com.tle.common.scripting.objects