Uses of Class
javax.cim.CIMClass
Packages that use CIMClass
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Provides classes and interfaces for writing WBEM Clients.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
Internal utility classes, such as constants, defaults, configuration and others.
Internal implemenation of the interfaces from the javax.wbem package.
Internal implemenation of WBEM batch operations.
-
Uses of CIMClass in javax.cim
Modifier and TypeMethodDescriptionCIMClass.filterProperties(boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) This method returns a newCIMClasswith properties filtered according to the input parameters. -
Uses of CIMClass in javax.wbem.client
Methods in javax.wbem.client that return CIMClassModifier and TypeMethodDescriptionWBEMClient.getClass(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Returns theCIMClassfor the specifiedCIMObjectPath.Methods in javax.wbem.client that return types with arguments of type CIMClassModifier and TypeMethodDescriptionWBEMClient.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates CIM classes that are associated to a specified source CIM class.WBEMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerate CIM Classes.WBEMClient.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the Association classes that refer to a specified source CIM Class.Methods in javax.wbem.client with parameters of type CIMClassModifier and TypeMethodDescriptionvoidWBEMClient.createClass(CIMClass pClass) Create a CIM class.WBEMClient.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstancesshall execute a query to retrieve instances.voidWBEMClient.modifyClass(CIMClass pClass) Modify theCIMClass. -
Uses of CIMClass in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMClassModifier and TypeMethodDescriptionstatic CIMClassCIMXMLParserImpl.parseCLASS(Element pClassE) parseCLASSstatic CIMClassCIMXMLParserImpl.parseCLASS(Element pClassE, CIMObjectPath pObjectPath) parseCLASSMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMClassModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createCLASS(Document pDoc, Element pParentE, CIMClass pClass) createCLASSCIMClientXML_HelperImpl.createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) createClass_requeststatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_CLASSNAME(Document pDoc, Element pParentE, CIMClass[] pResultSet) createIRETURNVALUE_ENUMERATE_CLASSNAMEstatic ElementCIMClientXML_HelperImpl.enumerateClasses_response(Document pDoc, CIMClass[] pClA) enumerateClasses_responseCIMClientXML_HelperImpl.OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) OpenQueryInstances_requestCIMClientXML_HelperImpl.setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) setClass_request -
Uses of CIMClass in org.sblim.cimclient.internal.cimxml.sax.node
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMClassModifier and TypeMethodDescriptionClassNode.getCIMClass()getCIMClassClassNode.getCIMClass(CIMObjectPath pObjPath) getCIMClass -
Uses of CIMClass in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMClassModifier and TypeMethodDescriptionstatic StringMOF.classDeclaration(CIMClass pCl, String pInd) classDeclaration = [ qualifierList ] CLASS className [ superClass ] "{" *classFeature "}" ";" classFeature = propertyDeclaration | methodDeclaration superClass = ":" className -
Uses of CIMClass in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem that return CIMClassModifier and TypeMethodDescriptionWBEMClientCIMXML.getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Methods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMClassModifier and TypeMethodDescriptionWBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMClassModifier and TypeMethodDescriptionvoidWBEMClientCIMXML.createClass(CIMClass pClass) WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) voidWBEMClientCIMXML.modifyClass(CIMClass pClass) -
Uses of CIMClass in org.sblim.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMClassModifier and TypeFieldDescriptionprotected CIMClassCIMCreateClassOp.iCimClassprotected CIMClassCIMSetClassOp.iCimClassMethods in org.sblim.cimclient.internal.wbem.operations that return CIMClassModifier and TypeMethodDescriptionCIMCreateClassOp.getCimClass()Returns the CIM classCIMSetClassOp.getCimClass()Returns cimClassConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMClassModifierConstructorDescriptionCIMCreateClassOp(CIMObjectPath pObjectName, CIMClass pCimClass) Ctor.CIMSetClassOp(CIMObjectPath objectName, CIMClass cimClass) Ctor.