7.0 Action Request System Java API

com.remedy.arsys.api
Class SupportFileCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.CriteriaFlags
      extended bycom.remedy.arsys.api.SupportFileCriteria

public class SupportFileCriteria
extends CriteriaFlags

The SupportFileCriteria class is used to specify the list of SupportFile information to retrieve on a findByKey or findObjects call.


Field Summary
static int FILE_CONTENTS
          Returns contents of specified support file.
static int TIMESTAMP
          Returns time stamp of specified support file.
 
Constructor Summary
SupportFileCriteria()
           
 
Methods inherited from class com.remedy.arsys.api.CriteriaFlags
getParameters, getPropertiesToRetrieve, resetChangeFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_CONTENTS

public static final int FILE_CONTENTS
Returns contents of specified support file.


TIMESTAMP

public static final int TIMESTAMP
Returns time stamp of specified support file.

Constructor Detail

SupportFileCriteria

public SupportFileCriteria()

7.0 Action Request System Java API