|
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.PushFieldsAction
public class PushFieldsAction
The PushFieldsAction
class is used to
change the values of fields in existing entries or
create a new entry during a transaction.
Constructor Summary | |
---|---|
PushFieldsAction()
|
|
PushFieldsAction(String sampleForm,
String sampleServer,
List<PushFieldsInfo> pushFieldsList)
|
Method Summary | |
---|---|
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. |
boolean |
equals(Object anObject,
String lhsServer,
String lhsForm,
String rhsServer,
String rhsForm)
|
int |
getMultiMatchOption()
|
int |
getNoMatchOption()
|
List<PushFieldsInfo> |
getPushFieldsList()
Returns information about Push Fields filter action. |
QualifierInfo |
getPushIfQualification()
|
String |
getPushIfQualificationAsString()
|
String |
getPushToForm()
|
String |
getPushToServer()
|
String |
getSampleForm()
Returns name of the sample form. |
String |
getSampleServer()
Returns name of the sample server. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isAssignmentByMatchingIds()
|
boolean |
isAssignmentToDefaults()
|
void |
setAssignmentByMatchingIds(boolean byMatchingIds)
sets the assignments to be by matching ids |
void |
setAssignmentToDefaults(boolean isSetToDefaults)
|
void |
setMultiMatchOption(int multiMatchOption)
|
void |
setNoMatchOption(int noMatchOption)
|
void |
setPushFieldsList(List<PushFieldsInfo> pushFieldsList)
Assigns values for Push Fields filter action. |
void |
setPushIfQualification(QualifierInfo pushIfQualification)
|
void |
setPushIfQualificationAsString(String pushIfQualificationAsString)
|
void |
setPushToForm(String pushToForm)
|
void |
setPushToServer(String pushToServer)
|
void |
setSampleForm(String sampleForm)
Sets the name of the sample form. |
void |
setSampleServer(String sampleServer)
Sets the name of the sample server. |
String |
toString()
Returns a string description of the object. |
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 PushFieldsAction()
public PushFieldsAction(String sampleForm, String sampleServer, List<PushFieldsInfo> pushFieldsList)
Method Detail |
---|
public String getSampleForm()
public void setSampleForm(String sampleForm)
public String getSampleServer()
public void setSampleServer(String sampleServer)
public List<PushFieldsInfo> getPushFieldsList()
public void setPushFieldsList(List<PushFieldsInfo> pushFieldsList)
public boolean isAssignmentByMatchingIds()
public void setAssignmentByMatchingIds(boolean byMatchingIds)
byMatchingIds
- whether to set by matching ids or not (true/false)public boolean isAssignmentToDefaults()
public void setAssignmentToDefaults(boolean isSetToDefaults)
isSetToDefaults
- the isSetToDefaults to setpublic Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
equals
in class Action
public int hashCode()
hashCode
in class Action
public String toString()
toString
in class Action
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 QualifierInfo getPushIfQualification()
public void setPushIfQualification(QualifierInfo pushIfQualification)
pushIfQualification
- the pushIfQualification to setpublic String getPushIfQualificationAsString()
public void setPushIfQualificationAsString(String pushIfQualificationAsString)
pushIfQualificationAsString
- the pushIfQualificationAsString to setpublic String getPushToForm()
public void setPushToForm(String pushToForm)
pushToForm
- the pushToForm to setpublic String getPushToServer()
public void setPushToServer(String pushToServer)
pushToServer
- the pushToServer to set
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |