|
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.FilterActionInfo
The FilterActionInfo
class
and methods are used for implementing filter actions.
Constructor Summary | |
FilterActionInfo()
constructor |
|
FilterActionInfo(int action,
NotifyActionInfo notify,
FilterStatusInfo message,
java.lang.String logFile,
SetFieldsActionInfo setFields,
java.lang.String process,
PushFieldsActionInfo pushFields,
SQLInfo sqlCommand,
GotoActionInfo gotoAction,
CallGuideInfo callGuide,
ExitGuideInfo exitGuide,
GotoGuideLabelInfo gotoGuide)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
boolean |
equals(java.lang.Object anObject,
java.lang.String lhsServer,
java.lang.String lhsSchema,
java.lang.String rhsServer,
java.lang.String rhsSchema)
|
int |
getAction()
Indicates type of action you want to return. |
CallGuideInfo |
getCallGuide()
Returns information about Call Guide filter action. |
ExitGuideInfo |
getExitGuide()
Returns information about Exit Guide filter action. |
GotoActionInfo |
getGotoAction()
Returns information about GoTo filter action. |
GotoGuideLabelInfo |
getGotoGuide()
Returns information about Go to Guide filter action. |
java.lang.String |
getLogFile()
Returns information about Log to File filter action. |
FilterStatusInfo |
getMessage()
Returns information about Message filter action. |
NotifyActionInfo |
getNotify()
Returns information about Notify filter action. |
java.lang.String |
getProcess()
Returns information about Run Process filter action. |
PushFieldsActionInfo |
getPushFields()
Returns information about Push Fields filter action. |
SetFieldsActionInfo |
getSetFields()
Returns information about Set Fields filter action. |
SQLInfo |
getSqlCommand()
Returns information about Direct SQL filter action. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setAction(int action)
Sets type of action you want to fill. |
void |
setCallGuide(CallGuideInfo callGuide)
Assigns values for Call Guide filter action. |
void |
setExitGuide(ExitGuideInfo exitGuide)
Sets values for Exit Guide filter action. |
void |
setGotoAction(GotoActionInfo gotoAction)
Assigns values for GoTo filter action. |
void |
setGotoGuide(GotoGuideLabelInfo gotoGuide)
Sets values for Go to Guide filter action. |
void |
setLogFile(java.lang.String logFile)
Assigns values for Log to File filter action. |
void |
setMessage(FilterStatusInfo message)
Assigns values for Message filter action. |
void |
setNotify(NotifyActionInfo notify)
Assigns values for Notify filter action. |
void |
setProcess(java.lang.String process)
Assigns values for Run Process filter action. |
void |
setPushFields(PushFieldsActionInfo pushFields)
Assigns values for Push Fields filter action. |
void |
setSetFields(SetFieldsActionInfo setFields)
Assigns values for Set Fields filter action. |
void |
setSqlCommand(SQLInfo sqlCommand)
Assigns values for Direct SQL filter action. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterActionInfo()
public FilterActionInfo(int action, NotifyActionInfo notify, FilterStatusInfo message, java.lang.String logFile, SetFieldsActionInfo setFields, java.lang.String process, PushFieldsActionInfo pushFields, SQLInfo sqlCommand, GotoActionInfo gotoAction, CallGuideInfo callGuide, ExitGuideInfo exitGuide, GotoGuideLabelInfo gotoGuide)
Method Detail |
public NotifyActionInfo getNotify()
public void setNotify(NotifyActionInfo notify)
public FilterStatusInfo getMessage()
public void setMessage(FilterStatusInfo message)
public java.lang.String getLogFile()
public void setLogFile(java.lang.String logFile)
public SetFieldsActionInfo getSetFields()
public void setSetFields(SetFieldsActionInfo setFields)
public java.lang.String getProcess()
public void setProcess(java.lang.String process)
public PushFieldsActionInfo getPushFields()
public void setPushFields(PushFieldsActionInfo pushFields)
public SQLInfo getSqlCommand()
public void setSqlCommand(SQLInfo sqlCommand)
public GotoActionInfo getGotoAction()
public void setGotoAction(GotoActionInfo gotoAction)
public CallGuideInfo getCallGuide()
public void setCallGuide(CallGuideInfo callGuide)
public ExitGuideInfo getExitGuide()
public void setExitGuide(ExitGuideInfo exitGuide)
public GotoGuideLabelInfo getGotoGuide()
public void setGotoGuide(GotoGuideLabelInfo gotoGuide)
public int getAction()
public void setAction(int action)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |