Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are the available type classes for generic methods.

NameDescription

...

Dictionary

A dictionary

...

for the current client

...

DomainA domain in the currently selected dictionary

...

Language

A

...

language in the currently selected dictionary

SectionA section in the currently selected dictionary

...

ConceptEntryA concept entry in the currently selected dictionary
TermEntryA term entry in the currently selected dictionary
FilterA filter for the current client 
ImportSettingsAn import settings for the current client 
VirtualFileA virtual file (and also import file) for the current client 
ProjectA project for the current client 
ClientA client in the system 
UserA user for the current client

Generic methods

The table below describes the available generic methods. The type argument is the name of the type, and is a case-insensitive string.

MethodApplicable TypesReturn typeDescription
getAll(sessionID, type)
  • Client
  • Dictionary
  • Domain
  • Filter
  • ImportSettings
  • Language
  • Project
  • Section
  • VirtualFile
ListReturns all objects of the specified type that are available for the user.
getSelected(sessionID, type)
  • Client
  • Dictionary
  • Domain
  • Filter
  • ImportSettings
  • Language
  • Project
  • Section
  • VirtualFile
Data objectReturns the currently selected object of the specified type.