...
Method | Applicable Types | Return type | Description | |
---|---|---|---|---|
getAll(sessionID, type) |
| Listarray | Returns all objects of the specified type that are available for the user. | |
getSelected(sessionID, type) |
| Data object | Returns struct (see Data objects) | Returns the currently selected object of the specified type. |
getSelectedList(sessionID, type) |
| array | Returns a list of the currently selected object(s) of the specified type. | |
setSelected(sessionID, type, objID) | ||||
setAllSelected(sessionID, type) |
| int | Sets all objects of the specified type to be selected | |