Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.peopleconnections.profile.model.crawler
Class ProfileServiceCrawlerRow

java.lang.Object
  extended by oracle.webcenter.peopleconnections.profile.model.crawler.ProfileServiceCrawlerRow

All Implemented Interfaces:
Row

public class ProfileServiceCrawlerRow
extends java.lang.Object
implements Row

Method Summary
 java.util.Iterator<QName> getColumns()
          This method returns the Iterator of the keys of the Rows map
 java.lang.Object getObject(QName columnName)
          This method returns the value given its key

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getObject

public java.lang.Object getObject(QName columnName)
This method returns the value given its key
Specified by:
getObject in interface Row
Parameters:
columnName -
Returns:

getColumns

public java.util.Iterator<QName> getColumns()
This method returns the Iterator of the keys of the Rows map
Specified by:
getColumns in interface Row
Returns:
See Also:
Row.getObject(oracle.webcenter.search.QName)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.