WorkSet
Informationen
- Kategorien: Kernel | Webservice (Server)
- Version: EA.13693
- Veröffentlichungsdatum: Mittwoch, 11. Dezember 2019
- Entwickler: Schulze
- Benötigt Datenbankänderung: Nein
- Betreff: WorkSet
Beschreibung
Folgende Funktionen für die Worksets wurden in der Webservice-Schnittstelle bereitgestellt:
EntityPoolPushWorkset => Creates a new workset and places it on the workset stack.
EntityPoolPopWorkset => Removes the last workset from the workset stack.
EntityPoolSuspendWorkset => Removes the last workset from the workset stack and saves it in an intermediate stack.
EntityPoolRestoreWorkset => Removes the last workset from the intermediate stack and places it back on the workset stack.
EntityPoolDumpWorksets => Writes information about all worksets and the associated entities of the session to a file, by default to [ pit]<user>\log\CacheDump.csv.
EntityPoolGetWorksetInfos => Returns information about all worksets in the session.
Außerdem wurde die Funktion "MakeStub" für ein Entity eingebaut:
- EntityMakeStub => Deletes all records from the entity in memory.