|
cmpi
|
#include <cmpi/cmpift.h>
This structure is a table of pointers providing access to ObjectPath support sevices.
| CMPIObjectPath*(* _CMPIObjectPathFT::clone)(const CMPIObjectPath *op, CMPIStatus *rc) |
Create an independent copy of this ObjectPath object. The resulting object must be released explicitly.
| op | ObjectPath this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| int _CMPIObjectPathFT::ftVersion |
Function table version
| CMPIString*(* _CMPIObjectPathFT::getClassName)(const CMPIObjectPath *op, CMPIStatus *rc) |
Get the classname component.
| op | ObjectPath this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiObjectPath::getClassName().
| CMPIString*(* _CMPIObjectPathFT::getHostname)(const CMPIObjectPath *op, CMPIStatus *rc) |
Get the hostname component.
| op | ObjectPath this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiObjectPath::getHostname().
| CMPICount(* _CMPIObjectPathFT::getKeyCount)(const CMPIObjectPath *op, CMPIStatus *rc) |
Gets the number of key properties contained in this ObjectPath.
| op | ObjectPath this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiObjectPath::getKeyCount().
| CMPIString*(* _CMPIObjectPathFT::getNameSpace)(const CMPIObjectPath *op, CMPIStatus *rc) |
Get the namespace component.
| op | ObjectPath this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiObjectPath::getNameSpace().
| const CMPIObjectPath CMPICount _CMPIObjectPathFT::index |
| const CMPIObjectPath const char* _CMPIObjectPathFT::methodName |
| const CMPIObjectPath const char* _CMPIObjectPathFT::mName |
| CMPIObjectPath const char* _CMPIObjectPathFT::name |
| const CMPIObjectPath const char* _CMPIObjectPathFT::name |
| const CMPIObjectPath CMPICount CMPIString** _CMPIObjectPathFT::name |
| const CMPIObjectPath * _CMPIObjectPathFT::op |
Adds/replaces a named key property.
| op | ObjectPath this pointer. |
| name | Key property name. |
| value | Address of value structure. |
| type | Value type. |
Set/replace namespace and classname components from <src>.
| op | ObjectPath this pointer. |
| src | Source input. |
Set/replace hostname, namespace and classname components from <src>.
| op | ObjectPath this pointer. |
| src | Source input. |
Gets a key property value defined by its index.
| op | ObjectPath this pointer. |
| index | Position in the internal Data array. |
| name | Output: Returned property name (suppressed when NULL). |
| rc | Output: Service return status (suppressed when NULL). |
Get class qualifier value.
| op | ObjectPath this pointer. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
Get property qualifier value.
| op | ObjectPath this pointer. |
| pName | Property name. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
Get method qualifier value.
| op | ObjectPath this pointer. |
| mName | Method name. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
Get method parameter quailifier value.
| op | ObjectPath this pointer. |
| mName | Method name. |
| pName | Parameter name. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
| const CMPIObjectPath* _CMPIObjectPathFT::op |
Gets a named key property value.
| op | ObjectPath this pointer. |
| name | Key property name. |
| rc | Output: Service return status (suppressed when NULL). |
Gets a key property value defined by its index.
| op | ObjectPath this pointer. |
| index | Position in the internal Data array. |
| name | Output: Returned property name (suppressed when NULL). |
| rc | Output: Service return status (suppressed when NULL). |
Get class qualifier value.
| op | ObjectPath this pointer. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
Get property qualifier value.
| op | ObjectPath this pointer. |
| pName | Property name. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
Get method qualifier value.
| op | ObjectPath this pointer. |
| mName | Method name. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
Get method parameter quailifier value.
| op | ObjectPath this pointer. |
| mName | Method name. |
| pName | Parameter name. |
| qName | Qualifier name. |
| rc | Output: Service return status (suppressed when NULL). |
| const CMPIObjectPath const char* _CMPIObjectPathFT::pName |
| const CMPIObjectPath const char const char* _CMPIObjectPathFT::pName |
| const CMPIObjectPath const char const char * _CMPIObjectPathFT::qName |
| const CMPIObjectPath const char const char* _CMPIObjectPathFT::qName |
| const CMPIObjectPath const char const char const char* _CMPIObjectPathFT::qName |
| const CMPIObjectPath const char const char CMPIStatus * _CMPIObjectPathFT::rc |
| const CMPIObjectPath CMPICount CMPIString CMPIStatus* _CMPIObjectPathFT::rc |
| const CMPIObjectPath const char const char CMPIStatus* _CMPIObjectPathFT::rc |
| const CMPIObjectPath const char const char const char CMPIStatus* _CMPIObjectPathFT::rc |
| CMPIStatus(* _CMPIObjectPathFT::release)(CMPIObjectPath *op) |
The ObjectPath object will not be used any further and may be freed by CMPI run time system.
| op | ObjectPath this pointer. |
| CMPIStatus(* _CMPIObjectPathFT::setClassName)(CMPIObjectPath *op, const char *cn) |
Set/replace the classname component.
| op | ObjectPath this pointer. |
| cn | The hostname string |
Referenced by CmpiObjectPath::setClassName().
| CMPIStatus(* _CMPIObjectPathFT::setHostname)(CMPIObjectPath *op, const char *hn) |
Set/replace the hostname component.
| op | ObjectPath this pointer. |
| hn | The hostname string |
Referenced by CmpiObjectPath::setHostname().
| CMPIStatus(* _CMPIObjectPathFT::setNameSpace)(CMPIObjectPath *op, const char *ns) |
Set/replace the namespace component.
| op | ObjectPath this pointer. |
| ns | The namespace string |
Referenced by CmpiObjectPath::setNameSpace().
| CMPIObjectPath const CMPIObjectPath * _CMPIObjectPathFT::src |
| CMPIString*(* _CMPIObjectPathFT::toString)(const CMPIObjectPath *op, CMPIStatus *rc) |
Generates a well formed string representation of this ObjectPath
| op | ObjectPath this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| CMPIObjectPath const char const CMPIValue const CMPIType _CMPIObjectPathFT::type |
| CMPIObjectPath const char const CMPIValue* _CMPIObjectPathFT::value |
1.8.5