public class CIMClientXML_HelperImpl
extends java.lang.Object
Constructor and Description |
---|
CIMClientXML_HelperImpl()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
associatorClasses_request(org.w3c.dom.Document pDoc,
CIMObjectPath pObjectName,
java.lang.String pAssocClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
associatorClasses_request
|
org.w3c.dom.Element |
associatorInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pObjectName,
java.lang.String pAssocClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
associatorInstances_request
|
org.w3c.dom.Element |
associatorNames_request(org.w3c.dom.Document pDoc,
CIMObjectPath pObjectName,
java.lang.String pAssocClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole)
associatorNames_request
|
static org.w3c.dom.Element |
associatorNames_response(org.w3c.dom.Document pDoc,
CIMObjectPath[] pPathA)
associatorNames_response
|
org.w3c.dom.Element |
associators_request(org.w3c.dom.Document pDoc,
CIMObjectPath pObjectName,
java.lang.String pAssocClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
associators_request
|
static org.w3c.dom.Element |
associators_response(org.w3c.dom.Document pDoc,
CIMNamedElementInterface[] pNamedElementA)
associators_response
|
org.w3c.dom.Element |
CloseEnumeration_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pEnumerationContext)
CloseEnumeration_request
|
org.w3c.dom.Element |
createCIMMessage(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pRequestE)
createCIMMessage
|
org.w3c.dom.Element |
createClass_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
createClass_request
|
org.w3c.dom.Document |
createIndication_response(CIMError error)
createIndication_response
|
org.w3c.dom.Element |
createInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pName,
CIMInstance pInstance)
createInstance_request
|
org.w3c.dom.Element |
createMultiReq(org.w3c.dom.Document pDoc)
createMultiReq
|
org.w3c.dom.Element |
createQualifierType_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
createQualifierType_request : This has been replaced by
setQualifierType_request
|
org.w3c.dom.Element |
deleteClass_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath)
deleteClass_request
|
org.w3c.dom.Element |
deleteInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pName)
deleteInstance_request
|
org.w3c.dom.Element |
deleteQualifierType_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath)
deleteQualifierType_request
|
static void |
dumpDocument(java.io.OutputStream pOS,
org.w3c.dom.Document pDoc)
Serializes a given DOM document as (CIM-)XML to a given output stream.
|
org.w3c.dom.Element |
enumerateClasses_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
enumerateClasses_request
|
static org.w3c.dom.Element |
enumerateClasses_response(org.w3c.dom.Document pDoc,
CIMClass[] pClA)
enumerateClasses_response
|
org.w3c.dom.Element |
enumerateClassNames_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance)
enumerateClassNames_request
|
org.w3c.dom.Element |
enumerateInstanceNames_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath)
enumerateInstanceNames_request
|
org.w3c.dom.Element |
enumerateInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
enumerateInstances_request
|
static org.w3c.dom.Element |
enumerateInstances_response(org.w3c.dom.Document pDoc,
CIMInstance[] pInstA)
enumerateInstances_response
|
org.w3c.dom.Element |
EnumerationCount_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pEnumerationContext)
EnumerationCount_request
|
org.w3c.dom.Element |
enumQualifierTypes_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath)
enumQualifierTypes_request
|
static org.w3c.dom.Element |
enumQualifierTypes_response(org.w3c.dom.Document pDoc,
CIMQualifierType<?>[] pQualiTypeA)
enumQualifierTypes_response
|
org.w3c.dom.Element |
execQuery_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage)
execQuery_request
|
org.w3c.dom.Element |
getClass_request(org.w3c.dom.Document pDoc,
CIMObjectPath pName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
getClass_request
|
javax.xml.parsers.DocumentBuilder |
getDocumentBuilder()
getDocumentBuilder
|
org.w3c.dom.Element |
getInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
getInstance_request
|
org.w3c.dom.Element |
getProperty_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pPropertyName)
getProperty_request
|
org.w3c.dom.Element |
getQualifier_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pQt)
getQualifier_request
|
org.w3c.dom.Element |
invokeMethod_request(org.w3c.dom.Document pDoc,
CIMObjectPath pLocalPath,
java.lang.String pMethodName,
CIMArgument<?>[] pInArgs)
invokeMethod_request
|
static org.w3c.dom.Element |
invokeMethod_response(org.w3c.dom.Document pDoc,
java.lang.String pMethodName,
CIMObjectPath pLocalPath,
java.lang.Object pRetVal,
CIMArgument<?>[] pOutArgA)
invokeMethod_response
|
org.w3c.dom.Document |
newDocument()
newDocument
|
org.w3c.dom.Element |
OpenAssociatorInstancePaths_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pAssocClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
java.lang.String pFilterQueryLanguage,
java.lang.String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
pAssociatorPaths_request
|
org.w3c.dom.Element |
OpenAssociatorInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pAssocClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList,
java.lang.String pFilterQueryLanguage,
java.lang.String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenAssociatorInstances_request
|
org.w3c.dom.Element |
OpenEnumerateInstancePaths_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pFilterQueryLanguage,
java.lang.String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstancePaths_request
|
org.w3c.dom.Element |
OpenEnumerateInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList,
java.lang.String pFilterQueryLanguage,
java.lang.String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstances_request
|
org.w3c.dom.Element |
OpenQueryInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pFilterQuery,
java.lang.String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount,
CIMClass pQueryResultClass)
OpenQueryInstances_request
|
org.w3c.dom.Element |
OpenReferenceInstancePaths_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pFilterQueryLanguage,
java.lang.String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
referencePaths_request
|
org.w3c.dom.Element |
OpenReferenceInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList,
java.lang.String pFilterQueryLanguage,
java.lang.String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
references_request
|
org.w3c.dom.Document |
parse(org.xml.sax.InputSource pIS)
parse
|
org.w3c.dom.Element |
performBatchOperation_request(org.w3c.dom.Document pDoc,
java.util.Vector<CIMOperation> pOperations)
performBatchOperation_request
|
org.w3c.dom.Element |
PullInstancePaths_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancePaths_request
|
org.w3c.dom.Element |
PullInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstances_request
|
org.w3c.dom.Element |
PullInstancesWithPath_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancesWithPath_request
|
org.w3c.dom.Element |
referenceClasses_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
referenceClasses_request
|
org.w3c.dom.Element |
referenceInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
referenceInstances_request
|
org.w3c.dom.Element |
referenceNames_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole)
referenceNames_request
|
org.w3c.dom.Element |
references_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
references_request
|
static void |
serialize(java.io.OutputStream pOS,
org.w3c.dom.Document pDoc)
Serializes a given DOM document as (CIM-)XML to a given output stream
|
org.w3c.dom.Element |
setClass_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
setClass_request
|
void |
setId(int pId)
Sets the message id counter to a given value.
|
org.w3c.dom.Element |
setInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList)
setInstance_request
|
org.w3c.dom.Element |
setProperty_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pPropertyName,
java.lang.Object pNewValue)
setProperty_request
|
org.w3c.dom.Element |
setQualifierType_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
setQualifierType_request
|
public CIMClientXML_HelperImpl() throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public javax.xml.parsers.DocumentBuilder getDocumentBuilder()
public org.w3c.dom.Document newDocument()
public org.w3c.dom.Document parse(org.xml.sax.InputSource pIS) throws java.io.IOException, org.xml.sax.SAXException
pIS
- java.io.IOException
org.xml.sax.SAXException
public static void serialize(java.io.OutputStream pOS, org.w3c.dom.Document pDoc) throws java.io.IOException
pOS
- The output streampDoc
- The documentsjava.io.IOException
- Whenever something goes wrongpublic static void dumpDocument(java.io.OutputStream pOS, org.w3c.dom.Document pDoc) throws java.io.IOException
pOS
- The output streampDoc
- The documentsjava.io.IOException
public org.w3c.dom.Element createCIMMessage(org.w3c.dom.Document pDoc, org.w3c.dom.Element pRequestE)
pDoc
- pRequestE
- public org.w3c.dom.Element createMultiReq(org.w3c.dom.Document pDoc)
pDoc
- public org.w3c.dom.Element associatorNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- WBEMException
public static org.w3c.dom.Element associatorNames_response(org.w3c.dom.Document pDoc, CIMObjectPath[] pPathA)
pDoc
- pPathA
- public org.w3c.dom.Element associatorInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element associatorClasses_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element associators_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public static org.w3c.dom.Element associators_response(org.w3c.dom.Document pDoc, CIMNamedElementInterface[] pNamedElementA)
pDoc
- pNamedElementA
- public org.w3c.dom.Element enumerateInstanceNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public org.w3c.dom.Element enumerateInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pDeepInheritance
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element getInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pName
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element deleteInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName) throws WBEMException
pDoc
- pName
- WBEMException
public org.w3c.dom.Element getClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pName
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element createInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, CIMInstance pInstance) throws WBEMException
pDoc
- pName
- pInstance
- WBEMException
public org.w3c.dom.Element invokeMethod_request(org.w3c.dom.Document pDoc, CIMObjectPath pLocalPath, java.lang.String pMethodName, CIMArgument<?>[] pInArgs) throws WBEMException
pDoc
- pLocalPath
- pMethodName
- pInArgs
- WBEMException
public static org.w3c.dom.Element invokeMethod_response(org.w3c.dom.Document pDoc, java.lang.String pMethodName, CIMObjectPath pLocalPath, java.lang.Object pRetVal, CIMArgument<?>[] pOutArgA) throws WBEMException
pDoc
- pMethodName
- pLocalPath
- pRetVal
- pOutArgA
- WBEMException
public org.w3c.dom.Document createIndication_response(CIMError error)
error
- public org.w3c.dom.Element createClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
pDoc
- pPath
- pClass
- WBEMException
public org.w3c.dom.Element getQualifier_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pQt) throws WBEMException
pDoc
- pPath
- pQt
- WBEMException
public org.w3c.dom.Element createQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
pDoc
- pPath
- pQt
- WBEMException
public org.w3c.dom.Element deleteClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public org.w3c.dom.Element deleteQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public org.w3c.dom.Element enumerateClasses_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
pDoc
- pPath
- pDeepInheritance
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- public static org.w3c.dom.Element enumerateClasses_response(org.w3c.dom.Document pDoc, CIMClass[] pClA)
pDoc
- pClA
- public static org.w3c.dom.Element enumerateInstances_response(org.w3c.dom.Document pDoc, CIMInstance[] pInstA)
pDoc
- pInstA
- public org.w3c.dom.Element enumerateClassNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance)
pDoc
- pPath
- pDeepInheritance
- public org.w3c.dom.Element getProperty_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pPropertyName) throws WBEMException
pDoc
- pPath
- pPropertyName
- WBEMException
public org.w3c.dom.Element referenceNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- WBEMException
public org.w3c.dom.Element referenceClasses_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element referenceInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element references_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public org.w3c.dom.Element setClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
pDoc
- pPath
- pClass
- WBEMException
public org.w3c.dom.Element setInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pInstance
- pIncludeQualifiers
- pPropertyList
- WBEMException
public org.w3c.dom.Element setProperty_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pPropertyName, java.lang.Object pNewValue) throws WBEMException
pDoc
- pPath
- pPropertyName
- pNewValue
- WBEMException
public org.w3c.dom.Element setQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
pDoc
- pPath
- pQt
- WBEMException
public org.w3c.dom.Element enumQualifierTypes_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public static org.w3c.dom.Element enumQualifierTypes_response(org.w3c.dom.Document pDoc, CIMQualifierType<?>[] pQualiTypeA) throws WBEMException
pDoc
- pQualiTypeA
- WBEMException
public org.w3c.dom.Element execQuery_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pQuery, java.lang.String pQueryLanguage)
pDoc
- pPath
- pQuery
- pQueryLanguage
- public org.w3c.dom.Element performBatchOperation_request(org.w3c.dom.Document pDoc, java.util.Vector<CIMOperation> pOperations) throws WBEMException
pDoc
- pOperations
- WBEMException
public void setId(int pId)
pId
- The new valuepublic org.w3c.dom.Element OpenAssociatorInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element OpenAssociatorInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeClassOrigin
- pPropertyList
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element OpenEnumerateInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element OpenEnumerateInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pPropertyList
- pIncludeClassOrigin
- pDeepInheritance
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element EnumerationCount_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pEnumerationContext) throws WBEMException
pDoc
- pPath
- pEnumerationContext
- WBEMException
public org.w3c.dom.Element CloseEnumeration_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pEnumerationContext) throws WBEMException
pDoc
- pPath
- pEnumerationContext
- WBEMException
public org.w3c.dom.Element OpenReferenceInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element OpenReferenceInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeClassOrigin
- pPropertyList
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element OpenQueryInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pFilterQuery, java.lang.String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) throws WBEMException
pDoc
- pPath
- pFilterQuery
- pFilterQueryLanguage
- pReturnQueryResultClass
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- pQueryResultClass
- WBEMException
public org.w3c.dom.Element PullInstancesWithPath_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pContext
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element PullInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pContext
- pMaxObjectCount
- WBEMException
public org.w3c.dom.Element PullInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pContext
- pMaxObjectCount
- WBEMException
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.