Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Uses of Class
oracle.search.query.webservice.client.CustomAttribute

Packages that use CustomAttribute
oracle.search.query.webservice.client Provides classes needed to access the Oracle SES Query Web service 

 

Uses of CustomAttribute in oracle.search.query.webservice.client

 

Methods in oracle.search.query.webservice.client that return CustomAttribute
 CustomAttribute[] ResultElement.getCustomAttributes()
          Returns the non-default attributes of the document requested in the search methods.

 

Methods in oracle.search.query.webservice.client with parameters of type CustomAttribute
 void ResultElement.setCustomAttributes(CustomAttribute[] customAttributes)
          Sets custom (non-default) attributes of the document.

 

Constructors in oracle.search.query.webservice.client with parameters of type CustomAttribute
ResultElement(String author, String description, String url, String snippet, String title, Date lastModified, String mimetype, Integer score, Integer docID, String language, Integer contentLength, Long signature, String infoSourceID, String infoSourcePath, DataGroup[] groups, Boolean isDuplicate, Boolean hasDuplicate, CustomAttribute[] customAttributes, String fedID)
           

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.