|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.FullTextInfo
The FullTextInfo
class is used to set or retrieve
the requested Full Text Search (FTS) information
for the specified server.
The following Java code snippet is an example of how to
use FullTextInfo
with Util.ARGetFullTextInfo
to retrieve which FTS operations are being used:
FullTextInfo[] fullTextInfoList = Util.ARGetFullTextInfo( context, requestList );
Constructor Summary | |
FullTextInfo(int type,
Value value)
Constructor. |
|
FullTextInfo(int type,
Value[] value)
Constructor. |
Method Summary | |
int |
getInfoType()
Returns type of FTS info. |
Value[] |
getValue()
Returns value of FTS info. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FullTextInfo(int type, Value value)
public FullTextInfo(int type, Value[] value)
Method Detail |
public int getInfoType()
public Value[] getValue()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |