|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.FindObjectByAttribCmd
Command class for issuing find object by attribute request to Director Workgroup Server.
As of V2.11, searching supports using a single instance style attribute (STRING_TYPE, INTEGER_TYPE, etc) to match with an array style attribute of the same basic type (STRING_ARRAY_TYPE, INTEGER_ARRAY_TYPE, etc). An object will match if the single value provided matches any of the values in the corresponding array of values from the object. On versions before V2.11, doing this would result in no matching objects.
Field Summary |
---|
Constructor Summary | |
---|---|
FindObjectByAttribCmd(java.lang.String cls,
java.lang.String[] attriblist,
DataValue[] vallist)
Constructor for find object by attrib command. |
|
FindObjectByAttribCmd(java.lang.String cls,
java.lang.String[] attriblist,
DataValue[] vallist,
java.util.Locale loc)
Constructor for find object by attrib command. |
Method Summary | |
---|---|
LongValueSet |
getMatchingIDs()
Get set of object IDs returned as matching |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FindObjectByAttribCmd(java.lang.String cls, java.lang.String[] attriblist, DataValue[] vallist)
cls
- - class (or superclass) name of objects to findattriblist
- - list of attribute ID stringsvallist
- - list of attribute values which must matchpublic FindObjectByAttribCmd(java.lang.String cls, java.lang.String[] attriblist, DataValue[] vallist, java.util.Locale loc)
cls
- - class (or superclass) name of objects to findattriblist
- - list of attribute ID stringsvallist
- - list of attribute values which must matchloc
- - locale for requestMethod Detail |
public LongValueSet getMatchingIDs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |