Appearance
User
Extends Group
An asset group extends Group to provide more asset specific capabilities.
Static Methods
findById(ID) → User
Returns a User given its ID.
Returns: User - The user or null if one could not be found.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ID | String | of the user. |
findByName(ID) → User
Returns a User given its name.
Returns: User - The user or null if one could not be found.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ID | String | of the user. |
findByAltId(Key, Value) → User
Returns a User given an alternate search ID.
Returns: User - The user or null if one could not be found.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| Key | String | value of the alternate ID. |
| Value | String | matching the key. |
Instance Methods
getAssets() → Array
Returns an array of Asset objects that are members of this group.
Returns: Array - An array of objects of type Asset.