Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.search
Class TagChangeIterator

java.lang.Object
  extended by oracle.ecsf.data.ChangeIterator
      extended by oracle.apps.fnd.applcore.search.TagChangeIterator
All Implemented Interfaces:
java.util.Iterator

public class TagChangeIterator
extends oracle.ecsf.data.ChangeIterator

A Search Plugin change iterator for Web Centre Tagging.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
TagChangeIterator(oracle.ecsf.SearchContext ctx, java.lang.String changeType)
          Construct this change iterator.
 
Method Summary
protected  java.util.List<oracle.ecsf.meta.PrimaryKey> populate(oracle.ecsf.SearchContext ctx)
          Populate a list of primary keys that the crawl process will use to crawl data.
 
Methods inherited from class oracle.ecsf.data.ChangeIterator
getChangeType, getSearchableObject, hasNext, next, remove, setDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagChangeIterator

public TagChangeIterator(oracle.ecsf.SearchContext ctx,
                         java.lang.String changeType)
Construct this change iterator.

Parameters:
ctx - Search context.
changeType -
Method Detail

populate

protected java.util.List<oracle.ecsf.meta.PrimaryKey> populate(oracle.ecsf.SearchContext ctx)
Populate a list of primary keys that the crawl process will use to crawl data.

Specified by:
populate in class oracle.ecsf.data.ChangeIterator
Parameters:
ctx - Search context.
Returns:
List of primary keys that the crawl process will use to crawl data.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.