new UserRepresentationList()
        Create a new instance of representations
    
    
    
    
    
    
    
    
    
- Source:
- User/RepresentationList.js, line 32
 
- See:
Properties:
| Name | Type | Description | 
|---|---|---|
| active | Array | Array of active representations. | 
| inactive | Array | Array of inactive representations. | 
| pending | Array | Array of pending representations. | 
| author | Object | The author of the resource | 
| representations | Array | Array of representations. | 
Methods
- 
    generateUrl()
- 
    
    
    Overrides Resource's generateUrl method to return the request url- Source:
- User/RepresentationList.js, line 55
 
- See:
 
- 
    harcodedValues(paramGroup, localID) → {String}
- 
    
    
    Retrieve harcoded values for the user class.Parameters:Name Type Description paramGroupString group of parameters localIDString the local identifier - Source:
- User/RepresentationList.js, line 137
 
 Returns:value - the return harcoded value- Type
- String
 
- 
    loadPreset()
- 
    
    
    Overrides Resource's loadPreset method.- Source:
- User/RepresentationList.js, line 49
 
- See:
 
- 
    loadSet(rObject)
- 
    
    
    Overrides Resource's loadSet method to set local variables after request.Parameters:Name Type Description rObjectjson JSON representation of the loaded data. - Source:
- User/RepresentationList.js, line 65
 
- See:
 
