Uses of Class
org.sblim.wbem.cim.CIMClass
Packages that use CIMClass
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 CIMClass in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMClassModifier and TypeMethodDescriptionCIMClass.filterProperties
(String[] pPropertyList) Creates a replica of this CIMClass only with the properties specified in the propertyList argument.CIMClass.localElements()
Creates a replica of this CIMClass which only contains the objects local CIMProperties and CIMMethods. -
Uses of CIMClass in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMClassModifier and TypeMethodDescriptionCIMClient.getClass
(CIMObjectPath pClassPath) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Gets a copy of a CIM class from the target CIM server.CIMClientXML.getClass
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.getClass
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Methods in org.sblim.wbem.client with parameters of type CIMClassModifier and TypeMethodDescriptionint
BatchCIMClient.createClass
(CIMObjectPath pPath, CIMClass pClass) int
BatchHandle.createClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMClient.createClass
(CIMObjectPath pClassPath, CIMClass pNewClass) Creates a CIM class on the target CIM server.void
CIMClientXML.createClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMOMHandle.createClass
(CIMObjectPath pPath, CIMClass pClass) int
BatchCIMClient.setClass
(CIMObjectPath pPath, CIMClass pClass) int
BatchHandle.setClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMClient.setClass
(CIMObjectPath pClassPath, CIMClass pModifiedClass) Modifies a CIM class on the target CIM server.void
CIMClientXML.setClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMOMHandle.setClass
(CIMObjectPath pPath, CIMClass pClass) -
Uses of CIMClass in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMClassModifier and TypeFieldDescriptionprotected CIMClass
CIMCreateClassOp.iCimClass
protected CIMClass
CIMSetClassOp.iCimClass
Methods in org.sblim.wbem.client.operations that return CIMClassModifier and TypeMethodDescriptionCIMCreateClassOp.getCimClass()
Returns the CIM classCIMSetClassOp.getCimClass()
Returns cimClassConstructors in org.sblim.wbem.client.operations with parameters of type CIMClassModifierConstructorDescriptionCIMCreateClassOp
(CIMObjectPath pObjectName, CIMClass pCimClass) CIMSetClassOp
(CIMObjectPath objectName, CIMClass cimClass) -
Uses of CIMClass in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMClassModifier and TypeMethodDescriptionstatic CIMClass
CIMXMLParserImpl.parseCLASS
(Element classE) ///////////////////////////////////////////////////////////////////////////////////////Methods in org.sblim.wbem.xml with parameters of type CIMClassModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createCLASS
(Document doc, Element parentE, CIMClass clazz) CIMClientXML_HelperImpl.createClass_request
(Document doc, CIMObjectPath path, CIMClass cc) CIMClientXML_HelperImpl.setClass_request
(Document doc, CIMObjectPath path, CIMClass cc)