|
|||||||||||
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.TWGGetAttributeCommand
Command class for issuing requested to TWGGetSetInterface supporting objects in the Director Server
Field Summary |
---|
Constructor Summary | |
---|---|
TWGGetAttributeCommand(java.util.Locale locale,
LongValueSet oids,
java.lang.String[] aids)
Constructor for attribute get command, using given list of object IDs and list of attribute names. |
|
TWGGetAttributeCommand(long oid,
java.lang.String aid)
Constructor for attribute get command, using given object ID and attribute name. |
|
TWGGetAttributeCommand(long oid,
java.lang.String[] aids)
Constructor for attribute get command, using given object ID and list of attribute names. |
|
TWGGetAttributeCommand(LongValueSet oids,
java.lang.String aid)
Constructor for attribute get command, using given list of object IDs and an attribute name. |
|
TWGGetAttributeCommand(LongValueSet oids,
java.lang.String[] aids)
Constructor for attribute get command, using given list of object IDs and list of attribute names. |
Method Summary | |
---|---|
java.lang.String |
getAttributeID(int i)
Get nth attribute ID |
int |
getAttributeIDCount()
Get number of attribute IDs sent |
DataValue |
getAttributeValue(long oid,
java.lang.String aid)
Get specific attribute value for given object ID |
DataValue[] |
getAttributeValues(long oid)
Get list of attribute values for given object ID |
long |
getObjectID(int i)
Get nth object ID |
int |
getObjectIDCount()
Get number of object IDs sent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGGetAttributeCommand(LongValueSet oids, java.lang.String[] aids)
oids
- - list of object IDsaids
- - list of attribute ID stringspublic TWGGetAttributeCommand(long oid, java.lang.String[] aids)
oid
- - object IDaids
- - list of attribute ID stringspublic TWGGetAttributeCommand(long oid, java.lang.String aid)
oid
- - object IDaid
- - attribute ID stringpublic TWGGetAttributeCommand(LongValueSet oids, java.lang.String aid)
oids
- - list of object IDsaid
- - attribute ID stringpublic TWGGetAttributeCommand(java.util.Locale locale, LongValueSet oids, java.lang.String[] aids)
locale
- - locale to use for getoids
- - list of object IDsaids
- - list of attribute ID stringsMethod Detail |
public DataValue[] getAttributeValues(long oid)
oid
- - object ID of requested values
public DataValue getAttributeValue(long oid, java.lang.String aid)
oid
- - object ID of requested valuesaid
- - attribute ID to be requested
public int getObjectIDCount()
public int getAttributeIDCount()
public long getObjectID(int i)
public java.lang.String getAttributeID(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |