|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMClass | |
---|---|
javax.cim | Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. |
javax.wbem.client | Provides classes and interfaces for writing WBEM Clients. |
Uses of CIMClass in javax.cim |
---|
Methods in javax.cim that return CIMClass | |
---|---|
CIMClass |
CIMClass.filterProperties(boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
This method returns a new CIMClass with properties filtered according to the input parameters. |
Uses of CIMClass in javax.wbem.client |
---|
Methods in javax.wbem.client that return CIMClass | |
---|---|
CIMClass |
WBEMClient.getClass(CIMObjectPath name,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Returns the CIMClass for the specified CIMObjectPath. |
Methods in javax.wbem.client that return types with arguments of type CIMClass | |
---|---|
CloseableIterator<CIMClass> |
WBEMClient.associatorClasses(CIMObjectPath objectName,
String assocClass,
String resultClass,
String role,
String resultRole,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Enumerates CIM classes that are associated to a specified source CIM class. |
CloseableIterator<CIMClass> |
WBEMClient.enumerateClasses(CIMObjectPath path,
boolean deep,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin)
Enumerate CIM Classes. |
CloseableIterator<CIMClass> |
WBEMClient.referenceClasses(CIMObjectPath objectName,
String resultClass,
String role,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Enumerates the Association classes that refer to a specified source CIM Class. |
Methods in javax.wbem.client with parameters of type CIMClass | |
---|---|
void |
WBEMClient.createClass(CIMClass cc)
Create a CIM class The namespace from the CIMClass.getObjectPath() will be used. |
EnumerateResponse<CIMInstance> |
WBEMClient.execQueryInstances(CIMObjectPath path,
String filterQuery,
String filterQueryLanguage,
boolean returnQueryResultClass,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects,
CIMClass pQueryResultClass)
ExecQuery will execute a query to retrieve instances. |
void |
WBEMClient.modifyClass(CIMClass cc)
Modify the CIMClass. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |