7.0 Action Request System Java API

com.remedy.arsys.api
Class CompactQueryResult

java.lang.Object
  extended bycom.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()
          Remedy reserved method.
 Value[][] getEntryValues()
          Remedy reserved method.
 long[] getFieldIds()
          Remedy 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()
Remedy reserved method.


getEntryIds

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


getEntryValues

public Value[][] getEntryValues()
Remedy reserved method.


7.0 Action Request System Java API