Uses of Class
org.sblim.wbem.cim.CIMQualifierType
Packages that use CIMQualifierType
Package
Description
Representation of CIM data in Java.
Public API for client connections and WBEM operations.
Public API for batch operations.
Internal implementation of XML processing
-
Uses of CIMQualifierType in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionvoidCIMQualifier.setDefaults(CIMQualifierType pQualifierType) Sets the default value and the flavor from the given qualifier typeConstructors in org.sblim.wbem.cim with parameters of type CIMQualifierType -
Uses of CIMQualifierType in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMQualifierTypeModifier and TypeMethodDescriptionCIMClient.getQualifierType(CIMObjectPath pQualifierPath) Gets a copy of a CIM qualifier declaration from the target CIM server.CIMClientXML.getQualifierType(CIMObjectPath pPath) CIMClientXML.getQualifierType(CIMObjectPath pPath, String pQualifierType) CIMOMHandle.getQualifierType(CIMObjectPath pPath) Methods in org.sblim.wbem.client with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionintBatchCIMClient.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intBatchHandle.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMClient.createQualifierType(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.voidCIMClientXML.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMOMHandle.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intBatchCIMClient.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intBatchHandle.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMClient.setQualifierType(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.voidCIMClientXML.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMOMHandle.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) -
Uses of CIMQualifierType in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMQualifierTypeModifier and TypeFieldDescriptionprotected CIMQualifierTypeCIMCreateQualifierTypeOp.iQualifierTypeprotected CIMQualifierTypeCIMSetQualifierTypeOp.iQualifierTypeMethods in org.sblim.wbem.client.operations that return CIMQualifierTypeModifier and TypeMethodDescriptionCIMCreateQualifierTypeOp.getQualifierType()Returns the qualifier typeCIMSetQualifierTypeOp.getQualifierType()Returns qualifierTypeConstructors in org.sblim.wbem.client.operations with parameters of type CIMQualifierTypeModifierConstructorDescriptionCIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType pQualifierType) CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType) -
Uses of CIMQualifierType in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMQualifierTypeModifier and TypeMethodDescriptionstatic CIMQualifierTypeCIMXMLParserImpl.parseQUALIFIERDECLARATION(Element qualifiertypeE) Methods in org.sblim.wbem.xml with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createQUALIFIER_DECLARATION(Document doc, Element parentE, CIMQualifierType qualifiertype) CIMClientXML_HelperImpl.createQualifierType_request(Document doc, CIMObjectPath path, CIMQualifierType qt) CIMClientXML_HelperImpl.setQualifierType_request(Document doc, CIMObjectPath path, CIMQualifierType qt)