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

Uses of CMDBSort in com.bmc.cmdb.api
 

Methods in com.bmc.cmdb.api with parameters of type CMDBSort
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 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 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 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 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 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.
 



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