Uses of Class org.sblim.wbem.cim.CIMClass

Uses in package org.sblim.wbem.cim

Methods with return type org.sblim.wbem.cim.CIMClass

CIMClass
CIMClass.filterProperties(String[] pPropertyList)
Creates a replica of this CIMClass only with the properties specified in the propertyList argument.
CIMClass
Creates a replica of this CIMClass which only contains the objects local CIMProperties and CIMMethods.

Uses in package org.sblim.wbem.xml

Methods with parameter type org.sblim.wbem.cim.CIMClass

Element
CIMXMLBuilderImpl.createCLASS(Document doc, Element parentE, CIMClass clazz)
Element
Element

Methods with return type org.sblim.wbem.cim.CIMClass

CIMClass
CIMXMLParserImpl.parseCLASS(Element classE)

Uses in package org.sblim.wbem.client.operations

Constructors with parameter type org.sblim.wbem.cim.CIMClass

Fields of type org.sblim.wbem.cim.CIMClass

CIMClass
CIMClass

Methods with return type org.sblim.wbem.cim.CIMClass

CIMClass
Returns the CIM class
CIMClass
Returns cimClass

Uses in package org.sblim.wbem.client

Methods with parameter type org.sblim.wbem.cim.CIMClass

int
int
void
CIMClient.createClass(CIMObjectPath pClassPath, CIMClass pNewClass)
Creates a CIM class on the target CIM server.
void
void
int
int
void
CIMClient.setClass(CIMObjectPath pClassPath, CIMClass pModifiedClass)
Modifies a CIM class on the target CIM server.
void
void

Methods with return type org.sblim.wbem.cim.CIMClass

CIMClass
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClient.getClass(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Gets a copy of a CIM class from the target CIM server.
CIMClass
CIMClientXML.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
CIMClass
CIMOMHandle.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.