lib

lib:hx

Haxall framework definitions

meta

tags

created

The timestamp when entity was created

disKey

Localized string key formatted as pod::key

disMacro

Display name using macro syntax

disabled

Indicates the entity is in a disabled state

flags

Flags string

mod

Last modified time of record - see docSkySpark

multiLine

Indicates that a multi-line text input should be used

noSkyarc

Marks a Haxall library as not runnable on SkySpark enabled products

password

Manages password which is hashed/stored to the password store

projMeta

Singleton record for project meta data

reader

Fantom type qname for reader class

steadyState

The delay before transitioning to the steady state

trash

Marks a record for deletion

typeName

Fantom type qname

username

Username for an authentication account

writer

Fantom type qname for writer class

ops

commit

Commit one or more diffs to the Folio database

eval

Evaluate an Axon expression

ext

Route to an extension

filetypes

excel

Excel 2003 XML spreadsheet

xml

EXtensible Markup Language

funcs

about

Return about dict

commit

Commit one or more diffs to the folio database

companionAdd

Add new spec or instance to companion lib - see ProjCompanion.add

companionFunc

Create func companion lib AST representation - see ProjCompanion.func

companionParse

Parse xeto source to its companion lib AST representation - see ProjCompanion.parse

companionPrint

Print companion AST rec representation back a Xeto string - see ProjCompanion.print

companionRead

Read a companion spec or instance by name - see ProjCompanion.read

companionRemove

Remove a spec or instance from companion lib - see ProjCompanion.remove

companionRename

Rename spec or instance in companion lib - see ProjCompanion.rename

companionUpdate

Update existing spec or instance in companion lib - see ProjCompanion.update

context

Get the current context as a Dict with the following tags

diff

Construct a modification "diff" used by commit()

extSettings

Return ext settings dict for given dotted lib name

extSettingsUpdate

Update ext settings for given dotted lib name

exts

Return grid of exts

isSteadyState

Return Runtime.isSteadyState

isWatched

Return if given record is under at least one watch

libAdd

Enable one or more Xeto libs by name

libReload

Reload all the xeto libraries in project

libRemove

Disable or more Xeto libs by name

libs

Return grid of the runtimes xeto libs and their status

passwordSet

Store a password key/val pair into current project's password store

pods

Return list of installed Fantom pods

projMeta

Return current project meta as dict

read

Read from database the first record which matches filter

readAll

Reall all records from the database which match the filter

readAllStream

Reall all records which match filter as stream of Dict records

readAllTagNames

Return the intersection of all tag names used by all the records matching the given filter

readAllTagVals

Return the range of all the values mapped to a given tag name used by all the records matching the given filter

readById

Read a record from database by id

readByIdPersistentTags

Given record id, read only the persistent tags from Folio

readByIdTransientTags

Given record id, read only the transient tags from Folio

readByIds

Read a list of record ids into a grid

readByIdsStream

Read a list of ids as a stream of Dict records

readCount

Return the number of records which match the given filter expression

readLink

Read a record Dict by its id for hyperlinking in a UI

stripUncommittable

Strip any tags which cannot be persistently committed to Folio

sysMeta

Return system meta as dict

toRec

Coerce a value to a record Dict

toRecId

Coerce a value to a Ref identifier

toRecIdList

Coerce a value to a list of Ref identifiers

toRecList

Coerce a value to a list of record Dicts

tzdb

Return the installed timezone database as Grid with following columns

unitdb

Return the installed unit database as Grid with following columns

watchAdd

Add a grid of recs to an existing watch and return the grid passed in

watchClose

Close an open watch by id

watchOpen

Open a new watch on a grid of records

watchPoll

Poll an open watch and return all the records which have changed since the last poll

watchRemove

Remove a grid of recs from an existing watch and return grid passed in