kdl.prox.script
Class Find

java.lang.Object
  extended by kdl.prox.script.Find

public class Find
extends java.lang.Object

Supports finding objects based on string single-column attribute values.


Constructor Summary
Find()
           
 
Method Summary
static java.util.Map findObjects(java.lang.String pattern)
          Overload that searches on all string attributes.
static java.util.Map findObjects(java.lang.String pattern, java.util.List attrNames)
          Returns object IDs that match pattern, in a set of attributes.
static java.util.Map findObjects(java.lang.String pattern, java.lang.String attrName)
          Overload that searches on a given attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find

public Find()
Method Detail

findObjects

public static java.util.Map findObjects(java.lang.String pattern)
Overload that searches on all string attributes.

Parameters:
pattern -
Returns:
Map that maps attribute names to a List of matching object IDs (Integers)

findObjects

public static java.util.Map findObjects(java.lang.String pattern,
                                        java.lang.String attrName)
Overload that searches on a given attribute


findObjects

public static java.util.Map findObjects(java.lang.String pattern,
                                        java.util.List attrNames)
Returns object IDs that match pattern, in a set of attributes.

Parameters:
pattern -
attrNames -
Returns: