|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomAttribute | |
oracle.search.query.webservice.client | This package contains all the Java 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(java.lang.String author, java.lang.String description, java.lang.String url, java.lang.String snippet, java.lang.String title, java.util.Date lastModified, java.lang.String mimetype, java.lang.Integer score, java.lang.Integer docID, java.lang.String language, java.lang.Integer contentLength, java.lang.Long signature, java.lang.String infoSourceID, java.lang.String infoSourcePath, DataGroup[] groups, java.lang.Boolean isDuplicate, java.lang.Boolean hasDuplicate, CustomAttribute[] customAttributes, java.lang.String fedID) |
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |