The following parameters apply to the getObjectValues method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
Integer |
Identifies the session retrieved from logging in. |
|
objectHandle |
String |
Identifies the handle of a CA SDM object to query. |
|
attributes |
String[] |
Identifies the names of attributes to fetch. If this field is empty, all the attributes for the object are returned. Note: Dot-names for attributes are only supported for SREL type attributes, and not for LREL/BREL/QREL type attributes. |
Description
This method returns the attribute values of an object. The caller passes one or more attribute names to fetch the object and dotted-names are permitted.
All values are returned as a string. Empty/null attributes are returned as empty strings.
Returns
A <UDSObject> element.
|
XML Element |
Type |
Description |
|---|---|---|
|
<UDSObject> |
N/A |
Contains a <Handle> element and zero or more <AttributeNameX> elements. |
|
Copyright © 2013 CA.
All rights reserved.
|
|