IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

AsyncTable Paging Service

  • 1.  AsyncTable Paging Service

    Posted Thu September 29, 2011 12:35 PM

    How can we implement an asynctable that does paging in the database? When creating a content provider I can see an option called LargeTable that supposedly can use a paging service to do something similar but I cannot find information about it.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: AsyncTable Paging Service

    Posted Thu September 29, 2011 03:48 PM

    You’ll need to create a Content Provider that implements IRefreshableContentProvider. Over in the samples, there is a SamplePagingService that is part of wm_coreproviderstest sample application that demonstrates implementing this interface. You’ll then need to invoke your custom SQL in the refresh() method.

    Regards,
    –mark


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine