getPrimaryKeysOfWorkSpace
Versionshinweise | 12.2 |
---|
Code
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
IScriptWorkSpace workSpace = WorkSpaceScriptUtils.search("searchPlainKey", "Test", 1.0);
List<String> pks = WorkSpaceScriptUtils.getPrimaryKeysOfWorkSpace(workSpace);