public abstract class MboSetAdapterBase extends java.lang.Object implements MboSetAdapter
Constructor and Description |
---|
MboSetAdapterBase() |
Modifier and Type | Method and Description |
---|---|
MboAdapter[] |
getMbosByAttribValues(java.lang.String[][] attributeValues)
Finds the Mbos that match the given criteria.
|
public MboAdapter[] getMbosByAttribValues(java.lang.String[][] attributeValues) throws java.lang.Exception
MboSetAdapter
MboAdapter[] pointsArray = points.getMbosByAttribValues(new String[][]{ {"POINT", "1"}, {"ISAVERAGE", "0"}});
getMbosByAttribValues
in interface MboSetAdapter
attributeValues
- array of arrays containing name/value pairs.java.lang.Exception