Interface BatchHandle
- All Known Implementing Classes:
BatchCIMClient
public interface BatchHandle
-
Method Summary
Modifier and TypeMethodDescriptionint
associatorNames
(CIMObjectPath pPath) int
associatorNames
(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) int
associators
(CIMObjectPath pPath) int
associators
(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) int
createClass
(CIMObjectPath pPath, CIMClass pClass) int
createInstance
(CIMObjectPath pPath, CIMInstance pInstance) int
createNameSpace
(CIMNameSpace pNamespace) int
createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) int
deleteClass
(CIMObjectPath pPath) int
deleteInstance
(CIMObjectPath pPath) int
deleteNameSpace
(CIMNameSpace pNamespace) int
deleteQualifierType
(CIMObjectPath pPath) int
enumerateClasses
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin) int
enumerateClassNames
(CIMObjectPath pPath, boolean pDeep) int
int
enumerateInstances
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) int
enumNameSpace
(CIMNameSpace pNamespace) int
enumQualifierTypes
(CIMObjectPath pPath) int
execQuery
(CIMObjectPath pPath, String pQuery, String pQueryLanguage) int
getClass
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) int
getInstance
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) int
getProperty
(CIMObjectPath pPath, String pName) int
getQualifierType
(CIMObjectPath pPath) int
invokeMethod
(CIMObjectPath pPath, String pName, Vector pInParameters, Vector pOutParameters) int
referenceNames
(CIMObjectPath pPath) int
referenceNames
(CIMObjectPath pPath, String pResultClass, String pRole) int
references
(CIMObjectPath pPath) int
references
(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) int
setClass
(CIMObjectPath pPath, CIMClass pClass) int
setInstance
(CIMObjectPath pPath, CIMInstance pInstance) int
setProperty
(CIMObjectPath pPath, String pName) int
setProperty
(CIMObjectPath pPath, String pName, CIMValue pValue) int
setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType)
-
Method Details
-
getOperations
Vector getOperations() -
associatorNames
-
associatorNames
int associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) -
associators
-
associators
-
createClass
-
createInstance
-
createNameSpace
-
createQualifierType
-
deleteClass
-
deleteInstance
-
deleteNameSpace
-
deleteQualifierType
-
enumerateClasses
int enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin) -
enumerateClassNames
-
enumerateInstanceNames
-
enumerateInstances
int enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) -
enumNameSpace
-
enumQualifierTypes
-
execQuery
-
getClass
int getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) -
getInstance
int getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) -
getProperty
-
getQualifierType
-
invokeMethod
-
referenceNames
-
referenceNames
-
references
-
references
int references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) -
setClass
-
setInstance
-
setProperty
-
setProperty
-
setQualifierType
-