|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Subinterface of ISearchResult that provides convenience methods to retrieve the values of default fields.
| Method Summary | |
int |
getClassID()
Gets the int value of PortalField.CLASS_ID. |
java.util.Date |
getCreated()
Gets the Date value of PortalField.CREATED. |
java.lang.String |
getExcerpt()
Gets the String value of PortalField.TEXT_EXCERPT. |
java.lang.String |
getIconURL()
Gets the String value of PlumtreeField.ICON_URL. |
java.util.Date |
getLastModified()
Gets the Date value of PortalField.LAST_MODIFIED. |
java.lang.String |
getName()
Gets the String value of PortalField.NAME. |
int |
getObjectID()
Gets the int value of PortalField.OBJECT_ID. |
int |
getRank()
Gets the int value of PlumtreeField.RANK. |
java.lang.String |
getURL()
Gets the String value of PortalField.URL. |
| Methods inherited from interface com.plumtree.remote.prc.search.ISearchResult |
fieldExists, getFieldAsDate, getFieldAsFloat, getFieldAsInt, getFieldAsObject, getFieldAsString, getFields |
| Method Detail |
public java.lang.String getName()
String value of PortalField.NAME.
String value of PortalField.NAMEpublic java.lang.String getExcerpt()
String value of PortalField.TEXT_EXCERPT.
String value of PortalField.TEXT_EXCERPTpublic java.lang.String getURL()
String value of PortalField.URL.
String value of PortalField.URLpublic java.util.Date getCreated()
Date value of PortalField.CREATED.
Note: Dates in the search server are only accurate to four minutes.
Dates in the search server should remain sequential as they are indexed, although roundoff
may result in two dates that were sequential on input being the same in the search server.
Date value of PortalField.CREATEDpublic java.util.Date getLastModified()
Date value of PortalField.LAST_MODIFIED.
Note: Dates in the search server are only accurate to four minutes.
Dates in the search server should remain sequential as they are indexed, although roundoff
may result in two dates that were sequential on input being the same in the search server.
Date value of PortalField.LAST_MODIFIEDpublic int getObjectID()
int value of PortalField.OBJECT_ID.
int value of PortalField.OBJECT_IDpublic int getClassID()
int value of PortalField.CLASS_ID.
int value of PortalField.CLASS_IDpublic int getRank()
int value of PlumtreeField.RANK.
int value of PlumtreeField.RANKpublic java.lang.String getIconURL()
String value of PlumtreeField.ICON_URL.
String value of PlumtreeField.ICON_URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.