GetQualifier CIM Operation


The getQualifier operation retrieves a single Qualifier declaration from the target Namespace.

NameSpace        String that defines the target namespace. See NameSpace Operations for more information

QualifierName Identifies the Qualifier whose declaration is to be retrieved.

       


Request Return

If successful, the method returns the Qualifier declaration for the named Qualifier. If unsuccessful, one of the following status codes MUST be returned by this method, where the first applicable error in the list (starting with the first element of the list, and working down) is the error returned. Any additional method-specific interpretation of the error in is given in parentheses.


Additional Information on Parameters

NameSpace - The NameSpace parameter is a string that defines the target namespace \Ref{NAMESPACE}

QualifierName - The QualifierName input parameter identifies the Qualifier whose declaration to be retrieved.

Qualifier - Qualifiers are values that provide additional information about classes, associations, indications, methods, method parameters, triggers, instances, properties or references. All qualifiers have a name, type, value, scope, flavor and default value. Qualifiers cannot be duplicated; there cannot be more than one qualifier of the same name for any given class, instance, or property.


C++ Operation Method Definition

    virtual QualifierDecl getQualifier(
    	const String& nameSpace,
    	const String& qualifierName) = 0;
    

 


Demonstration Prepared by the OpenGroup Manageability Work Group Pegasus Development Team

See (http://www.opengroup.org/management) for more information on Pegasus

Last Modified Friday, June 29, 2001 06:45:59 PM      Copyright @ The Open Group 2001