7.0 Action Request System Java API

com.remedy.arsys.api
Class EscalationCriteria

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

public class EscalationCriteria
extends CriteriaFlags

The EscalationCriteria class is used to specify the list of Escalation 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 escalation.
static int CHANGE_DIARY
          Returns change diary of specified escalation.
static int ELSE_LIST
          Returns Else list of specified escalation.
static int ENABLE
          Returns information whether specified escalation is disabled or enabled.
static int ESCALATION_TIME
          Returns time criteria of specified escalation.
static int HELP_TEXT
          Returns help text of specified escalation.
static int LAST_CHANGED
          Returns user who made last change to specified escalation.
static int NAME
          Returns the name of the specified escalation.
static int OWNER
          Returns owning user of specified escalation.
static int PROPERTY_LIST
          Returns object property tags of specified escalation.
static int QUERY
          Returns qualifications which execute the specified escalation.
static int TIMESTAMP
          Returns time stamp of specified escalation.
static int WORKFLOW_CONNECT
          Returns list of forms connected to specified escalation.
 
Constructor Summary
EscalationCriteria()
           
 
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 escalation.


ESCALATION_TIME

public static final int ESCALATION_TIME
Returns time criteria of specified escalation.


WORKFLOW_CONNECT

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


ENABLE

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


QUERY

public static final int QUERY
Returns qualifications which execute the specified escalation.


ACTION_LIST

public static final int ACTION_LIST
Returns If list of specified escalation. This list can contain from 1 to 25 actions.


ELSE_LIST

public static final int ELSE_LIST
Returns Else list of specified escalation. This list can contain from 1 to 25 actions.


HELP_TEXT

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


TIMESTAMP

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


OWNER

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


LAST_CHANGED

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


CHANGE_DIARY

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


PROPERTY_LIST

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

Constructor Detail

EscalationCriteria

public EscalationCriteria()

7.0 Action Request System Java API