Class Index | File Index

Classes


Class finesse.restservices.RestCollectionBase


Extends finesse.restservices.RestBase.
This is the base collection object.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Fields borrowed from class finesse.restservices.RestBase:
restResponseStatus
Method Summary
Method Attributes Method Name and Description
 
Returns the collection.
 
Force an update on this object.
Methods borrowed from class finesse.restservices.RestBase:
addHandler, getData, getId, getProperty, hasProperty, isLoaded, removeHandler
Class Detail
finesse.restservices.RestCollectionBase()
See:
finesse.restservices.Contacts
finesse.restservices.Dialogs
finesse.restservices.PhoneBooks
finesse.restservices.Queues
finesse.restservices.WorkflowActions
finesse.restservices.Workflows
finesse.restservices.WrapUpReasons
Method Detail
{Object} getCollection()
Returns the collection.
Returns:
{Object} The collection as an object

{finesse.restservices.RestBaseCollection} refresh()
Force an update on this object. Since an asynchronous GET is performed, it is necessary to have an onChange handler registered in order to be notified when the response of this returns.
Returns:
{finesse.restservices.RestBaseCollection} This RestBaseCollection object to allow cascading

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)