com.remedy.arsys.api
Class FullTextInfo
java.lang.Object
|
+--com.remedy.arsys.api.FullTextInfo
- public class FullTextInfo
- extends java.lang.Object
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 );
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullTextInfo
public FullTextInfo(int type,
Value value)
- Constructor.
FullTextInfo
public FullTextInfo(int type,
Value[] value)
- Constructor.
getInfoType
public int getInfoType()
- Returns type of FTS info.
getValue
public Value[] getValue()
- Returns value of FTS info.