7.0 Action Request System Java API

com.remedy.arsys.api
Class FilterCriteria

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

public class FilterCriteria
extends CriteriaFlags

The FilterCriteria class is used to specify the list of Filter information to retrieve on a findByKey or findObjects call from the AR System server.


Field Summary
static int ACTION_LIST
          Returns If list of specified filter.
static int CHANGE_DIARY
          Returns change diary of specified filter.
static int ELSE_LIST
          Returns Else list of specified filter.
static int ENABLE
          Returns information whether specified filter is disabled or enabled.
static int HELP_TEXT
          Returns help text of specified filter.
static int LAST_CHANGED
          Returns user who made last change to specified filter.
static int NAME
          Returns the name of the specified filter.
static int OPERATION_SET
          Returns information about form operations that trigger the filter.
static int ORDER
          Returns execution order (from 0 to 1000) of specified filter.
static int OWNER
          Returns owning user of specified filter.
static int PROPERTY_LIST
          Returns object property tags of specified filter.
static int QUERY
          Returns qualifications that execute the specified filter.
static int TIMESTAMP
          Returns time stamp of specified filter.
static int WORKFLOW_CONNECT
          Returns list of forms connected to specified filter.
 
Constructor Summary
FilterCriteria()
           
 
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

NAME

public static final int NAME
Returns the name of the specified filter.


ORDER

public static final int ORDER
Returns execution order (from 0 to 1000) of specified filter.


WORKFLOW_CONNECT

public static final int WORKFLOW_CONNECT
Returns list of forms connected to specified filter. The filter must be associated with a single form or a list of forms that currently exists on the server.


OPERATION_SET

public static final int OPERATION_SET
Returns information about form operations that trigger the filter.


ENABLE

public static final int ENABLE
Returns information whether specified filter is disabled or enabled.


QUERY

public static final int QUERY
Returns qualifications that execute the specified filter.


ACTION_LIST

public static final int ACTION_LIST
Returns If list of specified filter.


ELSE_LIST

public static final int ELSE_LIST
Returns Else list of specified filter.


HELP_TEXT

public static final int HELP_TEXT
Returns help text of specified filter.


TIMESTAMP

public static final int TIMESTAMP
Returns time stamp of specified filter.


OWNER

public static final int OWNER
Returns owning user of specified filter.


LAST_CHANGED

public static final int LAST_CHANGED
Returns user who made last change to specified filter.


CHANGE_DIARY

public static final int CHANGE_DIARY
Returns change diary of specified filter.


PROPERTY_LIST

public static final int PROPERTY_LIST
Returns object property tags of specified filter. These are defined by AR System. You can use the following constants:

Constructor Detail

FilterCriteria

public FilterCriteria()

7.0 Action Request System Java API