Entities that are part of the Association Traversal capability
This capability is optional to be supported. It depends on the Basic Read capability.
Support for this capability can be detected from CMPIBrokerFT.brokerCapabilities using the CMPI_MB_AssociationTraversal test mask.
If this capability is supported, the entities in the following list shall be supported; otherwise, they shall not be supported.
- Global CMPIBrokerFT::associatorNames )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole, CMPIStatus *rc)
- Part of the Association Traversal capability.
- Global CMPIBrokerFT::associators )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole, const char **properties, CMPIStatus *rc)
- Part of the Association Traversal capability.
- Global CMPIBrokerFT::associatorsFiltered )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole, const char **properties, const char *filterQueryLanguage, const char *filterQuery, CMPIStatus *rc)
- Part of the Association Traversal capability.
- Global CMPIBrokerFT::referenceNames )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *resultClass, const char *role, CMPIStatus *rc)
- Part of the Association Traversal capability.
- Global CMPIBrokerFT::references )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *resultClass, const char *role, const char **properties, CMPIStatus *rc)
- Part of the Association Traversal capability.
- Global CMPIBrokerFT::referencesFiltered )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *resultClass, const char *role, const char **properties, const char *filterQueryLanguage, const char *filterQuery, CMPIStatus *rc)
- Part of the Association Traversal capability.