5.1 Action Request System Java API

com.remedy.arsys.api
Class CompactQueryResult

java.lang.Object
  |
  +--com.remedy.arsys.api.CompactQueryResult

public class CompactQueryResult
extends java.lang.Object

This class is reserved for internal use only.


Method Summary
 java.lang.String[] getEntryIds()
          AR System reserved method.
 Value[][] getEntryValues()
          AR System reserved method.
 long[] getFieldIds()
          AR System reserved method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldIds

public long[] getFieldIds()
AR System reserved method.

getEntryIds

public java.lang.String[] getEntryIds()
AR System reserved method.

getEntryValues

public Value[][] getEntryValues()
AR System reserved method.

5.1 Action Request System Java API