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

Uses of CMDBClassNameKey in com.bmc.cmdb.api
 

Methods in com.bmc.cmdb.api that return CMDBClassNameKey
static CMDBClassNameKey[] CMDBClass.find(ARServerUser context, java.lang.String aNamespace, CMDBClassNameKey relatedClassKey, CMDBClassNameKey superClass, PropInfo[] characQuery, boolean getHiddenClasses)
          Find names of all classes that satisfy the specified query criteria.
 CMDBClassNameKey CMDBAttribute.getBaseClassName()
          Gets the name of the base class to which the attribute is associated.
 CMDBClassNameKey CMDBInstanceBase.getClassKey()
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
 CMDBClassNameKey CMDBInstance.getClassKey()
          Gets the name key of the class to which the instance belongs.
 CMDBClassNameKey CMDBGraph.getClassNameId()
          Gets the class name key of the CMDBGraph object.
 CMDBClassNameKey CMDBItemBase.getClassNameId()
          Gets the class name key of the CMDBItemBase object.
 CMDBClassNameKey CMDBItemTypeClass.getClassNameId()
          Returns the ClassKey for the given CMDBItemTypeClass object.
 CMDBClassNameKey CMDBItemTypeAttribute.getClassNameId()
          Returns the classKey for the given CMDBItemTypeAttribute object.
 CMDBClassNameKey CMDBClass.getNameKey()
          Gets the name key of the class.
 CMDBClassNameKey CMDBGraphAdjacency.getObjectClassName()
          Gets the class name and namespace of the CMDBGraphAdjacency object.
 CMDBClassNameKey CMDBGraphAdjacency.getRelationClassName()
          Gets the class name and namespace of the class that makes up the relationship.
 CMDBClassNameKey[] CMDBRelationship.getRelationClassNames()
          Gets the list of class names to which the source member and destination member belong.
 CMDBClassNameKey CMDBRelationBase.getRole1ClassName()
          Deprecated. as of CMDB 2.0
 CMDBClassNameKey CMDBRelationBase.getRole2ClassName()
          Deprecated. as of CMDB 2.0
 CMDBClassNameKey CMDBClass.getSuperclassKey()
          Gets the key of the superclass to which the class is associated.
 

Methods in com.bmc.cmdb.api with parameters of type CMDBClassNameKey
static CMDBFederatedActivateInfo CMDBUtil.CMDBActivateFederatedInContext(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, java.lang.String federatedInstanceId, int activateOption)
          Launches the Federated Interface instance related to the specified instance and uses the activation option specified.
static CMDBFederatedActivateInfo CMDBUtil.CMDBActivateFederatedInContext(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDataSetId, java.lang.String instanceId, java.lang.String federatedInstanceId, int activateOption)
          Launches the Federated Interface instance that is related to an instance from the specified dataset.
static java.lang.String CMDBUtil.CMDBExportData(ARServerUser ctx, CMDBClassNameKey aClassKey, java.lang.String datasetId, java.lang.String query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve)
          Exports instance data that matches the specified qualifications.
static CMDBAuditValueList[] CMDBUtil.CMDBGetCopyAuditData(ARServerUser context, CMDBClassNameKey classNameId, java.lang.String instanceId, java.lang.String datasetId, QualifierInfo query, java.lang.String[] attributeList)
          Gets a list of audit details for the specified qualified instance.
static CMDBInstanceBase CMDBUtil.CMDBGetInstanceBase(ARServerUser context, CMDBClassNameKey classKey, java.lang.String datasetId, int getMask, java.lang.String instanceId, java.lang.String[] attributeNames)
          Gets the instances from the specified dataset that contain the specified attributes.
static CMDBInstanceBase[] CMDBUtil.CMDBGetListInstanceWithAttributes1(ARServerUser ctx, CMDBClassNameKey aClassKey, java.lang.String datasetId, int getMask, java.lang.String query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of all the instances from the specified dataset that match the specified qualifications.
static CMDBInstanceBase[] CMDBUtil.CMDBGetRelatedFederatedInContext(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, java.lang.String[] attributeNames)
          Gets a list of Federated Interface instances for the specified instance and attributes.
static CMDBInstanceBase[] CMDBUtil.CMDBGetRelatedFederatedInContext(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDataSetId, java.lang.String instanceId, java.lang.String[] attributeNames)
          Gets a list of related Federated Interface instances for the instances in the specified dataset.
static CMDBGraphResult CMDBUtil.CMDBGraphQuery(ARServerUser context, CMDBClassNameKey startClassNameId, java.lang.String aDatasetId, int aGetMask, java.lang.String startExtensionId, java.lang.String startInstanceId, int numLevels, int direction, boolean noMatchProceed, boolean onMatchProceed, CMDBGraph[] graphArray)
          Generates a graph query starting with the node from the specified dataset, number of levels, and relationship direction.
static CMDBGraphResult CMDBUtil.CMDBGraphQuery(ARServerUser context, CMDBClassNameKey startClassNameId, java.lang.String startExtensionId, java.lang.String startInstanceId, int numLevels, int direction, boolean noMatchProceed, boolean onMatchProceed, CMDBGraph[] graphArray)
          Generates a graph query starting with the specified node, using the specified number of levels and relationship direction.
static void CMDBClass.delete(ARServerUser context, CMDBClassNameKey classKey, int deleteOption)
          Deletes the class from BMC Atrium CMDB.
static void CMDBInstanceBase.delete(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, int deleteOption)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static void CMDBInstance.delete(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, int deleteOption)
          Deletes the instance from BMC Atrium CMDB.
static void CMDBInstanceBase.delete(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, java.lang.String instanceId, int deleteOption)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static void CMDBInstance.delete(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, java.lang.String instanceId, int deleteOption)
          Deletes the instance from the specified dataset.
static java.lang.String[] CMDBInstanceBase.find(ARServerUser context, CMDBClassNameKey aClassKey, QualifierInfo query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static java.lang.String[] CMDBInstance.find(ARServerUser context, CMDBClassNameKey aClassKey, QualifierInfo query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of all the instances that match the query, beginning with the specified instance and containing no more than the specified number of entries.
static java.lang.String[] CMDBInstanceBase.find(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static java.lang.String[] CMDBInstance.find(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of all the instances that match the specified query, beginning with the specified instance and containing the specified number of entries.
static java.lang.String[] CMDBInstanceBase.find(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, QualifierInfo query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static java.lang.String[] CMDBInstance.find(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, QualifierInfo query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of all the qualified instances from the specified dataset, beginning with the specified instance and containing no more than the specified number of entries.
static java.lang.String[] CMDBInstanceBase.find(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static java.lang.String[] CMDBInstance.find(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String query, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of all the instances from the specified dataset, beginning with the specified instance and containing no more than the specified number of entries.
static CMDBClassNameKey[] CMDBClass.find(ARServerUser context, java.lang.String aNamespace, CMDBClassNameKey relatedClassKey, CMDBClassNameKey superClass, PropInfo[] characQuery, boolean getHiddenClasses)
          Find names of all classes that satisfy the specified query criteria.
static void CMDBInstanceBase.findBlobByKey(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String instanceId, java.lang.String attributeName, AttachmentValue attachment)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static void CMDBInstance.findBlobByKey(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String instanceId, java.lang.String attributeName, AttachmentValue attachment)
          Finds the specified attachment attribute from the specified dataset.
static void CMDBInstanceBase.findBlobByKey(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, java.lang.String attributeName, AttachmentValue attachment)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static void CMDBInstance.findBlobByKey(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, java.lang.String attributeName, AttachmentValue attachment)
          Finds the specified attachment attribute from BMC Atrium CMDB.
static CMDBClass CMDBClass.findByKey(ARServerUser context, CMDBClassNameKey searchKey, boolean getHiddenAttribute, boolean getDerivedAttrs)
          Finds the class that has attributes containing the specified hidden and derived properties.
static CMDBClass CMDBClass.findByKey(ARServerUser context, CMDBClassNameKey searchKey, boolean getHiddenAttribute, boolean getDerivedAttrs, PropInfo[] attrCharacQuery)
          Finds the class that has attributes containing the specified hidden and derived properties and attribute characteristics.
static CMDBInstance CMDBInstance.findByKey(ARServerUser context, CMDBClassNameKey aClassKey, int aGetMask, java.lang.String aDatasetId, java.lang.String instanceId, java.lang.String[] attributeNames)
          Gets the instance from the specified dataset that matches the specified instance ID.
static CMDBInstanceBase CMDBInstanceBase.findByKey(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String instanceId, java.lang.String[] attributeNames)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstanceBase CMDBInstanceBase.findByKey(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String instanceId, java.lang.String[] attributeNames)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance CMDBInstance.findByKey(ARServerUser context, java.lang.String instanceId, CMDBClassNameKey aClassKey, java.lang.String[] attributeNames)
          Gets the instance that matches the specified instance ID.
static CMDBInstanceBase[] CMDBInstanceBase.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, QualifierInfo query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance[] CMDBInstance.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, QualifierInfo query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of the qualified instances from the specified dataset that have attributes that match the specified query.
static CMDBInstanceBase[] CMDBInstanceBase.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String[] instanceIds, java.lang.String[] attributeGetList)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance[] CMDBInstance.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String[] instanceIds, java.lang.String[] attributeGetList)
          Gets a list of the instances that match the specified instance IDs.
static CMDBInstanceBase[] CMDBInstanceBase.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, QualifierInfo query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance[] CMDBInstance.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, QualifierInfo query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of the qualified instances from the specified dataset that have attributes that match the specified query.
static CMDBInstanceBase[] CMDBInstanceBase.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String[] instanceIds, java.lang.String[] attributeGetList)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance[] CMDBInstance.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String[] instanceIds, java.lang.String[] attributeGetList)
          Gets a list of all the instances from the specified dataset that contain attributes matching the specified query.
static CMDBInstanceBase[] CMDBInstanceBase.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance[] CMDBInstance.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String aDatasetId, int aGetMask, java.lang.String query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of the instances from the specified dataset that have attributes that match the specified query.
static CMDBInstanceBase[] CMDBInstanceBase.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
static CMDBInstance[] CMDBInstance.findObjects(ARServerUser context, CMDBClassNameKey aClassKey, java.lang.String query, java.lang.String[] attributeGetList, CMDBSort[] sortArray, int firstRetrieve, int maxRetrieve, java.lang.Integer numMatches)
          Gets a list of the instances that have attributes that match the specified query.
 void CMDBGraph.setClassNameId(CMDBClassNameKey classNameId)
          Sets the class name key of the CMDBGraph object.
 void CMDBItemBase.setClassNameId(CMDBClassNameKey classNameId)
          Sets the class name key of the CMDBItemBase object.
 void CMDBItemTypeClass.setClassNameId(CMDBClassNameKey aClassNameId)
          Sets ClassKey for the given CMDBItemTypeClass object.
 void CMDBItemTypeAttribute.setClassNameId(CMDBClassNameKey aClassNameId)
          Sets ClassKey for the given CMDBItemTypeAttribute object.
 void CMDBClass.setNameKey(CMDBClassNameKey aNameKey)
          Sets the name key of the class.
 void CMDBClass.setNewNameKey(CMDBClassNameKey aNewNameKey)
          Sets the name key of the class.
 

Constructors in com.bmc.cmdb.api with parameters of type CMDBClassNameKey
CMDBClass(CMDBClassNameKey classKey, CMDBClassNameKey aSuperClassKey)
          This constructor creates a class with the class name and namespace specified in the ClassKey parameter.
CMDBClass(CMDBClassNameKey aNameKey, CMDBClassNameKey aSuperClassKey, java.util.Map anAttributeMap, CMDBIndex[] indexArray)
          This constructor creates the class with the specified name and attributes.
CMDBClass(CMDBClassNameKey classKey, java.lang.String classId, CMDBClassNameKey aSuperClassKey)
          This constructor creates a class using the specified class ID.
CMDBGraph(CMDBClassNameKey classNameId, java.lang.String extensionId, CMDBGraphAdjacency[] adjacencyList)
          Initializes values for CMDBGraph object.
CMDBGraphAdjacency(CMDBClassNameKey relationClassName, CMDBClassNameKey objectClassName)
          Constructor that creates a CMDBGraphAdjacency object with the specified class name and namespace of the relationship class and the adjacent CI object (node).
CMDBInstance(CMDBClassNameKey aClassKey)
          Creates an instance with the class name and namespace information specified in the aClassKey parameter.
CMDBInstance(CMDBClassNameKey aClassKey, java.util.Map anAttrValuesMap)
          Creates an instance with the class name, namespace, and the required attributes, such as dataset ID and instance ID.
CMDBInstanceBase(CMDBClassNameKey aClassKey)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
CMDBInstanceBase(CMDBClassNameKey aClassKey, java.util.Map anAttrValuesMap)
          Deprecated. as of CMDB 2.0 and replaced by CMDBInstance.
CMDBInstanceDataItem(CMDBClassNameKey classNameId)
          Constructor that creates a CMDBInstanceDataItem object with the specified class name and namespace.
CMDBInstanceDataItem(CMDBClassNameKey classNameId, int option)
          Constructor that creates a CMDBInstanceDataItem object with the specified class name, namespace, and import option.
CMDBInstanceDataItem(CMDBClassNameKey classNameId, java.lang.String qualifier)
          Constructor that creates a CMDBInstanceDataItem object with the specified class name, namespace, and qualifier string.
CMDBItemTypeAttribute(CMDBClassNameKey aClassNameId, java.lang.String[] aAttributeNames)
          Constructor setting the data members.
CMDBItemTypeClass(CMDBClassNameKey aClassNameId)
          Constructor setting the data members.
CMDBMetadataItem(CMDBClassNameKey classNameId)
          Constructor.
CMDBMetadataItem(CMDBClassNameKey classNameId, int option)
          Constructor.
CMDBRelationBase(CMDBClassNameKey aClassKey, java.lang.String role1Name, java.lang.String instance1Id, java.lang.String class1Id, java.lang.String role2Name, java.lang.String instance2Id, java.lang.String class2Id)
          Deprecated. as of CMDB 2.0
CMDBRelationBase(CMDBClassNameKey aClassKey, java.lang.String role1Name, java.lang.String instance1Id, java.lang.String class1Id, java.lang.String role2Name, java.lang.String instance2Id, java.lang.String class2Id, java.util.Map anAttrValuesMap)
          Deprecated. as of CMDB 2.0
CMDBRelationship(CMDBClassNameKey aNameKey, CMDBClassNameKey aSuperClassKey, java.util.Map newAttributeMap, CMDBIndex[] indexArray, java.lang.String[] newRoleNames, CMDBClassNameKey[] newRelClassNames, int aCardinality, boolean aWeakReference, CMDBWeakPropagatedAttrs[] aWeakAttrArray, boolean aCascadeDelete)
          Creates a relationship instance with the specified class name and namespace, attributes, relationship role names, relationship class names, relationship cardinality, propagated attribute information, and cascading delete option.
CMDBRelationship(CMDBClassNameKey aNameKey, CMDBClassNameKey aSuperClassKey, java.util.Map newAttributeMap, CMDBIndex[] indexArray, java.lang.String[] newRoleNames, CMDBClassNameKey[] newRelClassNames, int aCardinality, boolean aWeakReference, CMDBWeakPropagatedAttrs[] aWeakAttrArray, boolean aCascadeDelete)
          Creates a relationship instance with the specified class name and namespace, attributes, relationship role names, relationship class names, relationship cardinality, propagated attribute information, and cascading delete option.
CMDBRelationship(CMDBClassNameKey relClassKey, CMDBClassNameKey aSuperClassKey, java.lang.String[] newRoleNames, CMDBClassNameKey[] newRelClassNames)
          Defines a relationship class with the class name and namespace information specified in the CMDBClassNameKey parameter, the relationship role names specified in the newRoleNames parameter, and the relationship class names specified in the newRelClassNames parameter.
CMDBRelationship(CMDBClassNameKey relClassKey, CMDBClassNameKey aSuperClassKey, java.lang.String[] newRoleNames, CMDBClassNameKey[] newRelClassNames)
          Defines a relationship class with the class name and namespace information specified in the CMDBClassNameKey parameter, the relationship role names specified in the newRoleNames parameter, and the relationship class names specified in the newRelClassNames parameter.
CMDBRelationship(CMDBClassNameKey relClassKey, java.lang.String classId, CMDBClassNameKey aSuperClassKey, java.lang.String[] newRoleNames, CMDBClassNameKey[] newRelClassNames)
          Defines a relationship instance with the class name and namespace information specified in the CMDBClassNameKey parameter, the relationship role names specified in the newRoleNames parameter, and the relationship class names specified in the newRelClassNames parameter.
CMDBRelationship(CMDBClassNameKey relClassKey, java.lang.String classId, CMDBClassNameKey aSuperClassKey, java.lang.String[] newRoleNames, CMDBClassNameKey[] newRelClassNames)
          Defines a relationship instance with the class name and namespace information specified in the CMDBClassNameKey parameter, the relationship role names specified in the newRoleNames parameter, and the relationship class names specified in the newRelClassNames parameter.
 



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