|
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.AssignFilterApiInfo
The AssignFilterApiInfo
class specifies a filter API result value
to assign in a Set Fields action.
You specify the name of the plug-in,
the input values for the operation, and a pointer to the output values.
Constructor Summary | |
AssignFilterApiInfo()
constructor |
|
AssignFilterApiInfo(java.lang.String service,
AssignInfo[] inputValues,
long valueIndex)
Constructs a new AssignFilterApiInfo object. |
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. |
AssignInfo[] |
getInputValues()
Returns the list of values that will be provided as input to the AR System filter (ARF) API plug-in. |
java.lang.String |
getService()
Returns the name of the plug-in. |
long |
getValueIndex()
Returns the index into the returned list of values that will be used in the Set Field assignment. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setInputValues(AssignInfo[] inputValues)
Sets the list of values that will be provided as input to the AR System filter (ARF) API plug-in. |
void |
setService(java.lang.String service)
Sets the name of the plug-in. |
void |
setValueIndex(long valueIndex)
Sets the index into the returned list of values that will be used in the Set Field assignment. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AssignFilterApiInfo()
public AssignFilterApiInfo(java.lang.String service, AssignInfo[] inputValues, long valueIndex)
AssignFilterApiInfo
object.
Method Detail |
public java.lang.String getService()
public void setService(java.lang.String service)
public AssignInfo[] getInputValues()
public void setInputValues(AssignInfo[] inputValues)
public long getValueIndex()
public void setValueIndex(long valueIndex)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
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 |