fun allManagedObject(pageNum: Int, responder: RequestResponder<List<ManagedObject>>): Unit
Returns all managed objects for the given page with the page size specified by the pageSize property of your instance. Invoke this method for successive page whilst incrementing the pageNum You will get a empty list once you go past the last page.
pageNum
- The page to be fetched
responder
- The callback to be invoked for the results, content will be a list of ManagedObjects