|
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.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. |
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. |
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 |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AssignFilterApiInfo()
public AssignFilterApiInfo(java.lang.String service,
AssignInfo[] inputValues,
long valueIndex)
AssignFilterApiInfo object.m_service - Name of service in returned datam_inputValues - Input value in returned datam_valueIndex - Index of value in returned data| 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
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||