Uses of Class
org.sblim.wbem.cim.CIMObjectPath
Packages that use CIMObjectPath
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 CIMObjectPath in org.sblim.wbem.cim
Fields in org.sblim.wbem.cim declared as CIMObjectPathMethods in org.sblim.wbem.cim that return CIMObjectPathModifier and TypeMethodDescriptionCIMClass.getObjectPath()Returns the CIMObjectPath from this object.CIMInstance.getObjectPath()Gets the CIMObjectsPath for this CIMInstance.static CIMObjectPathDeprecated.Methods in org.sblim.wbem.cim with parameters of type CIMObjectPathModifier and TypeMethodDescriptionvoidCIMClass.setObjectPath(CIMObjectPath pObjectPath) Sets the CIMObjectPath for the current CIMClass.voidCIMInstance.setObjectPath(CIMObjectPath pObjectPath) Specifies the CIMObjectPath for this CIMInstance.abstract voidCIMObject.setObjectPath(CIMObjectPath pObjectPath) Specifies the CIMObjectPath for this CIM Object.Constructors in org.sblim.wbem.cim with parameters of type CIMObjectPathModifierConstructorDescriptionCIMClass(CIMObjectPath pObjectPath) Construct an object of a CIMClass pointing to the specified CIMObjectPath.CIMInstance(CIMObjectPath pObjectPath) Constructs an object of a CIMInstance -
Uses of CIMObjectPath in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMObjectPathModifier and TypeMethodDescriptionCIMClient.createInstance(CIMObjectPath pNamespacePath, CIMInstance pNewInstance) Creates a CIM instance in the specified namespace on the target CIM server.CIMClientXML.createInstance(CIMObjectPath pObjectName, CIMInstance pInstance) CIMOMHandle.createInstance(CIMObjectPath pPath, CIMInstance instance) Methods in org.sblim.wbem.client with parameters of type CIMObjectPathModifier and TypeMethodDescriptionintBatchCIMClient.associatorNames(CIMObjectPath pObjectName) intBatchCIMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) intBatchHandle.associatorNames(CIMObjectPath pPath) intBatchHandle.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) CIMClient.associatorNames(CIMObjectPath pObjectPath) Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns CIM object paths to these objects.CIMClient.associatorNames(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns CIM object paths to these objects.CIMClientXML.associatorNames(CIMObjectPath pPath) CIMClientXML.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) CIMOMHandle.associatorNames(CIMObjectPath pPath) CIMOMHandle.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) intBatchCIMClient.associators(CIMObjectPath pObjectName) intBatchCIMClient.associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchHandle.associators(CIMObjectPath pPath) intBatchHandle.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) CIMClient.associators(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns copies of these CIM objects.CIMClientXML.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchCIMClient.createClass(CIMObjectPath pPath, CIMClass pClass) intBatchHandle.createClass(CIMObjectPath pPath, CIMClass pClass) voidCIMClient.createClass(CIMObjectPath pClassPath, CIMClass pNewClass) Creates a CIM class on the target CIM server.voidCIMClientXML.createClass(CIMObjectPath pPath, CIMClass pClass) voidCIMOMHandle.createClass(CIMObjectPath pPath, CIMClass pClass) intBatchCIMClient.createInstance(CIMObjectPath pPath, CIMInstance pInstance) intBatchHandle.createInstance(CIMObjectPath pPath, CIMInstance pInstance) CIMClient.createInstance(CIMObjectPath pNamespacePath, CIMInstance pNewInstance) Creates a CIM instance in the specified namespace on the target CIM server.CIMClientXML.createInstance(CIMObjectPath pObjectName, CIMInstance pInstance) CIMOMHandle.createInstance(CIMObjectPath pPath, CIMInstance instance) intBatchCIMClient.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intBatchHandle.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMClient.createQualifierType(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.voidCIMClientXML.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMOMHandle.createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intBatchCIMClient.deleteClass(CIMObjectPath pPath) intBatchHandle.deleteClass(CIMObjectPath pPath) voidCIMClient.deleteClass(CIMObjectPath pClassPath) Deletes a CIM class on the target CIM server.voidCIMClientXML.deleteClass(CIMObjectPath pPath) voidCIMOMHandle.deleteClass(CIMObjectPath pPath) intBatchCIMClient.deleteInstance(CIMObjectPath pPath) intBatchHandle.deleteInstance(CIMObjectPath pPath) voidCIMClient.deleteInstance(CIMObjectPath pInstancePath) Deletes a CIM instance on the target CIM server.voidCIMClientXML.deleteInstance(CIMObjectPath pPath) voidCIMOMHandle.deleteInstance(CIMObjectPath pPath) intBatchCIMClient.deleteQualifierType(CIMObjectPath pPath) intBatchHandle.deleteQualifierType(CIMObjectPath pPath) voidCIMClient.deleteQualifierType(CIMObjectPath pQualifierPath) Deletes a CIM qualifier declaration on the target CIM server.voidCIMClientXML.deleteQualifierType(CIMObjectPath pPath) voidCIMOMHandle.deleteQualifierType(CIMObjectPath pPath) CIMClient.enumClass(CIMObjectPath pClassPath) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumClass(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumClass(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.intBatchCIMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) intBatchHandle.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin) CIMClient.enumerateClasses(CIMObjectPath pClassPath) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClientXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) CIMOMHandle.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) intBatchCIMClient.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) intBatchHandle.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) CIMClient.enumerateClassNames(CIMObjectPath pClassPath) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.CIMClient.enumerateClassNames(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.CIMClientXML.enumerateClassNames(CIMObjectPath pObjectName, boolean pDeep) CIMOMHandle.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) intBatchCIMClient.enumerateInstanceNames(CIMObjectPath pPath) intBatchHandle.enumerateInstanceNames(CIMObjectPath pPath) CIMClient.enumerateInstanceNames(CIMObjectPath pClassPath) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns CIM instance paths to these instances.CIMClientXML.enumerateInstanceNames(CIMObjectPath pPath) CIMOMHandle.enumerateInstanceNames(CIMObjectPath pPath) intBatchCIMClient.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchHandle.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) CIMClient.enumerateInstances(CIMObjectPath pClassPath) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClientXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMClient.enumInstances(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumNameSpace(CIMObjectPath pNamespacePath, boolean pDeep) Enumerates the CIM namespaces on the target CIM server, and returns CIM instance paths to the CIM_Namespace instances representing them.CIMClientXML.enumNameSpace(CIMObjectPath pPath, boolean pDeep) CIMOMHandle.enumNameSpace(CIMObjectPath pPath, boolean pDeep) intBatchCIMClient.enumQualifierTypes(CIMObjectPath pPath) intBatchHandle.enumQualifierTypes(CIMObjectPath pPath) CIMClient.enumQualifierTypes(CIMObjectPath pNamespacePath) Enumerates the CIM qualifier declarations in a namespace on the target CIM server.CIMClientXML.enumQualifierTypes(CIMObjectPath pPath) CIMOMHandle.enumQualifierTypes(CIMObjectPath pPath) intBatchCIMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) intBatchHandle.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) CIMClient.execQuery(CIMObjectPath pNamespacePath, String pQuery, String pQueryLanguage) Executes a query on the target CIM server.CIMClientXML.execQuery(CIMObjectPath pPath) CIMClientXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) CIMOMHandle.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) protected static ObjectCIMClientXML.fixResult(CIMObjectPath pRequest, Object pObject, CIMNameSpace pNameSpace) protected static VectorCIMClientXML.fixResultSet(CIMObjectPath pRequest, Vector pVector, CIMNameSpace pNameSpace) intBatchCIMClient.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchHandle.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) CIMClient.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) intBatchCIMClient.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchHandle.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) CIMClient.getInstance(CIMObjectPath pInstancePath) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly) Gets a copy of a CIM instance.CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Gets a copy of a CIM instance from the target CIM server.CIMClientXML.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchCIMClient.getProperty(CIMObjectPath pPath, String pName) intBatchHandle.getProperty(CIMObjectPath pPath, String pName) CIMClient.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) intBatchCIMClient.getQualifierType(CIMObjectPath pPath) intBatchCIMClient.getQualifierType(CIMObjectPath pPath, String pQualifierType) No idea what this method is forintBatchHandle.getQualifierType(CIMObjectPath pPath) CIMClient.getQualifierType(CIMObjectPath pQualifierPath) Gets a copy of a CIM qualifier declaration from the target CIM server.CIMClientXML.getQualifierType(CIMObjectPath pPath) CIMClientXML.getQualifierType(CIMObjectPath pPath, String pQualifierType) CIMOMHandle.getQualifierType(CIMObjectPath pPath) intBatchCIMClient.invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInParameters, Vector pOutParameters) intBatchHandle.invokeMethod(CIMObjectPath pPath, String pName, Vector pInParameters, Vector pOutParameters) 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) voidCIMClientXML.preCheck(CIMObjectPath pPath) intBatchCIMClient.referenceNames(CIMObjectPath pPath) intBatchCIMClient.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) intBatchHandle.referenceNames(CIMObjectPath pPath) intBatchHandle.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) CIMClient.referenceNames(CIMObjectPath pObjectPath) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.CIMClient.referenceNames(CIMObjectPath pObjectPath, String pResultClass, String pRole) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.CIMClientXML.referenceNames(CIMObjectPath pPath) CIMClientXML.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) CIMOMHandle.referenceNames(CIMObjectPath pPath) CIMOMHandle.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) intBatchCIMClient.references(CIMObjectPath pPath) intBatchCIMClient.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchHandle.references(CIMObjectPath pPath) intBatchHandle.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) CIMClient.references(CIMObjectPath pObjectPath) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.CIMClient.references(CIMObjectPath pObjectPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.CIMClientXML.references(CIMObjectPath pPath) CIMClientXML.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.references(CIMObjectPath pPath) CIMOMHandle.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) intBatchCIMClient.setClass(CIMObjectPath pPath, CIMClass pClass) intBatchHandle.setClass(CIMObjectPath pPath, CIMClass pClass) voidCIMClient.setClass(CIMObjectPath pClassPath, CIMClass pModifiedClass) Modifies a CIM class on the target CIM server.voidCIMClientXML.setClass(CIMObjectPath pPath, CIMClass pClass) voidCIMOMHandle.setClass(CIMObjectPath pPath, CIMClass pClass) intBatchCIMClient.setInstance(CIMObjectPath pPath, CIMInstance pInstance) intBatchCIMClient.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) intBatchHandle.setInstance(CIMObjectPath pPath, CIMInstance pInstance) voidCIMClient.setInstance(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance) Modifies a CIM instance on the target CIM server.voidCIMClient.setInstance(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance, boolean pIncludeQualifiers, String[] pPropertyList) Modifies a CIM instance on the target CIM server.voidCIMClientXML.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) voidCIMOMHandle.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) intBatchCIMClient.setProperty(CIMObjectPath pPath, String pName) intBatchCIMClient.setProperty(CIMObjectPath pPath, String pName, CIMValue pValue) intBatchHandle.setProperty(CIMObjectPath pPath, String pName) intBatchHandle.setProperty(CIMObjectPath pPath, String pName, CIMValue pValue) voidCIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName) Modifies a property value of a CIM instance on the target CIM server.voidCIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName, CIMValue pNewValue) Modifies a property value of a CIM instance on the target CIM server.voidCIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName) voidCIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) voidCIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName) voidCIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) intBatchCIMClient.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intBatchHandle.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMClient.setQualifierType(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.voidCIMClientXML.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) voidCIMOMHandle.setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) Constructors in org.sblim.wbem.client with parameters of type CIMObjectPathModifierConstructorDescriptionCIMEnumerationImpl(Enumeration pEnumeration, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace) CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace, InputStreamReader pStream, HttpClient pHttpClient, boolean pUseSAX) -
Uses of CIMObjectPath in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMObjectPathMethods in org.sblim.wbem.client.operations that return CIMObjectPathConstructors in org.sblim.wbem.client.operations with parameters of type CIMObjectPathModifierConstructorDescriptionCIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) CIMAssociatorsOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMCreateClassOp(CIMObjectPath pObjectName, CIMClass pCimClass) CIMCreateInstanceOp(CIMObjectPath pObjectName, CIMInstance pInstance) CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType pQualifierType) CIMDeleteClassOp(CIMObjectPath pObjectName) CIMDeleteInstanceOp(CIMObjectPath pObjectName) CIMDeleteQualifierTypeOp(CIMObjectPath pObjectName) CIMEnumClassesOp(CIMObjectPath pObjectName, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) CIMEnumClassNamesOp(CIMObjectPath objectName, boolean deep) CIMEnumInstanceNamesOp(CIMObjectPath objectName) CIMEnumInstancesOp(CIMObjectPath objectName, boolean deep, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) CIMEnumQualifierTypesOp(CIMObjectPath pObjectName) CIMExecQueryOp(CIMObjectPath objectName, String query, String queryLanguage) CIMGetClassOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMGetInstanceOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMGetPropertyOp(CIMObjectPath pObjectName, String pPropertyName) CIMGetQualifierTypeOp(CIMObjectPath pObjectName, String pQualifierType) CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, Vector pInParams, Vector pOutParams) CIMReferenceNamesOp(CIMObjectPath pObjectName, String pResultClass, String pRole) CIMReferencesOp(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMSetClassOp(CIMObjectPath objectName, CIMClass cimClass) CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, String[] propertyList) CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, CIMValue cimValue) CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType) -
Uses of CIMObjectPath in org.sblim.wbem.xml
Fields in org.sblim.wbem.xml declared as CIMObjectPathMethods in org.sblim.wbem.xml that return CIMObjectPathModifier and TypeMethodDescriptionCIMRequest.getObjectPath()static CIMObjectPathCIMXMLParserImpl.parseCLASSNAME(Element classnameE) static CIMObjectPathCIMXMLParserImpl.parseCLASSPATH(Element classpathE) static CIMObjectPathCIMXMLParserImpl.parseINSTANCENAME(Element instancenameE) static CIMObjectPathCIMXMLParserImpl.parseINSTANCEPATH(Element instancepathE) static CIMObjectPathCIMXMLParserImpl.parseLOCALCLASSPATH(Element classpathE) static CIMObjectPathCIMXMLParserImpl.parseLOCALINSTANCEPATH(Element localinstancepathE) static CIMObjectPathCIMXMLParserImpl.parseOBJECTPATH(Element objectpathE) static CIMObjectPathCIMXMLParserImpl.parseVALUEREFERENCE(Element valuereferenceE) Methods in org.sblim.wbem.xml with parameters of type CIMObjectPathModifier and TypeMethodDescriptionCIMClientXML_HelperImpl.associatorNames_request(Document doc, CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole) CIMClientXML_HelperImpl.associators_request(Document doc, CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) CIMClientXML_HelperImpl.createClass_request(Document doc, CIMObjectPath path, CIMClass cc) static ElementCIMXMLBuilderImpl.createCLASSPATH(Document doc, Element parentE, CIMObjectPath path) CIMClientXML_HelperImpl.createInstance_request(Document doc, CIMObjectPath name, CIMInstance instance) static ElementCIMXMLBuilderImpl.createINSTANCENAME(Document doc, Element parentE, CIMObjectPath instanceOP) static ElementCIMXMLBuilderImpl.createINSTANCEPATH(Document doc, Element parentE, CIMObjectPath path) static ElementCIMXMLBuilderImpl.createLOCALCLASSPATH(Document doc, Element parentE, CIMObjectPath path) static ElementCIMXMLBuilderImpl.createLOCALINSTANCEPATH(Document doc, Element parentE, CIMObjectPath path) static ElementCIMXMLBuilderImpl.createLOCALNAMESPACEPATH(Document doc, Element parentE, CIMObjectPath name) static ElementCIMXMLBuilderImpl.createLOCALOBJECTPATH(Document doc, Element parentE, CIMObjectPath path) static ElementCIMXMLBuilderImpl.createNAMESPACEPATH(Document doc, Element parentE, CIMObjectPath path) static ElementCIMXMLBuilderImpl.createOBJECTNAME(Document doc, Element parentE, CIMObjectPath path) static ElementCIMXMLBuilderImpl.createOBJECTPATH(Document doc, Element parentE, CIMObjectPath path) CIMClientXML_HelperImpl.createQualifierType_request(Document doc, CIMObjectPath path, CIMQualifierType qt) static ElementCIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document doc, Element parentE, CIMObjectPath path, CIMInstance inst) static ElementCIMXMLBuilderImpl.createVALUEREFERENCE(Document doc, Element parentE, CIMObjectPath path) CIMClientXML_HelperImpl.deleteClass_request(Document doc, CIMObjectPath path) CIMClientXML_HelperImpl.deleteInstance_request(Document doc, CIMObjectPath name) CIMClientXML_HelperImpl.deleteQualifierType_request(Document doc, CIMObjectPath path) CIMClientXML_HelperImpl.enumerateClasses_request(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin) CIMClientXML_HelperImpl.enumerateClassNames_request(Document doc, CIMObjectPath path, boolean deepInheritance) CIMClientXML_HelperImpl.enumerateInstanceNames_request(Document doc, CIMObjectPath path) CIMClientXML_HelperImpl.enumerateInstances_request(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) CIMClientXML_HelperImpl.enumQualifierTypes_request(Document doc, CIMObjectPath path) CIMClientXML_HelperImpl.execQuery_request(Document doc, CIMObjectPath path, String query, String queryLanguage) CIMClientXML_HelperImpl.getClass_request(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) CIMClientXML_HelperImpl.getInstance_request(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) CIMClientXML_HelperImpl.getProperty_request(Document doc, CIMObjectPath path, String propertyName) CIMClientXML_HelperImpl.getQualifier_request(Document doc, CIMObjectPath path, String qt) CIMClientXML_HelperImpl.invokeMethod_request(Document doc, CIMObjectPath name, String methodName, Vector inArgs) static CIMInstanceCIMXMLParserImpl.parseINSTANCE(Element instanceE, CIMObjectPath op) CIMClientXML_HelperImpl.referenceNames_request(Document doc, CIMObjectPath path, String resultClass, String role) CIMClientXML_HelperImpl.references_request(Document doc, CIMObjectPath path, String resultClass, String role, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) CIMClientXML_HelperImpl.setClass_request(Document doc, CIMObjectPath path, CIMClass cc) CIMClientXML_HelperImpl.setInstance_request(Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, String[] propertyList) voidCIMRequest.setObjectPath(CIMObjectPath path) CIMClientXML_HelperImpl.setProperty_request(Document doc, CIMObjectPath path, String propertyName, CIMValue newValue) CIMClientXML_HelperImpl.setQualifierType_request(Document doc, CIMObjectPath path, CIMQualifierType qt)