Class AbstractDeferredCursor

    • Constructor Detail

      • AbstractDeferredCursor

        public AbstractDeferredCursor()
    • Method Detail

      • initialize

        protected abstract void initialize()
        Add your search cursors and objects here
      • next

        public java.lang.Object next()
        Description copied from class: SearchObjectCursor
        Gets the next search object, which might be a SearchObject or a SearchObjectCursor. Null is returned at the end of the stream to signify that the cursor is exhausted.
        Specified by:
        next in class SearchObjectCursor
      • addSearchObject

        protected void addSearchObject​(SearchObject searchObject)