AR System Java API

com.bmc.arsys.api
Class EscalationCriteria

java.lang.Object
  extended by com.bmc.arsys.api.CriteriaFlags
      extended by com.bmc.arsys.api.ObjectBaseCriteria
          extended by com.bmc.arsys.api.EscalationCriteria
All Implemented Interfaces:
Serializable, Cloneable

public class EscalationCriteria
extends ObjectBaseCriteria
implements Serializable

The EscalationCriteria class is used to specify the list of Escalation information to retrieve from the AR System server.

See Also:
Serialized Form

Field Summary
static int ACTION_LIST
          Returns If list of specified escalation.
static int DEFAULT_CRITERIA
          The default criteria -- allows for setting all other criteria flags.
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 QUERY
          Returns qualifications which execute the specified escalation.
static int WORKFLOW_CONNECT
          Returns list of forms connected to specified escalation.
 
Fields inherited from class com.bmc.arsys.api.ObjectBaseCriteria
CHANGE_DIARY, HELP_TEXT, LAST_CHANGED, NAME, OWNER, PERMISSIONS, PROPERTY_LIST, TIMESTAMP
 
Constructor Summary
EscalationCriteria()
           
 
Method Summary
 
Methods inherited from class com.bmc.arsys.api.ObjectBaseCriteria
equals, hashCode, toString
 
Methods inherited from class com.bmc.arsys.api.CriteriaFlags
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.


DEFAULT_CRITERIA

public static final int DEFAULT_CRITERIA
The default criteria -- allows for setting all other criteria flags.

Constructor Detail

EscalationCriteria

public EscalationCriteria()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.