|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.CriteriaFlags com.bmc.arsys.api.ObjectBaseCriteria com.bmc.arsys.api.EscalationCriteria
public class EscalationCriteria
The EscalationCriteria
class is used to specify the list of Escalation
information to retrieve
from the AR System server.
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. |
int |
USE_REALNAME
Overlay: Returns escalation with real names. |
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 |
---|
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 final int USE_REALNAME
public static final int DEFAULT_CRITERIA
Constructor Detail |
---|
public EscalationCriteria()
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |