|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.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,
FieldAssignInfo[] fieldList,
java.lang.String process,
PushFieldsInfo[] pushFieldsList,
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 active link action. |
ExitGuideInfo |
getExitGuide()
Returns information about Exit Guide active link action. |
FieldAssignInfo[] |
getFieldList()
Returns information about Set Fields filter action. |
GotoActionInfo |
getGotoAction()
Returns information about GoTo filter action. |
GotoGuideLabelInfo |
getGotoGuide()
Returns information about Go to Guide active link 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. |
PushFieldsInfo[] |
getPushFieldsList()
Returns information about Push Fields filter action. |
SQLInfo |
getSqlCommand()
Returns information about Direct SQL filter action. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setAction(int action)
Sets type of action you want to fill. |
void |
setCallGuide(CallGuideInfo callGuide)
Assigns values for Call Guide active link action. |
void |
setExitGuide(ExitGuideInfo exitGuide)
Sets values for Exit Guide active link action. |
void |
setFieldList(FieldAssignInfo[] fieldList)
Assigns values for Set Fields filter action. |
void |
setGotoAction(GotoActionInfo gotoAction)
Assigns values for GoTo filter action. |
void |
setGotoGuide(GotoGuideLabelInfo gotoGuide)
Sets values for Go to Guide active link 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 |
setPushFieldsList(PushFieldsInfo[] pushFieldsList)
Assigns values for Push 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,
FieldAssignInfo[] fieldList,
java.lang.String process,
PushFieldsInfo[] pushFieldsList,
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 FieldAssignInfo[] getFieldList()
public void setFieldList(FieldAssignInfo[] fieldList)
public java.lang.String getProcess()
public void setProcess(java.lang.String process)
public PushFieldsInfo[] getPushFieldsList()
public void setPushFieldsList(PushFieldsInfo[] pushFieldsList)
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
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object
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()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||