|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.EscalationTmInfo
The EscalationTmInfo class
represents the time specification for evaluating the escalation condition.
This parameter can
take one of two forms:
| Constructor Summary | |
EscalationTmInfo()
Constructor |
|
EscalationTmInfo(DayInfo date)
Constructs a new EscalationTmInfo object
using Constants.AR_ESCALATION_TYPE_TIMEMARK to
define a particular day |
|
EscalationTmInfo(long interval)
Constructs a new EscalationTmInfo object
using Constants.AR_ESCALATION_TYPE_INTERVAL to
define a time interval |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
DayInfo |
getDate()
Returns time information for specified escalation. |
int |
getEscalationTmType()
Returns the time specification for evaluating the escalation condition. |
long |
getInterval()
Returns interval information for specified escalation. |
void |
setDate(DayInfo date)
Sets time information for specified escalation. |
void |
setEscalationTmType(int escalationTmType)
Sets the time specification for evaluating the escalation condition. |
void |
setInterval(long interval)
Sets interval information for specified escalation. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EscalationTmInfo()
public EscalationTmInfo(long interval)
EscalationTmInfo object
using Constants.AR_ESCALATION_TYPE_INTERVAL to
define a time intervalinterval - escalation fire time in secondspublic EscalationTmInfo(DayInfo date)
EscalationTmInfo object
using Constants.AR_ESCALATION_TYPE_TIMEMARK to
define a particular dayDayInfo - escalation fire date| Method Detail |
public long getInterval()
public void setInterval(long interval)
public DayInfo getDate()
public void setDate(DayInfo date)
public int getEscalationTmType()
NULL for this parameter if you do not want to retrieve the escalation time.
Valid values are:
Constants.AR_ESCALATION_TYPE_INTERVAL that
defines how frequently the server checks the escalation condition (in seconds)
Constants.AR_ESCALATION_TYPE_TIMEMARK that
defines a particular day (by month or week)and time (hour and minute)for the
server to check the condition.public void setEscalationTmType(int escalationTmType)
NULL for this parameter if you do not want to retrieve the escalation time.
Valid values are:
Constants.AR_ESCALATION_TYPE_INTERVAL that
defines how frequently the server checks the escalation condition (in seconds)
Constants.AR_ESCALATION_TYPE_TIMEMARK that
defines a particular day (by month or week)and time (hour and minute)for the
server to check the condition.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||