|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.CriteriaFlags
com.remedy.arsys.api.EscalationCriteria
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 |
public static final int NAME
public static final int ESCALATION_TIME
public static final int WORKFLOW_CONNECT
public static final int ENABLE
public static final int QUERY
public static final int ACTION_LIST
public static final int ELSE_LIST
public static final int HELP_TEXT
public static final int TIMESTAMP
public static final int OWNER
public static final int LAST_CHANGED
public static final int CHANGE_DIARY
public static final int PROPERTY_LIST
Constants.AR_OPROP_VENDOR_NAME
: (CHAR):
Indicates the vendor name. For example, ? BMC Software.?
Constants.AR_OPROP_VENDOR_PRODUCT
: (CHAR):
Indicates the product name. For example, ? AR System.?
Constants.AR_OPROP_VENDOR_VERSION
: (CHAR):
Indicates the vendor version. For example, ? 6.0?
Constants.AR_OPROP_GUID
: (CHAR):
Indicates the globally unique identifier for the object.
Constants.AR_OPROP_COPYRIGHT
: (CHAR):
Indicates the copyright string.
Constants.AR_OPROP_SCC_LOCKED_BY
:(CHAR):
Indicates the name of user who has locked the object.
Constants.AR_OPROP_SCC_VERSION
: (CHAR):
Indicates the version of the Source Code Control (SCC) system.
Constants.AR_OPROP_SCC_TIMESTAMP
: (TIME):
Indicates the SCC timestamp.
Constants.AR_OPROP_SCC_USER
: (CHAR):
Indicates the SCC username.
Constants.AR_OPROP_SCC_LOCATION
: (CHAR):
Indicates the location within the SCC system where the object may be found.
Constants.AR_OPROP_SCC_DATA_LOCKED_BY
: (CHAR):
Indicates the name of the user who has "locked" the data or entries stored in a
form under revision control. The AR System server does not enforce this lock and
thus it is to be considered an advisory lock only.
Constants.AR_OPROP_SCC_DATA_VERSION
: (CHAR):
Indicates the SCC version of the data or entries stored in a form under
revision control.
Constants.AR_OPROP_SCC_DATA_TIMESTAMP
: (CHAR):
Indicates the SCC timestamp of the data or entries stored in a form under
revision control.
Constants.AR_OPROP_SCC_DATA_USER
: (TIME):
Indicates the SCC username for the data or entries stored in a form under
revision control.
Constants.AR_OPROP_SCC_DATA_LOCATION
: (CHAR):
Indicates the location within the SCC system where the data or entries stored
in a form under revision control.
Constructor Detail |
public EscalationCriteria()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |