Skip to main content
Skip table of contents

getPrimaryKeysOfWorkSpace

Versionshinweise

12.2

Code

GROOVY
List<String> WorkSpaceScriptUtils.getPrimaryKeysOfWorkSpace(IScriptWorkSpace workSpace)

Beschreibung

Liefert die Liste von Primärschlüsseln für das übergebene Suchergebnis zurück.

Parameter

  • workSpace - Ein Suchergebnis.

Rückgabe

Eine Liste von Primärschlüsseln.

Beispiele

GROOVY
IScriptWorkSpace workSpace = WorkSpaceScriptUtils.search("searchPlainKey", "Test", 1.0);
List<String> pks = WorkSpaceScriptUtils.getPrimaryKeysOfWorkSpace(workSpace);
JavaScript errors detected

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

If this problem persists, please contact our support.