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 theCIMObjectPath
that represents this CIM class.CIMInstance.getObjectPath()
Returns theCIMObjectPath
that 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
.boolean
CIMObjectPath.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 aCIMInstance
object 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 theCIMObjectPath
s 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) associatorPaths
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMObjectPath
objects.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) enumerateInstancePaths
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMObjectPath
s.WBEMClient.getInstancePaths
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePaths
shall get theCIMObjectPath
s using an enumeration context.WBEMClient.referenceNames
(CIMObjectPath pObjectName, String pResultClass, String pRole) Enumerates theCIMObjectPath
s 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) referencePaths
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMObjectPath
objects.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 theCIMObjectPath
s 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) associatorPaths
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMObjectPath
objects.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) associators
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMInstance
objects.void
WBEMClient.closeEnumeration
(CIMObjectPath pPath, String pContext) closeEnumeration
shall close an enumeration session that has been previously started but not yet completed.void
WBEMClient.deleteClass
(CIMObjectPath pPath) Deletes the CIM class for the object specified by the CIM object path.void
WBEMClient.deleteInstance
(CIMObjectPath pPath) Delete the CIM instance specified by the CIM object path.void
WBEMClient.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) enumerateInstancePaths
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMObjectPath
s.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) enumerateInstances
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMInstance
s.WBEMClient.enumerateQualifierTypes
(CIMObjectPath pPath) Enumerates the CIM Qualifier types for a specific namespace.WBEMClient.enumerationCount
(CIMObjectPath pPath, String pEnumerationContext) enumerationCount
provides 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) execQuery
shall execute a query to retrieve objects.WBEMClient.execQueryInstances
(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstances
shall execute a query to retrieve instances.WBEMClient.getClass
(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Returns theCIMClass
for the specifiedCIMObjectPath
.WBEMClient.getInstance
(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Get aCIMInstance
.WBEMClient.getInstancePaths
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancePaths
shall get theCIMObjectPath
s using an enumeration context.WBEMClient.getInstances
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstances
shall get the instances from an enumeration session started byexecQueryInstances
.WBEMClient.getInstancesWithPath
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPath
shall use the enumeration context provided to get the next set of instances for the enumeration session.WBEMClient.getQualifierType
(CIMObjectPath pName) Get aCIMQualifierType
.void
WBEMClient.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 theCIMObjectPath
s 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) referencePaths
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMObjectPath
objects.WBEMClient.references
(CIMObjectPath pInstancePath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) references
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMInstance
objects. -
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 CIMInstance
CIMHelper.CIMInstanceWithSynchonizedNumericKeyDataTypes
(CIMObjectPath pObjectPath, CIMProperty<?>[] pProps) CIMInstanceWithSynchonizedNumericKeyDataTypes returns aCIMInstance
where the data types of all numeric keys in theCIMObjectPath
match those of the corresponding keys within theCIMProperty[]
.static URI
CIMHelper.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 CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pObjPathStr) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pObjName, String pNameSpace) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildLocalPathBuilder.getBasePath()
getBasePathCIMRequest.getObjectPath()
getObjectPathstatic CIMObjectPath
CIMXMLParserImpl.parseCLASSNAME
(Element pClassNameE) parseCLASSNAMEstatic CIMObjectPath
CIMXMLParserImpl.parseCLASSPATH
(Element pClassPathE) parseCLASSPATHstatic CIMObjectPath
CIMXMLParserImpl.parseINSTANCENAME
(Element pInstanceNameE) parseINSTANCENAMEstatic CIMObjectPath
CIMXMLParserImpl.parseINSTANCEPATH
(Element pInstancePathE) parseINSTANCEPATHstatic CIMObjectPath
CIMXMLParserImpl.parseLOCALCLASSPATH
(Element pClassPathE) parseLOCALCLASSPATHstatic CIMObjectPath
CIMXMLParserImpl.parseLOCALINSTANCEPATH
(Element pLocalInstancePathE) parseLOCALINSTANCEPATHstatic CIMObjectPath
CIMXMLParserImpl.parseNAMESPACEPATH
(Element pNameSpacePathE) parseNAMESPACEPATHstatic CIMObjectPath
CIMXMLParserImpl.parseOBJECTPATH
(Element pObjectPathE) parseOBJECTPATHstatic CIMObjectPath[]
CIMXMLParserImpl.parseVALUEREFARRAY
(Element pValueRefArrayE) parseVALUEREFARRAYstatic CIMObjectPath
CIMXMLParserImpl.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 Element
CIMClientXML_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 CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pObjPathStr) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pObjName, String pNameSpace) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.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 Element
CIMXMLBuilderImpl.createCLASSPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createCLASSPATHCIMClientXML_HelperImpl.createInstance_request
(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) createInstance_requeststatic Element
CIMXMLBuilderImpl.createINSTANCENAME
(Document doc, Element parentE, CIMObjectPath instanceOP) createINSTANCENAMEstatic Element
CIMXMLBuilderImpl.createINSTANCEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createINSTANCEPATHstatic Element
CIMXMLBuilderImpl.createIRETURNVALUE_ASSOCIATORS_NAMES
(Document pDoc, Element pParentE, CIMObjectPath[] pResultSet) createIRETURNVALUE_ASSOCIATORS_NAMESstatic Element
CIMXMLBuilderImpl.createLOCALCLASSPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALCLASSPATHstatic Element
CIMXMLBuilderImpl.createLOCALINSTANCEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALINSTANCEPATHstatic Element
CIMXMLBuilderImpl.createLOCALNAMESPACEPATH
(Document pDoc, Element pParentE, CIMObjectPath pName) createLOCALNAMESPACEPATHstatic Element
CIMXMLBuilderImpl.createLOCALOBJECTPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALOBJECTPATHstatic Element
CIMXMLBuilderImpl.createNAMESPACEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createNAMESPACEPATHstatic Element
CIMXMLBuilderImpl.createOBJECTNAME
(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTNAMEstatic Element
CIMXMLBuilderImpl.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 Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
CIMXMLBuilderImpl.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 Element
CIMClientXML_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 CIMClass
CIMXMLParserImpl.parseCLASS
(Element pClassE, CIMObjectPath pObjectPath) parseCLASSstatic CIMInstance
CIMXMLParserImpl.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 void
CIMXMLParserImpl.setLocalObjectPath
(CIMObjectPath pLocalOp) setLocalObjectPathvoid
CIMRequest.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 Object
SAXHelper.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 CIMObjectPath
AbstractObjectNode.iLocalPath
protected CIMObjectPath
AbstractMethodCallNode.iPath
Methods 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 String
MOF.objectHandle
(CIMObjectPath pPath) objectHandlestatic String
MOF.objectHandle
(CIMObjectPath pPath, boolean pTyped, boolean pLocal) objectHandlestatic String
MOF.objectHandleAsRef
(CIMObjectPath pPath) objectHandleAsRefstatic String
MOF.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) void
WBEMClientCIMXML.closeEnumeration
(CIMObjectPath pObjectName, String pEnumerationContext) void
WBEMClientCIMXML.deleteClass
(CIMObjectPath pPath) void
WBEMClientCIMXML.deleteInstance
(CIMObjectPath pPath) void
WBEMClientCIMXML.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) void
WBEMClientCIMXML.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.