Uses of Class
javax.cim.CIMQualifierType
-
Packages that use CIMQualifierType Package Description javax.wbem.client Provides classes and interfaces for writing WBEM Clients.org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation.org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml.org.sblim.cimclient.internal.util Internal utility classes, such as constants, defaults, configuration and others.org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package.org.sblim.cimclient.internal.wbem.operations Internal implemenation of WBEM batch operations. -
-
Uses of CIMQualifierType in javax.wbem.client
Methods in javax.wbem.client that return CIMQualifierType Modifier and Type Method Description CIMQualifierType<?>WBEMClient. getQualifierType(CIMObjectPath pName)Get aCIMQualifierType.Methods in javax.wbem.client that return types with arguments of type CIMQualifierType Modifier and Type Method Description CloseableIterator<CIMQualifierType<?>>WBEMClient. enumerateQualifierTypes(CIMObjectPath pPath)Enumerates the CIM Qualifier types for a specific namespace.Methods in javax.wbem.client with parameters of type CIMQualifierType Modifier and Type Method Description voidWBEMClient. setQualifierType(CIMQualifierType<?> pQualifierType)Add aCIMQualifierTypeto the specified namespace if it does not already exist. -
Uses of CIMQualifierType in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMQualifierType Modifier and Type Method Description static CIMQualifierType<java.lang.Object>CIMXMLParserImpl. parseQUALIFIERDECLARATION(org.w3c.dom.Element pQualifierTypeE)parseQUALIFIERDECLARATIONMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMQualifierType Modifier and Type Method Description static org.w3c.dom.ElementCIMXMLBuilderImpl. createQUALIFIER_DECLARATION(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMQualifierType<?> pQualifierType)createQUALIFIER_DECLARATIONorg.w3c.dom.ElementCIMClientXML_HelperImpl. createQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt)createQualifierType_request : This has been replaced by setQualifierType_requeststatic org.w3c.dom.ElementCIMClientXML_HelperImpl. enumQualifierTypes_response(org.w3c.dom.Document pDoc, CIMQualifierType<?>[] pQualiTypeA)enumQualifierTypes_responseorg.w3c.dom.ElementCIMClientXML_HelperImpl. setQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt)setQualifierType_request -
Uses of CIMQualifierType in org.sblim.cimclient.internal.cimxml.sax.node
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMQualifierType Modifier and Type Method Description CIMQualifierType<java.lang.Object>QualiDeclNode. getCIMQualifierType()getCIMQualifierType -
Uses of CIMQualifierType in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMQualifierType Modifier and Type Method Description static java.lang.StringMOF. qualifierDeclaration(CIMQualifierType<?> pQType)qualifierDeclaration = QUALIFIER qualifierName qualifierType scope [ defaultFlavor ] ";" -
Uses of CIMQualifierType in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem that return CIMQualifierType Modifier and Type Method Description CIMQualifierType<?>WBEMClientCIMXML. getQualifierType(CIMObjectPath pName)Methods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMQualifierType Modifier and Type Method Description CloseableIterator<CIMQualifierType<?>>WBEMClientCIMXML. enumerateQualifierTypes(CIMObjectPath pPath)Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMQualifierType Modifier and Type Method Description voidWBEMClientCIMXML. setQualifierType(CIMQualifierType<?> pQualifierType) -
Uses of CIMQualifierType in org.sblim.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMQualifierType Modifier and Type Field Description protected CIMQualifierType<?>CIMCreateQualifierTypeOp. iQualifierTypeprotected CIMQualifierType<?>CIMSetQualifierTypeOp. iQualifierTypeMethods in org.sblim.cimclient.internal.wbem.operations that return CIMQualifierType Modifier and Type Method Description CIMQualifierType<?>CIMCreateQualifierTypeOp. getQualifierType()Returns the qualifier typeCIMQualifierType<?>CIMSetQualifierTypeOp. getQualifierType()Returns qualifierTypeConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMQualifierType Constructor Description CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType<?> pQualifierType)Ctor.CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType<?> qualifierType)Ctor.
-