Uses of Class
org.sblim.wbem.cim.CIMValue
Packages that use CIMValue
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 CIMValue in org.sblim.wbem.cim
Fields in org.sblim.wbem.cim declared as CIMValueModifier and TypeFieldDescriptionstatic final CIMValue
CIMValue.FALSE
static final CIMValue
CIMValue.TRUE
Methods in org.sblim.wbem.cim that return CIMValueModifier and TypeMethodDescriptionCIMQualifierType.getDefaultValue()
Gets the default for this CIMQualifierType.CIMArgument.getValue()
Gets the CIMValue associated with this CIMArgument.CIMProperty.getValue()
Returns the CIMValue associated with this CIMProperty.CIMQualifier.getValue()
Methods in org.sblim.wbem.cim with parameters of type CIMValueModifier and TypeMethodDescriptionvoid
Add a new key to the property listvoid
CIMQualifierType.setDefaultValue
(CIMValue pValue) Assigns the default value for this CIMDataType.CIMObject.setProperty
(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
Specifies the CIMValue for this CIMArgument.void
Sets the value of this CIMProperty to the specified CIMProperty.void
Sets this qualifiers valueConstructors in org.sblim.wbem.cim with parameters of type CIMValueModifierConstructorDescriptionCIMArgument
(String pName, CIMValue pValue) Constructs an object representing a CIMArgument with the specified name and the specified CIMValue.CIMProperty
(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 CIMValueModifier and TypeMethodDescriptionCIMClient.getProperty
(CIMObjectPath pInstancePath, String pPropertyName) Gets a copy of a property value of a CIM instance on the target CIM server.CIMClientXML.getProperty
(CIMObjectPath pPath, String pPropertyName) CIMOMHandle.getProperty
(CIMObjectPath pPath, String pPropertyName) CIMClient.invokeMethod
(CIMObjectPath pObjectPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments) Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.CIMClient.invokeMethod
(CIMObjectPath pObjectPath, 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.CIMClientXML.invokeMethod
(CIMObjectPath pObjectName, String pMethodName, Vector pInputArguments, Vector pOutputArguments) CIMOMHandle.invokeMethod
(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments) Methods in org.sblim.wbem.client with parameters of type CIMValueModifier and TypeMethodDescriptionint
BatchCIMClient.setProperty
(CIMObjectPath pPath, String pName, CIMValue pValue) int
BatchHandle.setProperty
(CIMObjectPath pPath, String pName, CIMValue pValue) void
CIMClient.setProperty
(CIMObjectPath pInstancePath, String pPropertyName, CIMValue pNewValue) Modifies a property value of a CIM instance on the target CIM server.void
CIMClientXML.setProperty
(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) void
CIMOMHandle.setProperty
(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) -
Uses of CIMValue in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMValueMethods in org.sblim.wbem.client.operations that return CIMValueConstructors in org.sblim.wbem.client.operations with parameters of type CIMValueModifierConstructorDescriptionCIMSetPropertyOp
(CIMObjectPath objectName, String propertyName, CIMValue cimValue) -
Uses of CIMValue in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMValueModifier and TypeMethodDescriptionstatic CIMValue
CIMXMLParserImpl.parseKEYVALUE
(Element keyvalueE) static CIMValue
CIMXMLParserImpl.parseRETURNVALUE
(Element returnvalueE) Methods in org.sblim.wbem.xml with parameters of type CIMValueModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createIPARAMVALUE
(Document doc, Element parentE, CIMValue argValue) static Element
CIMXMLBuilderImpl.createVALUE
(Document doc, Element parentE, CIMValue argValue) CIMClientXML_HelperImpl.setProperty_request
(Document doc, CIMObjectPath path, String propertyName, CIMValue newValue)