Uses of Class
org.sblim.wbem.cim.CIMQualifierType
-
Packages that use CIMQualifierType Package Description org.sblim.wbem.cim Representation of CIM data in Java.org.sblim.wbem.client Public API for client connections and WBEM operations.org.sblim.wbem.client.operations Public API for batch operations.org.sblim.wbem.xml Internal implementation of XML processing -
-
Uses of CIMQualifierType in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim with parameters of type CIMQualifierType Modifier and Type Method Description void
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 Constructor Description CIMQualifier(java.lang.String pName, CIMQualifierType pType)
Ctor. -
Uses of CIMQualifierType in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMQualifierType Modifier and Type Method Description CIMQualifierType
CIMClient. getQualifierType(CIMObjectPath pQualifierPath)
Gets a copy of a CIM qualifier declaration from the target CIM server.CIMQualifierType
CIMClientXML. getQualifierType(CIMObjectPath pPath)
CIMQualifierType
CIMClientXML. getQualifierType(CIMObjectPath pPath, java.lang.String pQualifierType)
CIMQualifierType
CIMOMHandle. getQualifierType(CIMObjectPath pPath)
Methods in org.sblim.wbem.client with parameters of type CIMQualifierType Modifier and Type Method Description int
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 CIMQualifierType Modifier and Type Field Description protected CIMQualifierType
CIMCreateQualifierTypeOp. iQualifierType
protected CIMQualifierType
CIMSetQualifierTypeOp. iQualifierType
Methods in org.sblim.wbem.client.operations that return CIMQualifierType Modifier and Type Method Description CIMQualifierType
CIMCreateQualifierTypeOp. getQualifierType()
Returns the qualifier typeCIMQualifierType
CIMSetQualifierTypeOp. getQualifierType()
Returns qualifierTypeConstructors in org.sblim.wbem.client.operations with parameters of type CIMQualifierType Constructor Description CIMCreateQualifierTypeOp(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 CIMQualifierType Modifier and Type Method Description static CIMQualifierType
CIMXMLParserImpl. parseQUALIFIERDECLARATION(org.w3c.dom.Element qualifiertypeE)
Methods in org.sblim.wbem.xml with parameters of type CIMQualifierType Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createQUALIFIER_DECLARATION(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMQualifierType qualifiertype)
org.w3c.dom.Element
CIMClientXML_HelperImpl. createQualifierType_request(org.w3c.dom.Document doc, CIMObjectPath path, CIMQualifierType qt)
org.w3c.dom.Element
CIMClientXML_HelperImpl. setQualifierType_request(org.w3c.dom.Document doc, CIMObjectPath path, CIMQualifierType qt)
-