AR System Java API

com.bmc.arsys.api
Class SetFieldsFromFilterAPI

java.lang.Object
  extended by com.bmc.arsys.api.Action
      extended by com.bmc.arsys.api.SetFieldsAction
          extended by com.bmc.arsys.api.SetFieldsFromFilterAPI
All Implemented Interfaces:
ActiveLinkAction, FilterAction, Serializable, Cloneable
Direct Known Subclasses:
SetFieldsFromWebService

public class SetFieldsFromFilterAPI
extends SetFieldsAction
implements ActiveLinkAction, FilterAction, Cloneable, Serializable

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.

See Also:
Serialized Form

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

SetFieldsFromFilterAPI

public SetFieldsFromFilterAPI()

SetFieldsFromFilterAPI

public SetFieldsFromFilterAPI(String fromServer,
                              String fromForm,
                              List<FieldAssignInfo> fieldList)
Method Detail

getMultiMatchOption

public int getMultiMatchOption()
Returns:
the multiMatchOption

setMultiMatchOption

public void setMultiMatchOption(int multiMatchOption)
Parameters:
multiMatchOption - the multiMatchOption to set

getNoMatchOption

public int getNoMatchOption()
Returns:
the noMatchOption

setNoMatchOption

public void setNoMatchOption(int noMatchOption)
Parameters:
noMatchOption - the noMatchOption to set

getInputAssignList

public List<AssignInfo> getInputAssignList()
Returns:
the inputAssignList

setInputAssignList

public void setInputAssignList(List<AssignInfo> inputAssignList)
Parameters:
inputAssignList - the inputAssignList to set

addInputAssignment

public void addInputAssignment(int index,
                               AssignInfo value)

addInputAssignment

public void addInputAssignment(AssignInfo value)

addInputAssignment

public void addInputAssignment(int index,
                               int value)

addInputAssignment

public void addInputAssignment(int value)

addInputAssignment

public void addInputAssignment(int index,
                               double value)

addInputAssignment

public void addInputAssignment(double value)

addInputAssignment

public void addInputAssignment(int index,
                               String value)

addInputAssignment

public void addInputAssignment(String value)

getServiceName

public String getServiceName()
Returns:
the serviceName

setServiceName

public void setServiceName(String serviceName)
Parameters:
serviceName - the serviceName to set

clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self

Overrides:
clone in class SetFieldsAction
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
Description copied from class: SetFieldsAction
Use this method for checking equality between the current object and the provided one. The result is true only if the argument is not null, is of the same type and represents the same content.

Overrides:
equals in class SetFieldsAction
Parameters:
obj - the object that we are comparing to
Returns:
returns a boolean that tells if the two objects equal

hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.

Overrides:
hashCode in class SetFieldsAction
Returns:
returns the hash code for this instance

toString

public String toString()
Description copied from class: SetFieldsAction
Returns a string description of the object.

Overrides:
toString in class SetFieldsAction

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.