|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.hive.infos.XHiveFindSimilarInfo
public class XHiveFindSimilarInfo
XHiveFindSimilarInfo, DTO to specify parameters to a "Find Similar" search.
| Field Summary | |
|---|---|
List<String> |
AttachmentNamesNames of documents attached to the email. |
String |
BodyTextThe body of the email, as plain text or HTML. |
List<String> |
CategoriesCategories applied to the email. |
int |
FirstResultOrdinal of first result to return. |
List<String> |
FlagsFlags applied to the email. |
int |
NumResultsNumber of results to return. |
List<String> |
RecipientsUsers (such as email recipients). |
String |
SubjectThe subject of the email. |
| Constructor Summary | |
|---|---|
XHiveFindSimilarInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String Subject
public String BodyText
public List<String> Recipients
public List<String> Categories
public List<String> Flags
public List<String> AttachmentNames
public int NumResults
public int FirstResult
| Constructor Detail |
|---|
public XHiveFindSimilarInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||