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 TypeMethodDescriptionvoid
CIMQualifier.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 TypeMethodDescriptionint
BatchCIMClient.createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) int
BatchHandle.createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMClient.createQualifierType
(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.void
CIMClientXML.createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMOMHandle.createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) int
BatchCIMClient.setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) int
BatchHandle.setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMClient.setQualifierType
(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.void
CIMClientXML.setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMOMHandle.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 CIMQualifierType
CIMCreateQualifierTypeOp.iQualifierType
protected CIMQualifierType
CIMSetQualifierTypeOp.iQualifierType
Methods 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 CIMQualifierType
CIMXMLParserImpl.parseQUALIFIERDECLARATION
(Element qualifiertypeE) Methods in org.sblim.wbem.xml with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.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)