new ProcessList()
        Contains a list of processes
    
    
    
    
    
    
    
    
    
- Source:
- Process/ProcessList.js, line 27
 
- See:
Properties:
| Name | Type | Description | 
|---|---|---|
| processes | Array | Array of processes. | 
Methods
- 
    addProjectFilter(string)
- 
    
    
    
    
    
    
    
        Parameters:Name Type Argument Description string<optional> 
 customerId - id of the customer to filter - Deprecated:
- since version 5.1 Adds the customer filter
 
- Source:
- Process/ProcessList.js, line 98
 
 
- 
    generateUrl()
- 
    
    
    Overrides Resource's generateUrl method to return the request url- Source:
- Process/ProcessList.js, line 47
 
- See:
 
- 
    generateUrl()
- 
    
    
    Overrides Resource's generateUrl method to return the Post url- Source:
- Process/ProcessList.js, line 89
 
- See:
 
- 
    loadPreset()
- 
    
    
    Overrides Resource's loadPreset method.- Source:
- Process/ProcessList.js, line 41
 
- 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:
- Process/ProcessList.js, line 57
 
- See:
 
- 
    removeProjectFilter()
- 
    
    
    
    
    
    
    
    
    
- Deprecated:
- since version 5.1 Removes the customer filter
 
- Source:
- Process/ProcessList.js, line 109
 
 
- 
    savePreset()
- 
    
    
    Overrides Resource's savePreset method.- Source:
- Process/ProcessList.js, line 83
 
- See:
 
