Skip to main content
Skip table of contents

getEntry

Versionshinweise

12.1

Code

GROOVY
IContainer WorkSpaceScriptUtils.getEntry(IScriptWorkSpace ws, int pos)

Beschreibung

Gibt einen Datensatz aus einem Suchergebnis an der angegebenen Position zurück.

Parameter

  • ws - Ein Suchergebnis.
  • pos - Die Position des Datensatzes im Suchergebnis.

Rückgabe

Gibt einen Datensatz zurück.

Beispiele

GROOVY
IScriptWorkSpace ws = WorkSpaceScriptUtils.search("searchPlainKey", "Test", 1.0);
IContainer entry = WorkSpaceScriptUtils.getEntry(ws, 0);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.