OpenWGA 7.2 - TMLScript reference


Object:

NavigatorResult

Description Represents a CollectionResult from a WebTML navigator collection, containing all documents of that navigator
Retrieval

Nav.navigate() and Nav convenience methods for individual navigator types

Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events
Inherits from object CollectionResult
Properties and methods
Name Purpose
exclude(context) inherited Filters out the given document from the collection result
filter(function) inherited Applies a filter to the collection result
getPage([offset,] length) inherited Returns a page of result documents
onlyPublished Reports if the collection result returns only published documents
originalResult inherited Returns the original QueryResult or NavigatorResult of this collection result
size inherited Returns the number of result documents in the collection
skip(size) inherited Skips the first documents in the current collection result
Examples See CollectionResult