|
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.FilterStatusInfo
The FilterStatusInfo class returns the type of filter message error.
| Constructor Summary | |
FilterStatusInfo()
constructor |
|
FilterStatusInfo(long messageType,
long messageNum,
java.lang.String messageText)
Constructs a new FilterStatusInfo object
with the following parameters: |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
long |
getMessageNum()
Returns number of Message filter action. |
java.lang.String |
getMessageText()
Returns text of Message filter action. |
long |
getMessageType()
Returns type of Message filter action. |
void |
setMessageNum(long messageNum)
Returns error number associated with the message in Message filter action. |
void |
setMessageText(java.lang.String messageText)
Returns message text for Message filter action. |
void |
setMessageType(long messageType)
Returns type of Message filter action. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FilterStatusInfo()
public FilterStatusInfo(long messageType,
long messageNum,
java.lang.String messageText)
FilterStatusInfo object
with the following parameters:messageType - Type of Message filter actionmessageNum - Number of Message filter actionmessageText - Text of Message filter action| Method Detail |
public long getMessageType()
public void setMessageType(long messageType)
0 - AR_RETURN_OK
indicates operation is successful—status may contain one or
more informational messages.1 - AR_RETURN_WARNING
indicates operation is successful but some problems encountered—status may contain one or
more warning messages and may also contain information messages.2 - AR_RETURN_ERROR
indicates operation failed—status may contain one or
more error messages and may also contain warning or informational messages.3 - AR_RETURN_FATAL
indicates operation failed—status may contain one or
more messages.4 - AR_RETURN_BAD_STATUS
indicates invalid status parameter-operation cancelled.public long getMessageNum()
public void setMessageNum(long messageNum)
public java.lang.String getMessageText()
public void setMessageText(java.lang.String messageText)
ARGetTextForErrorMessage.
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 | ||||||||