Uses of Class
javax.cim.CIMObjectPath
Packages that use CIMObjectPath
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.
Provides classes and interfaces for SBLIM extensions to JSR48.
Internal helper classes for the CIM data classes.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
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 CIMObjectPath in javax.cim
Methods in javax.cim that return CIMObjectPathModifier and TypeMethodDescriptionCIMClass.getObjectPath()This method returns theCIMObjectPaththat represents this CIM class.CIMInstance.getObjectPath()Returns theCIMObjectPaththat represents this instance.CIMNamedElementInterface.getObjectPath()Retrieve the ObjectPath that represents the name for this element.CIMQualifierType.getObjectPath()Get the object path for thisCIMQualifierType.Methods in javax.cim with parameters of type CIMObjectPathModifier and TypeMethodDescriptionCIMInstance.deriveInstance(CIMObjectPath pPath) Returns a CIMInstance with the updatedCIMObjectPath.booleanCIMObjectPath.equalsModelPath(CIMObjectPath pModelPath) Compares this model path with the specified model path for equality.Constructors in javax.cim with parameters of type CIMObjectPathModifierConstructorDescriptionCIMClass(CIMObjectPath pPath, String pSuperClass, CIMQualifier<?>[] pQualifiers, CIMClassProperty<?>[] pProperties, CIMMethod<?>[] pMethods, boolean pIsAssociation, boolean pIsKeyed) Creates and instantiates a Java object representing a CIM Class.CIMInstance(CIMObjectPath pName, CIMProperty<?>[] pProps) Constructs aCIMInstanceobject using the name and properties specified.CIMQualifierType(CIMObjectPath pPath, CIMDataType pType, E pValue, int pScope, int pFlavor) Constructs a new CIM qualifier type, using the name, type of the specified CIM qualifier type. -
Uses of CIMObjectPath in javax.wbem.client
Methods in javax.wbem.client that return CIMObjectPathModifier and TypeMethodDescriptionWBEMClient.createInstance(CIMInstance pInstance) Create a CIM Instance.Methods in javax.wbem.client that return types with arguments of type CIMObjectPathModifier and TypeMethodDescriptionWBEMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Enumerates theCIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.WBEMClient.associatorPaths(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associatorPathsshall start an enumeration session for traversing associations starting from the instance defined in thepInstancePathparameter using any specified filtering criteria and return zero or moreCIMObjectPathobjects.WBEMClient.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) Enumerate the names of CIM Classes.WBEMClient.enumerateInstanceNames(CIMObjectPath pPath) Enumerate the names of the instances for a specified class.WBEMClient.enumerateInstancePaths(CIMObjectPath pClassPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstancePathsshall enumerate the instances of the specified class inpClassPathand return zero or moreCIMObjectPaths.WBEMClient.getInstancePaths(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePathsshall get theCIMObjectPaths using an enumeration context.WBEMClient.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) Enumerates theCIMObjectPaths of Association Objects that refer to a particular source CIM Object.WBEMClient.referencePaths(CIMObjectPath pInstancePath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) referencePathsshall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePathparameter and return zero or moreCIMObjectPathobjects.Methods in javax.wbem.client with parameters of type CIMObjectPathModifier 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.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates CIM Instances associated to a specified source CIM Instance.WBEMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Enumerates theCIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.WBEMClient.associatorPaths(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associatorPathsshall start an enumeration session for traversing associations starting from the instance defined in thepInstancePathparameter using any specified filtering criteria and return zero or moreCIMObjectPathobjects.WBEMClient.associators(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associatorsshall start an enumeration session for traversing associations starting from the instance defined in thepInstancePathparameter using any specified filtering criteria and return zero or moreCIMInstanceobjects.voidWBEMClient.closeEnumeration(CIMObjectPath pPath, String pContext) closeEnumerationshall close an enumeration session that has been previously started but not yet completed.voidWBEMClient.deleteClass(CIMObjectPath pPath) Deletes the CIM class for the object specified by the CIM object path.voidWBEMClient.deleteInstance(CIMObjectPath pPath) Delete the CIM instance specified by the CIM object path.voidWBEMClient.deleteQualifierType(CIMObjectPath pPath) Delete a CIM Qualifier type.WBEMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerate CIM Classes.WBEMClient.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) Enumerate the names of CIM Classes.WBEMClient.enumerateInstanceNames(CIMObjectPath pPath) Enumerate the names of the instances for a specified class.WBEMClient.enumerateInstancePaths(CIMObjectPath pClassPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstancePathsshall enumerate the instances of the specified class inpClassPathand return zero or moreCIMObjectPaths.WBEMClient.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerate the instances of a class.WBEMClient.enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstancesshall enumerate the instances of the specified class inpClassPathand return zero or moreCIMInstances.WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath) Enumerates the CIM Qualifier types for a specific namespace.WBEMClient.enumerationCount(CIMObjectPath pPath, String pEnumerationContext) enumerationCountprovides an estimated count of the total number of objects in an open enumeration session represented by an enumeration context.WBEMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) execQueryshall execute a query to retrieve objects.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.WBEMClient.getClass(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Returns theCIMClassfor the specifiedCIMObjectPath.WBEMClient.getInstance(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Get aCIMInstance.WBEMClient.getInstancePaths(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePathsshall get theCIMObjectPaths using an enumeration context.WBEMClient.getInstances(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesshall get the instances from an enumeration session started byexecQueryInstances.WBEMClient.getInstancesWithPath(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPathshall use the enumeration context provided to get the next set of instances for the enumeration session.WBEMClient.getQualifierType(CIMObjectPath pName) Get aCIMQualifierType.voidWBEMClient.initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) Initialize the client connection.WBEMClient.invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments) Executes the specified method on the specified object.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.WBEMClient.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the Association instances that refer to a specified source CIM Instance.WBEMClient.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) Enumerates theCIMObjectPaths of Association Objects that refer to a particular source CIM Object.WBEMClient.referencePaths(CIMObjectPath pInstancePath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) referencePathsshall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePathparameter and return zero or moreCIMObjectPathobjects.WBEMClient.references(CIMObjectPath pInstancePath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) referencesshall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePathparameter and return zero or moreCIMInstanceobjects. -
Uses of CIMObjectPath in org.sblim.cimclient
Methods in org.sblim.cimclient that return types with arguments of type CIMObjectPathModifier and TypeMethodDescriptionWBEMClientSBLIM.enumerateNamespaces(String pNamespace) Enumerate the names of the instances of CIM namespaces. -
Uses of CIMObjectPath in org.sblim.cimclient.internal.cim
Methods in org.sblim.cimclient.internal.cim that return CIMObjectPathModifier and TypeMethodDescriptionCIMInstanceBuilder.setKeys(CIMObjectPath pPath) Extends the keys of the passed CIMObjectPath.Methods in org.sblim.cimclient.internal.cim with parameters of type CIMObjectPathModifier and TypeMethodDescriptionstatic CIMInstanceCIMHelper.CIMInstanceWithSynchonizedNumericKeyDataTypes(CIMObjectPath pObjectPath, CIMProperty<?>[] pProps) CIMInstanceWithSynchonizedNumericKeyDataTypes returns aCIMInstancewhere the data types of all numeric keys in theCIMObjectPathmatch those of the corresponding keys within theCIMProperty[].static URICIMHelper.createCimomUri(CIMObjectPath pPath) Creates a URI of a CIMOM from a given CIM object path, adding default port if port not parsable.CIMInstanceBuilder.setKeys(CIMObjectPath pPath) Extends the keys of the passed CIMObjectPath.Constructors in org.sblim.cimclient.internal.cim with parameters of type CIMObjectPathModifierConstructorDescriptionCIMInstanceBuilder(CIMObjectPath pPath, CIMProperty<?>[] pProps) Ctor. -
Uses of CIMObjectPath in org.sblim.cimclient.internal.cimxml
Fields in org.sblim.cimclient.internal.cimxml declared as CIMObjectPathMethods in org.sblim.cimclient.internal.cimxml that return CIMObjectPathModifier and TypeMethodDescriptionbuildbuildLocalPathBuilder.build(String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildLocalPathBuilder.build(String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildLocalPathBuilder.build(String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjPathStr) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjName, String pNameSpace) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildLocalPathBuilder.getBasePath()getBasePathCIMRequest.getObjectPath()getObjectPathstatic CIMObjectPathCIMXMLParserImpl.parseCLASSNAME(Element pClassNameE) parseCLASSNAMEstatic CIMObjectPathCIMXMLParserImpl.parseCLASSPATH(Element pClassPathE) parseCLASSPATHstatic CIMObjectPathCIMXMLParserImpl.parseINSTANCENAME(Element pInstanceNameE) parseINSTANCENAMEstatic CIMObjectPathCIMXMLParserImpl.parseINSTANCEPATH(Element pInstancePathE) parseINSTANCEPATHstatic CIMObjectPathCIMXMLParserImpl.parseLOCALCLASSPATH(Element pClassPathE) parseLOCALCLASSPATHstatic CIMObjectPathCIMXMLParserImpl.parseLOCALINSTANCEPATH(Element pLocalInstancePathE) parseLOCALINSTANCEPATHstatic CIMObjectPathCIMXMLParserImpl.parseNAMESPACEPATH(Element pNameSpacePathE) parseNAMESPACEPATHstatic CIMObjectPathCIMXMLParserImpl.parseOBJECTPATH(Element pObjectPathE) parseOBJECTPATHstatic CIMObjectPath[]CIMXMLParserImpl.parseVALUEREFARRAY(Element pValueRefArrayE) parseVALUEREFARRAYstatic CIMObjectPathCIMXMLParserImpl.parseVALUEREFERENCE(Element pValuereferenceE) parseVALUEREFERENCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMObjectPathModifier and TypeMethodDescriptionCIMClientXML_HelperImpl.associatorClasses_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) associatorClasses_requestCIMClientXML_HelperImpl.associatorInstances_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) associatorInstances_requestCIMClientXML_HelperImpl.associatorNames_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole) associatorNames_requeststatic ElementCIMClientXML_HelperImpl.associatorNames_response(Document pDoc, CIMObjectPath[] pPathA) associatorNames_responseCIMClientXML_HelperImpl.associators_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) associators_requeststatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjPathStr) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjName, String pNameSpace) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildCIMClientXML_HelperImpl.CloseEnumeration_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) CloseEnumeration_requestCIMClientXML_HelperImpl.createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) createClass_requeststatic ElementCIMXMLBuilderImpl.createCLASSPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createCLASSPATHCIMClientXML_HelperImpl.createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) createInstance_requeststatic ElementCIMXMLBuilderImpl.createINSTANCENAME(Document doc, Element parentE, CIMObjectPath instanceOP) createINSTANCENAMEstatic ElementCIMXMLBuilderImpl.createINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createINSTANCEPATHstatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_ASSOCIATORS_NAMES(Document pDoc, Element pParentE, CIMObjectPath[] pResultSet) createIRETURNVALUE_ASSOCIATORS_NAMESstatic ElementCIMXMLBuilderImpl.createLOCALCLASSPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALCLASSPATHstatic ElementCIMXMLBuilderImpl.createLOCALINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALINSTANCEPATHstatic ElementCIMXMLBuilderImpl.createLOCALNAMESPACEPATH(Document pDoc, Element pParentE, CIMObjectPath pName) createLOCALNAMESPACEPATHstatic ElementCIMXMLBuilderImpl.createLOCALOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALOBJECTPATHstatic ElementCIMXMLBuilderImpl.createNAMESPACEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createNAMESPACEPATHstatic ElementCIMXMLBuilderImpl.createOBJECTNAME(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTNAMEstatic ElementCIMXMLBuilderImpl.createOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTPATHCIMClientXML_HelperImpl.createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) createQualifierType_request : This has been replaced by setQualifierType_requeststatic ElementCIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic ElementCIMXMLBuilderImpl.createVALUEREFERENCE(Document pDoc, Element pParentE, CIMObjectPath pPath) createVALUEREFERENCECIMClientXML_HelperImpl.deleteClass_request(Document pDoc, CIMObjectPath pPath) deleteClass_requestCIMClientXML_HelperImpl.deleteInstance_request(Document pDoc, CIMObjectPath pName) deleteInstance_requestCIMClientXML_HelperImpl.deleteQualifierType_request(Document pDoc, CIMObjectPath pPath) deleteQualifierType_requestCIMClientXML_HelperImpl.enumerateClasses_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) enumerateClasses_requestCIMClientXML_HelperImpl.enumerateClassNames_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance) enumerateClassNames_requestCIMClientXML_HelperImpl.enumerateInstanceNames_request(Document pDoc, CIMObjectPath pPath) enumerateInstanceNames_requestCIMClientXML_HelperImpl.enumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) enumerateInstances_requestCIMClientXML_HelperImpl.EnumerationCount_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) EnumerationCount_requestCIMClientXML_HelperImpl.enumQualifierTypes_request(Document pDoc, CIMObjectPath pPath) enumQualifierTypes_requestCIMClientXML_HelperImpl.execQuery_request(Document pDoc, CIMObjectPath pPath, String pQuery, String pQueryLanguage) execQuery_requestCIMClientXML_HelperImpl.getClass_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) getClass_requestCIMClientXML_HelperImpl.getInstance_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) getInstance_requestCIMClientXML_HelperImpl.getProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName) getProperty_requestCIMClientXML_HelperImpl.getQualifier_request(Document pDoc, CIMObjectPath pPath, String pQt) getQualifier_requestCIMClientXML_HelperImpl.invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument<?>[] pInArgs) invokeMethod_requeststatic ElementCIMClientXML_HelperImpl.invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, Object pRetVal, CIMArgument<?>[] pOutArgA) invokeMethod_responseCIMClientXML_HelperImpl.OpenAssociatorInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) pAssociatorPaths_requestCIMClientXML_HelperImpl.OpenAssociatorInstances_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenAssociatorInstances_requestCIMClientXML_HelperImpl.OpenEnumerateInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenEnumerateInstancePaths_requestCIMClientXML_HelperImpl.OpenEnumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) OpenEnumerateInstances_requestCIMClientXML_HelperImpl.OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) OpenQueryInstances_requestCIMClientXML_HelperImpl.OpenReferenceInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) referencePaths_requestCIMClientXML_HelperImpl.OpenReferenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) references_requeststatic CIMClassCIMXMLParserImpl.parseCLASS(Element pClassE, CIMObjectPath pObjectPath) parseCLASSstatic CIMInstanceCIMXMLParserImpl.parseINSTANCE(Element pInstanceE, CIMObjectPath pObjPath) parseINSTANCECIMClientXML_HelperImpl.PullInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstancePaths_requestCIMClientXML_HelperImpl.PullInstances_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstances_requestCIMClientXML_HelperImpl.PullInstancesWithPath_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) PullInstancesWithPath_requestCIMClientXML_HelperImpl.referenceClasses_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) referenceClasses_requestCIMClientXML_HelperImpl.referenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) referenceInstances_requestCIMClientXML_HelperImpl.referenceNames_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole) referenceNames_requestCIMClientXML_HelperImpl.references_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) references_requestCIMClientXML_HelperImpl.setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) setClass_requestCIMClientXML_HelperImpl.setInstance_request(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) setInstance_requeststatic voidCIMXMLParserImpl.setLocalObjectPath(CIMObjectPath pLocalOp) setLocalObjectPathvoidCIMRequest.setObjectPath(CIMObjectPath path) setObjectPathCIMClientXML_HelperImpl.setProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName, Object pNewValue) setProperty_requestCIMClientXML_HelperImpl.setQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) setQualifierType_requestConstructors in org.sblim.cimclient.internal.cimxml with parameters of type CIMObjectPath -
Uses of CIMObjectPath in org.sblim.cimclient.internal.cimxml.sax
Methods in org.sblim.cimclient.internal.cimxml.sax that return CIMObjectPathMethods in org.sblim.cimclient.internal.cimxml.sax with parameters of type CIMObjectPathModifier and TypeMethodDescriptionstatic ObjectSAXHelper.parseInvokeMethodResponse(InputStreamReader pIs, CIMArgument<?>[] pOutArgs, CIMObjectPath pDefPath) parseInvokeMethodResponseConstructors in org.sblim.cimclient.internal.cimxml.sax with parameters of type CIMObjectPathModifierConstructorDescriptionSAXSession(CIMObjectPath pDefLocalPath) Ctor.XMLDefaultHandlerImpl(CIMObjectPath pLocalPath) Ctor.XMLDefaultHandlerImpl(CIMObjectPath pLocalPath, boolean pAnyRoot) Ctor. -
Uses of CIMObjectPath in org.sblim.cimclient.internal.cimxml.sax.node
Fields in org.sblim.cimclient.internal.cimxml.sax.node declared as CIMObjectPathModifier and TypeFieldDescriptionprotected CIMObjectPathAbstractObjectNode.iLocalPathprotected CIMObjectPathAbstractMethodCallNode.iPathMethods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMObjectPathModifier and TypeMethodDescriptionAbstractMethodCallNode.getCIMObjectPath()ClassNameNode.getCIMObjectPath()ClassPathNode.getCIMObjectPath()InstanceNameNode.getCIMObjectPath()InstancePathNode.getCIMObjectPath()LocalClassPathNode.getCIMObjectPath()LocalInstancePathNode.getCIMObjectPath()LocalNameSpacePathNode.getCIMObjectPath()ObjectPathIf.getCIMObjectPath()getCIMObjectPathObjectPathNode.getCIMObjectPath()ValueReferenceNode.getCIMObjectPath()Methods in org.sblim.cimclient.internal.cimxml.sax.node with parameters of type CIMObjectPathModifier and TypeMethodDescriptionClassNode.getCIMClass(CIMObjectPath pObjPath) getCIMClassInstanceNode.getCIMInstance(CIMObjectPath pObjPath) getCIMInstance -
Uses of CIMObjectPath in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMObjectPathModifier and TypeMethodDescriptionstatic StringMOF.objectHandle(CIMObjectPath pPath) objectHandlestatic StringMOF.objectHandle(CIMObjectPath pPath, boolean pTyped, boolean pLocal) objectHandlestatic StringMOF.objectHandleAsRef(CIMObjectPath pPath) objectHandleAsRefstatic StringMOF.objectHandleAsRef(CIMObjectPath pPath, boolean pTyped) objectHandleAsRef -
Uses of CIMObjectPath in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem that return CIMObjectPathMethods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMObjectPathModifier and TypeMethodDescriptionWBEMClientCIMXML.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) WBEMClientCIMXML.associatorPaths(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) WBEMClientCIMXML.enumerateInstanceNames(CIMObjectPath pPath) WBEMClientCIMXML.enumerateInstancePaths(CIMObjectPath pObjectName, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateNamespaces(String pNamespace) WBEMClientCIMXML.getInstancePaths(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) WBEMClientCIMXML.referencePaths(CIMObjectPath pObjectName, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMObjectPathModifier and TypeMethodDescriptionWBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) WBEMClientCIMXML.associatorPaths(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.associators(CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) voidWBEMClientCIMXML.closeEnumeration(CIMObjectPath pObjectName, String pEnumerationContext) voidWBEMClientCIMXML.deleteClass(CIMObjectPath pPath) voidWBEMClientCIMXML.deleteInstance(CIMObjectPath pPath) voidWBEMClientCIMXML.deleteQualifierType(CIMObjectPath pPath) WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) WBEMClientCIMXML.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) WBEMClientCIMXML.enumerateInstanceNames(CIMObjectPath pPath) WBEMClientCIMXML.enumerateInstancePaths(CIMObjectPath pObjectName, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.enumerateInstances(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath) WBEMClientCIMXML.enumerationCount(CIMObjectPath pObjectName, String pEnumerationContext) WBEMClientCIMXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) WBEMClientCIMXML.getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.getInstancePaths(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstances(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstancesWithPath(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getQualifierType(CIMObjectPath pName) voidWBEMClientCIMXML.initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) WBEMClientCIMXML.invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments) WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) WBEMClientCIMXML.referencePaths(CIMObjectPath pObjectName, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) Constructors in org.sblim.cimclient.internal.wbem with parameters of type CIMObjectPathModifierConstructorDescriptionCloseableIteratorDOM(InputStreamReader pStream, CIMObjectPath pPath) Ctor.CloseableIteratorDOM(InputSource pIs, CIMObjectPath pLocalPath) Ctor.CloseableIteratorPULL(InputStreamReader pStream, CIMObjectPath pPath) Ctor.CloseableIteratorSAX(InputStreamReader pStream, CIMObjectPath pPath) Ctor.EnumerateResponseDOM(InputStreamReader pStream, CIMObjectPath pPath) EnumerateResponsePULLEnumerateResponsePULL(InputStreamReader pStream, CIMObjectPath pPath) Ctor.EnumerateResponseSAX(InputStreamReader pStream, CIMObjectPath pPath) Ctor. -
Uses of CIMObjectPath in org.sblim.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMObjectPathMethods in org.sblim.cimclient.internal.wbem.operations that return CIMObjectPathConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMObjectPathModifierConstructorDescriptionCIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Ctor.CIMAssociatorsOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Ctor.CIMCreateClassOp(CIMObjectPath pObjectName, CIMClass pCimClass) Ctor.CIMCreateInstanceOp(CIMObjectPath pObjectName, CIMInstance pInstance) Ctor.CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType<?> pQualifierType) Ctor.CIMDeleteClassOp(CIMObjectPath pObjectName) Ctor.CIMDeleteInstanceOp(CIMObjectPath pObjectName) Ctor.CIMDeleteQualifierTypeOp(CIMObjectPath pObjectName) Ctor.CIMEnumClassesOp(CIMObjectPath pObjectName, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Ctor.CIMEnumClassNamesOp(CIMObjectPath objectName, boolean deep) Ctor.CIMEnumInstanceNamesOp(CIMObjectPath objectName) Ctor.CIMEnumInstancesOp(CIMObjectPath objectName, boolean deep, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) Ctor.CIMEnumQualifierTypesOp(CIMObjectPath pObjectName) Ctor.CIMExecQueryOp(CIMObjectPath objectName, String query, String queryLanguage) Ctor.CIMGetClassOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Ctor.CIMGetInstanceOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Ctor.CIMGetPropertyOp(CIMObjectPath pObjectName, String pPropertyName) Ctor.CIMGetQualifierTypeOp(CIMObjectPath pObjectName, String pQualifierType) Ctor.CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams) Ctor.CIMReferenceNamesOp(CIMObjectPath pObjectName, String pResultClass, String pRole) Ctor.CIMReferencesOp(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Ctor.CIMSetClassOp(CIMObjectPath objectName, CIMClass cimClass) Ctor.CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, String[] propertyList) Ctor.CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, Object cimValue) Ctor.CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType<?> qualifierType) Ctor.