|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.SetFieldsAction com.bmc.arsys.api.SetFieldsFromFilterAPI
public class SetFieldsFromFilterAPI
For filters and escalations, user can pass values from the Set Fields window to a filter API plug-in service. If the service is running, it processes the request issued and return the values to the AR System server. These values are then loaded into the fields.
Constructor Summary | |
---|---|
SetFieldsFromFilterAPI()
|
|
SetFieldsFromFilterAPI(String fromServer,
String fromForm,
List<FieldAssignInfo> fieldList)
|
Method Summary | |
---|---|
void |
addInputAssignment(AssignInfo value)
|
void |
addInputAssignment(double value)
|
void |
addInputAssignment(int value)
|
void |
addInputAssignment(int index,
AssignInfo value)
|
void |
addInputAssignment(int index,
double value)
|
void |
addInputAssignment(int index,
int value)
|
void |
addInputAssignment(int index,
String value)
|
void |
addInputAssignment(String value)
|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
List<AssignInfo> |
getInputAssignList()
|
int |
getMultiMatchOption()
|
int |
getNoMatchOption()
|
String |
getServiceName()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setInputAssignList(List<AssignInfo> inputAssignList)
|
void |
setMultiMatchOption(int multiMatchOption)
|
void |
setNoMatchOption(int noMatchOption)
|
void |
setServiceName(String serviceName)
|
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.SetFieldsAction |
---|
equals, getFromServer, getReadValuesFrom, getSampleForm, getSampleServer, getSetFieldsList, setFromServer, setReadValuesFrom, setSampleForm, setSampleServer, setSetFieldsList |
Methods inherited from class com.bmc.arsys.api.Action |
---|
getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetFieldsFromFilterAPI()
public SetFieldsFromFilterAPI(String fromServer, String fromForm, List<FieldAssignInfo> fieldList)
Method Detail |
---|
public int getMultiMatchOption()
public void setMultiMatchOption(int multiMatchOption)
multiMatchOption
- the multiMatchOption to setpublic int getNoMatchOption()
public void setNoMatchOption(int noMatchOption)
noMatchOption
- the noMatchOption to setpublic List<AssignInfo> getInputAssignList()
public void setInputAssignList(List<AssignInfo> inputAssignList)
inputAssignList
- the inputAssignList to setpublic void addInputAssignment(int index, AssignInfo value)
public void addInputAssignment(AssignInfo value)
public void addInputAssignment(int index, int value)
public void addInputAssignment(int value)
public void addInputAssignment(int index, double value)
public void addInputAssignment(double value)
public void addInputAssignment(int index, String value)
public void addInputAssignment(String value)
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the serviceName to setpublic Object clone() throws CloneNotSupportedException
clone
in class SetFieldsAction
CloneNotSupportedException
public boolean equals(Object obj)
SetFieldsAction
equals
in class SetFieldsAction
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class SetFieldsAction
public String toString()
SetFieldsAction
toString
in class SetFieldsAction
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |