|
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);