![]() |
Infohub JS API
|
COLNEO infohub Licence.
Information about an infohub user licence. Contains licencee information as well as modules and information about permissions.
Example:
Public Member Functions | |
| constructor (data=({})) | |
| getData () | |
| getLicencedUserIds () | |
| getLicencee () | |
| setData (data=({})) | |
| constructor | ( | data = ({}) | ) |
Create a licence from a JSON object.
| {object} | data - The licence data |
| getData | ( | ) |
Get the licence data.
| getLicencedUserIds | ( | ) |
Get licenced user IDs.
| getLicencee | ( | ) |
Get licencee.
| setData | ( | data = ({}) | ) |
Set the licence data.
| {object} | data - The licence data |