Class SyncImpl.AttributesToGetSyncResultsHandler

    • Constructor Detail

      • AttributesToGetSyncResultsHandler

        public AttributesToGetSyncResultsHandler​(SyncResultsHandler handler,
                                                 String[] attrsToGet)
    • Method Detail

      • handle

        public boolean handle​(SyncDelta delta)
        Description copied from interface: SyncResultsHandler
        Called to handle a delta in the stream. The Connector framework will call this method multiple times, once for each result. Although this method is callback, the framework will invoke it synchronously. Thus, the framework guarantees that once an application's call to SyncApiOp#sync() returns, the framework will no longer call this method to handle results from that sync() operation.
        Specified by:
        handle in interface SyncResultsHandler
        Parameters:
        delta - The change
        Returns:
        True if the application wants to continue processing more results.