Versions Compared

Key

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

...

MethodApplicable TypesReturnsReturn typeDescription
getAll(sessionID, type)

Client
Dictionary
Domain
Filter
ImportSettings
Language
Project
Section
VirtualFile

List of objectsarrayReturns all objects of the specified type that are available for the user.
getSelected(sessionID, type)

Client
Dictionary
Domain
Filter
Language
Section

Object (see Data objects)struct Returns the currently selected object of the specified type.
getObject(sessionID, type, objID)

Client
ConceptEntry
Dictionary
Domain
Filter
ImportSettings
Language
Project
Section
TermEntry
User
VirtualFile

Object (see Data objects)structReturns the object with specified ID and type.
getObjectByName(sessionID, type, name)

Client
Dictionary
Domain
Filter
ImportSettings
Language
Project
Section
User

Object (see Data objects)structReturns the object with specified ID and name.
getSelectedList(sessionID, type)

Domain
Section

List of objectsarrayReturns a list of the currently selected object(s) of the specified type.
setSelected(sessionID, type, objID)

Client
Dictionary
Domain
Filter
Language
Section

0intSets the object with specified ID and type to be selected.
setSelected(sessionID, type, idList)

Domain
Section

0intSets the objects with specified IDs and type to be selected.
setAllSelected(sessionID, type)

Domain
Section

0intSets all objects of the specified type to be selected.
isSelected(sessionID, type, objID)

Client
Dictionary
Domain
Filter
Language
Section

True if selectedbooleanChecks if the object with specified ID and type is selected.
exists(sessionID, type, objID)

Client
ConceptEntry
Dictionary
Domain
Filter
ImportSettings
Language
Project
Section
TermEntry
User
VirtualFile

True if existsbooleanChecks if the object with specified ID and type exists.
existsByName(sessionID, type, name)

Client
Dictionary
Domain
Filter
ImportSettings
Language
Project
Section
User

True if existsbooleanChecks if the object with specified ID and type exists.