7.0 Action Request System Java API

com.remedy.arsys.api
Class FullTextInfo

java.lang.Object
  extended bycom.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 );
 


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

FullTextInfo

public FullTextInfo(int type,
                    Value value)
Constructor.


FullTextInfo

public FullTextInfo(int type,
                    Value[] value)
Constructor.

Method Detail

getInfoType

public int getInfoType()
Returns type of FTS info.


getValue

public Value[] getValue()
Returns value of FTS info.


7.0 Action Request System Java API