Executes a filter language query and returns all matching entries.
19 Dezember 2015
The following commands are available within myjaphoo scripts. For more understanding have also a look into the source file MJScriptBaseClass.java which is the groovy base class which implements the commands.
Executes a filter language query and returns all matching entries.
@param filterExpression @return @throws ParserException
Returns all movies as a list of MovieEntry objects from the cache. <p/> @return all movie entries
Returns all tags as a list of Token objects from the cache. @return
Returns all metatags as a list of MetaToken objects from the cache.