Uses of Class
com.bmc.cmdb.api.CMDBAttributeValue

Uses of CMDBAttributeValue in com.bmc.cmdb.api
 

Methods in com.bmc.cmdb.api that return CMDBAttributeValue
 CMDBAttributeValue[] CMDBAuditValueList.getAttributeList()
          Returns attributeList variable for the given CMDBAuditValueList.
 CMDBAttributeValue CMDBInstanceBase.getAttributeValueByName(java.lang.String name)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
 CMDBAttributeValue CMDBInstance.getAttributeValueByName(java.lang.String name)
          Gets the attribute value using the attribute name as a map key.
 

Methods in com.bmc.cmdb.api with parameters of type CMDBAttributeValue
static boolean CMDBUtil.CMDBRunQualificationForCI(ARServerUser context, java.lang.String qualifier, CMDBAttributeValue[] attributeValue)
          Verifies if an instance is qualified.
 void CMDBAuditValueList.setAttributeList(CMDBAttributeValue[] aAttributeList)
          Sets attributeList for given CMDBAuditValueList object
 

Constructors in com.bmc.cmdb.api with parameters of type CMDBAttributeValue
CMDBAuditValueList(int aOperation, java.lang.String aChangedBy, Timestamp aAuditDate, java.lang.String[] aAttrNameChange, CMDBAttributeValue[] aAttributeList)
          Initializes the values for the given CMDBAuditValueList object.
 



(c) Copyright 2004-2007 BMC Software, Inc.