|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMQualifierType | |
---|---|
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 | |
void |
CIMQualifier.setDefaults(CIMQualifierType pQualifierType)
Sets the default value and the flavor from the given qualifier type |
Constructors in org.sblim.wbem.cim with parameters of type CIMQualifierType | |
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 | |
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 | |
int |
BatchCIMClient.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType)
|
int |
BatchCIMClient.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType)
|
int |
BatchHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType)
|
int |
BatchHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType)
|
void |
CIMClient.createQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server. |
void |
CIMClient.setQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server. |
void |
CIMClientXML.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType)
|
void |
CIMClientXML.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType)
|
void |
CIMOMHandle.createQualifierType(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 | |
protected CIMQualifierType |
CIMCreateQualifierTypeOp.iQualifierType
|
protected CIMQualifierType |
CIMSetQualifierTypeOp.iQualifierType
|
Methods in org.sblim.wbem.client.operations that return CIMQualifierType | |
CIMQualifierType |
CIMCreateQualifierTypeOp.getQualifierType()
Returns the qualifier type |
CIMQualifierType |
CIMSetQualifierTypeOp.getQualifierType()
Returns qualifierType |
Constructors in org.sblim.wbem.client.operations with parameters of type CIMQualifierType | |
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 | |
static CIMQualifierType |
CIMXMLParserImpl.parseQUALIFIERDECLARATION(org.w3c.dom.Element qualifiertypeE)
|
Methods in org.sblim.wbem.xml with parameters of type CIMQualifierType | |
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)
|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMQualifierType qualifiertype)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |