Uses of Class
org.sblim.wbem.cim.CIMValue
-
Packages that use CIMValue 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 CIMValue in org.sblim.wbem.cim
Fields in org.sblim.wbem.cim declared as CIMValue Modifier and Type Field Description static CIMValue
CIMValue. FALSE
static CIMValue
CIMValue. TRUE
Methods in org.sblim.wbem.cim that return CIMValue Modifier and Type Method Description CIMValue
CIMQualifierType. getDefaultValue()
Gets the default for this CIMQualifierType.CIMValue
CIMArgument. getValue()
Gets the CIMValue associated with this CIMArgument.CIMValue
CIMProperty. getValue()
Returns the CIMValue associated with this CIMProperty.CIMValue
CIMQualifier. getValue()
Methods in org.sblim.wbem.cim with parameters of type CIMValue Modifier and Type Method Description void
CIMObjectPath. addKey(java.lang.String pPropertyName, CIMValue pValue)
Add a new key to the property listvoid
CIMQualifierType. setDefaultValue(CIMValue pValue)
Assigns the default value for this CIMDataType.CIMProperty
CIMObject. setProperty(java.lang.String pPropertyName, CIMValue pValue)
Sets the value for the property, if the property already exists, otherwise create a new property with the specified name, and sets assigns the especified value to it.void
CIMArgument. setValue(CIMValue pValue)
Specifies the CIMValue for this CIMArgument.void
CIMProperty. setValue(CIMValue pValue)
Sets the value of this CIMProperty to the specified CIMProperty.void
CIMQualifier. setValue(CIMValue pValue)
Sets this qualifiers valueConstructors in org.sblim.wbem.cim with parameters of type CIMValue Constructor Description CIMArgument(java.lang.String pName, CIMValue pValue)
Constructs an object representing a CIMArgument with the specified name and the specified CIMValue.CIMProperty(java.lang.String pName, CIMValue pValue)
Creates a CIMProperty with the specified name and CIMValue. -
Uses of CIMValue in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMValue Modifier and Type Method Description CIMValue
CIMClient. getProperty(CIMObjectPath pInstancePath, java.lang.String pPropertyName)
Gets a copy of a property value of a CIM instance on the target CIM server.CIMValue
CIMClientXML. getProperty(CIMObjectPath pPath, java.lang.String pPropertyName)
CIMValue
CIMOMHandle. getProperty(CIMObjectPath pPath, java.lang.String pPropertyName)
CIMValue
CIMClient. invokeMethod(CIMObjectPath pObjectPath, java.lang.String pMethodName, java.util.Vector pInputArguments, java.util.Vector pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.CIMValue
CIMClient. invokeMethod(CIMObjectPath pObjectPath, java.lang.String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments)
Deprecated.It is not recommended to use this method, since the number of output parameters may be extended by the CIM provider in the future.CIMValue
CIMClientXML. invokeMethod(CIMObjectPath pObjectName, java.lang.String pMethodName, java.util.Vector pInputArguments, java.util.Vector pOutputArguments)
CIMValue
CIMOMHandle. invokeMethod(CIMObjectPath pPath, java.lang.String pMethodName, java.util.Vector pInputArguments, java.util.Vector pOutputArguments)
Methods in org.sblim.wbem.client with parameters of type CIMValue Modifier and Type Method Description int
BatchCIMClient. setProperty(CIMObjectPath pPath, java.lang.String pName, CIMValue pValue)
int
BatchHandle. setProperty(CIMObjectPath pPath, java.lang.String pName, CIMValue pValue)
void
CIMClient. setProperty(CIMObjectPath pInstancePath, java.lang.String pPropertyName, CIMValue pNewValue)
Modifies a property value of a CIM instance on the target CIM server.void
CIMClientXML. setProperty(CIMObjectPath pPath, java.lang.String pPropertyName, CIMValue pValue)
void
CIMOMHandle. setProperty(CIMObjectPath pPath, java.lang.String pPropertyName, CIMValue pValue)
-
Uses of CIMValue in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMValue Modifier and Type Field Description protected CIMValue
CIMSetPropertyOp. iCimValue
Methods in org.sblim.wbem.client.operations that return CIMValue Modifier and Type Method Description CIMValue
CIMSetPropertyOp. getCimValue()
Returns cimValueConstructors in org.sblim.wbem.client.operations with parameters of type CIMValue Constructor Description CIMSetPropertyOp(CIMObjectPath objectName, java.lang.String propertyName, CIMValue cimValue)
-
Uses of CIMValue in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMValue Modifier and Type Method Description static CIMValue
CIMXMLParserImpl. parseKEYVALUE(org.w3c.dom.Element keyvalueE)
static CIMValue
CIMXMLParserImpl. parseRETURNVALUE(org.w3c.dom.Element returnvalueE)
Methods in org.sblim.wbem.xml with parameters of type CIMValue Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createIPARAMVALUE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMValue argValue)
static org.w3c.dom.Element
CIMXMLBuilderImpl. createVALUE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMValue argValue)
org.w3c.dom.Element
CIMClientXML_HelperImpl. setProperty_request(org.w3c.dom.Document doc, CIMObjectPath path, java.lang.String propertyName, CIMValue newValue)
-