|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CMDBInstance in com.bmc.cmdb.api |
---|
Methods in com.bmc.cmdb.api that return CMDBInstance | |
---|---|
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 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 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 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 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 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 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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |