CMPI 2.1.0 API
|
Functions | |
static CMPIErrorType | CMGetErrorType (const CMPIError *er, CMPIStatus *rc) |
Get the ErrorType attribute of a CMPIError object. More... | |
static CMPIString * | CMGetOtherErrorType (const CMPIError *er, CMPIStatus *rc) |
Get the OtherErrorType attribute of a CMPIError object. More... | |
static CMPIString * | CMGetOwningEntity (const CMPIError *er, CMPIStatus *rc) |
Get the OwningEntity attribute of a CMPIError object. More... | |
static CMPIString * | CMGetMessageID (const CMPIError *er, CMPIStatus *rc) |
Get the MessageID attribute of a CMPIError object. More... | |
static CMPIString * | CMGetErrorMessage (const CMPIError *er, CMPIStatus *rc) |
Get the Message attribute of a CMPIError object. More... | |
static CMPIErrorSeverity | CMGetPerceivedSeverity (const CMPIError *er, CMPIStatus *rc) |
Get the PerceivedSeverity attribute of a CMPIError object. More... | |
static CMPIErrorProbableCause | CMGetProbableCause (const CMPIError *er, CMPIStatus *rc) |
Get the ProbableCause attribute of a CMPIError object. More... | |
static CMPIString * | CMGetProbableCauseDescription (const CMPIError *er, CMPIStatus *rc) |
Get the ProbableCauseDescription attribute of a CMPIError object. More... | |
static CMPIArray * | CMGetRecommendedActions (const CMPIError *er, CMPIStatus *rc) |
Get the RecommendedActions array attribute of a CMPIError object. More... | |
static CMPIString * | CMGetErrorSource (const CMPIError *er, CMPIStatus *rc) |
Get the ErrorSource attribute of a CMPIError object. More... | |
static CMPIErrorSrcFormat | CMGetErrorSourceFormat (const CMPIError *er, CMPIStatus *rc) |
Get the ErrorSourceFormat attribute of a CMPIError object. More... | |
static CMPIString * | CMGetOtherErrorSourceFormat (const CMPIError *er, CMPIStatus *rc) |
Get the OtherErrorSourceFormat attribute of a CMPIError object. More... | |
static CMPIrc | CMGetCIMStatusCode (const CMPIError *er, CMPIStatus *rc) |
Get the CIMStatusCode attribute of a CMPIError object. More... | |
static CMPIString * | CMGetCIMStatusCodeDescription (const CMPIError *er, CMPIStatus *rc) |
Get the CIMStatusCodeDescription attribute of a CMPIError object. More... | |
static CMPIArray * | CMGetMessageArguments (const CMPIError *er, CMPIStatus *rc) |
Get the MessageArguments array attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetErrorType (const CMPIError *er, const CMPIErrorType et) |
Set the ErrorType attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetOtherErrorType (const CMPIError *er, const char *ot) |
Set the OtherErrorType attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetProbableCauseDescription (const CMPIError *er, const char *pcd) |
Set the ProbableCauseDescription attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetRecommendedActions (const CMPIError *er, const CMPIArray *ra) |
Set the RecommendedActions array attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetErrorSource (const CMPIError *er, const char *es) |
Set the ErrorSource attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetErrorSourceFormat (const CMPIError *er, const CMPIErrorSrcFormat esf) |
Set the ErrorSourceFormat attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetOtherErrorSourceFormat (const CMPIError *er, const char *oef) |
Set the OtherErrorSourceFormat attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetCIMStatusCodeDescription (const CMPIError *er, const char *scd) |
Set the CIMStatusCodeDescription attribute of a CMPIError object. More... | |
static CMPIStatus | CMSetMessageArguments (const CMPIError *er, const CMPIArray *values) |
Set the MessageArguments array attribute of a CMPIError object. More... | |
static CMPIBoolean | CMIsPropertyInList (const CMPIPropertyList *plist, const char *pname, CMPIStatus *rc) |
Test whether a property is in the property list represented by a CMPIPropertyList object. More... | |
static const char ** | CMGetListProperties (const CMPIPropertyList *plist, CMPIStatus *rc) |
Return the property list represented by a CMPIPropertyList object as an array of C-language strings. More... | |
static CMPIBoolean | CMFilterMatch (const CMPIEnumerationFilter *ef, const CMPIInstance *inst, CMPIStatus *rc) |
Test whether an instance matches the filter represented by a CMPIEnumerationFilter object. More... | |
|
inlinestatic |
Get the ErrorType
attribute of a CMPIError object.
For a description of the ErrorType
attribute, see CMPIErrorType and the description of the ErrorType
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
ErrorType
attribute.
|
inlinestatic |
Get the OtherErrorType
attribute of a CMPIError object.
For a description of the OtherErrorType
attribute, see the description of the OtherErrorType
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
OtherErrorType
attribute.
|
inlinestatic |
Get the OwningEntity
attribute of a CMPIError object.
For a description of the OwningEntity
attribute, see the description of the OwningEntity
property in the CIM_Error
class in the CIM Schema, and the description of the owner
argument of CMPIBrokerEncFT.newCMPIError().
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
OwningEntity
attribute.
|
inlinestatic |
Get the MessageID
attribute of a CMPIError object.
For a description of the MessageID
attribute, see the description of the MessageID
property in the CIM_Error
class in the CIM Schema, and the description of the msgID
argument of CMPIBrokerEncFT.newCMPIError().
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
MessageID
attribute.
|
inlinestatic |
Get the Message
attribute of a CMPIError object.
For a description of the Message
attribute, see the description of the Message
property in the CIM_Error
class in the CIM Schema, and the description of the msg
argument of CMPIBrokerEncFT.newCMPIError().
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
Message
attribute.
|
inlinestatic |
Get the PerceivedSeverity
attribute of a CMPIError object.
For a description of the PerceivedSeverity
attribute, see CMPIErrorSeverity, the description of the PerceivedSeverity
property in the CIM_Error
class in the CIM Schema, and the description of the sev
argument of CMPIBrokerEncFT.newCMPIError().
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
PerceivedSeverity
attribute.
|
inlinestatic |
Get the ProbableCause
attribute of a CMPIError object.
For a description of the ProbableCause
attribute, see CMPIErrorProbableCause, the description of the ProbableCause
property in the CIM_Error
class in the CIM Schema, and the description of the pc
argument of CMPIBrokerEncFT.newCMPIError().
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
ProbableCause
attribute.
|
inlinestatic |
Get the ProbableCauseDescription
attribute of a CMPIError object.
For a description of the ProbableCauseDescription
attribute, see the description of the ProbableCauseDescription
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
ProbableCauseDescription
attribute.
|
inlinestatic |
Get the RecommendedActions
array attribute of a CMPIError object.
For a description of the RecommendedActions
attribute, see the description of the RecommendedActions
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
RecommendedActions
array attribute.
|
inlinestatic |
Get the ErrorSource
attribute of a CMPIError object.
For a description of the ErrorSource
attribute, see the description of the ErrorSource
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
ErrorSource
attribute.
|
inlinestatic |
Get the ErrorSourceFormat
attribute of a CMPIError object.
For a description of the ErrorSourceFormat
attribute, see the description of the ErrorSourceFormat
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
ErrorSourceFormat
attribute.
|
inlinestatic |
Get the OtherErrorSourceFormat
attribute of a CMPIError object.
For a description of the OtherErrorSourceFormat
attribute, see the description of the OtherErrorSourceFormat
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
OtherErrorSourceFormat
attribute.
|
inlinestatic |
Get the CIMStatusCode
attribute of a CMPIError object.
For a description of the CIMStatusCode
attribute, see the description of the CIMStatusCode
property in the CIM_Error
class in the CIM Schema, and the description of the cimStatusCode
argument of CMPIBrokerEncFT.newCMPIError().
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
CIMStatusCode
attribute.
|
inlinestatic |
Get the CIMStatusCodeDescription
attribute of a CMPIError object.
For a description of the CIMStatusCodeDescription
attribute, see the description of the CIMStatusCodeDescription
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
CIMStatusCodeDescription
attribute.
|
inlinestatic |
Get the MessageArguments
array attribute of a CMPIError object.
For a description of the MessageArguments
attribute, see the description of the MessageArguments
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. | |
[out] | rc | Function return status (suppressed when NULL). |
MessageArguments
array attribute.
|
inlinestatic |
Set the ErrorType
attribute of a CMPIError object.
For a description of the ErrorType
attribute, see CMPIErrorType and the description of the ErrorType
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
et | The ErrorType attribute. |
|
inlinestatic |
Set the OtherErrorType
attribute of a CMPIError object.
For a description of the OtherErrorType
attribute, see the description of the OtherErrorType
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
ot | The OtherErrorType attribute. |
|
inlinestatic |
Set the ProbableCauseDescription
attribute of a CMPIError object.
For a description of the ProbableCauseDescription
attribute, see the description of the ProbableCauseDescription
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
pcd | The ProbableCauseDescription attribute. |
|
inlinestatic |
Set the RecommendedActions
array attribute of a CMPIError object.
For a description of the RecommendedActions
attribute, see the description of the RecommendedActions
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
ra | The RecommendedActions array attribute. |
|
inlinestatic |
Set the ErrorSource
attribute of a CMPIError object.
For a description of the ErrorSource
attribute, see the description of the ErrorSource
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
es | The ErrorSource attribute. |
|
inlinestatic |
Set the ErrorSourceFormat
attribute of a CMPIError object.
For a description of the ErrorSourceFormat
attribute, see the description of the ErrorSourceFormat
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
esf | The ErrorSourceFormat attribute. |
|
inlinestatic |
Set the OtherErrorSourceFormat
attribute of a CMPIError object.
For a description of the OtherErrorSourceFormat
attribute, see the description of the OtherErrorSourceFormat
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
oef | The OtherErrorSourceFormat attribute. |
|
inlinestatic |
Set the CIMStatusCodeDescription
attribute of a CMPIError object.
For a description of the CIMStatusCodeDescription
attribute, see the description of the CIMStatusCodeDescription
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
scd | The CIMStatusCodeDescription attribute. |
|
inlinestatic |
Set the MessageArguments
array attribute of a CMPIError object.
For a description of the MessageArguments
attribute, see the description of the MessageArguments
property in the CIM_Error
class in the CIM Schema.
er | CMPIError object. |
values | The MessageArguments array attribute. |
|
inlinestatic |
Test whether a property is in the property list represented by a CMPIPropertyList object.
plist | CMPIPropertyList object. | |
pname | Name of the property to be tested. | |
[out] | rc | Function return status (suppressed when NULL). |
true | The property is in the property list. |
false | The property is not in the property list. |
|
inlinestatic |
Return the property list represented by a CMPIPropertyList object as an array of C-language strings.
plist | CMPIPropertyList object. | |
[out] | rc | Function return status (suppressed when NULL). |
|
inlinestatic |
Test whether an instance matches the filter represented by a CMPIEnumerationFilter object.
ef | CMPIEnumerationFilter object. | |
inst | Instance to be tested against the filter. | |
[out] | rc | Function return status (suppressed when NULL). |
true | The instance matches the filter. |
false | The instance does not match the filter. |