CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Instance Manipulation capability

Entities that are part of the Instance Manipulation capability

This capability is optional to be supported. It depends on the Basic Write capability.

Support for this capability can be detected from CMPIBrokerFT.brokerCapabilities using the CMPI_MB_InstanceManipulation test mask.

If this capability is supported, the entities in the following list shall be supported; otherwise, they shall not be supported.

Global CMPIBrokerFT::createInstance )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *classPath, const CMPIInstance *newInst, CMPIStatus *rc)
Part of the Instance Manipulation capability.
Global CMPIBrokerFT::deleteInstance )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath)
Part of the Instance Manipulation capability.
Global CMPIBrokerFT::invokeMethod )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *objPath, const char *method, const CMPIArgs *in, CMPIArgs *out, CMPIStatus *rc)
Part of the Instance Manipulation capability.
Global CMPIBrokerFT::modifyInstance )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const CMPIInstance *modInst, const char **properties)
Part of the Instance Manipulation capability.