Interface BatchHandle
- All Known Implementing Classes:
BatchCIMClient
public interface BatchHandle
-
Method Summary
Modifier and TypeMethodDescriptionintassociatorNames(CIMObjectPath pPath) intassociatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) intassociators(CIMObjectPath pPath) intassociators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) intcreateClass(CIMObjectPath pPath, CIMClass pClass) intcreateInstance(CIMObjectPath pPath, CIMInstance pInstance) intcreateNameSpace(CIMNameSpace pNamespace) intcreateQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) intdeleteClass(CIMObjectPath pPath) intdeleteInstance(CIMObjectPath pPath) intdeleteNameSpace(CIMNameSpace pNamespace) intdeleteQualifierType(CIMObjectPath pPath) intenumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin) intenumerateClassNames(CIMObjectPath pPath, boolean pDeep) intintenumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) intenumNameSpace(CIMNameSpace pNamespace) intenumQualifierTypes(CIMObjectPath pPath) intexecQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) intgetClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) intgetInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) intgetProperty(CIMObjectPath pPath, String pName) intgetQualifierType(CIMObjectPath pPath) intinvokeMethod(CIMObjectPath pPath, String pName, Vector pInParameters, Vector pOutParameters) intreferenceNames(CIMObjectPath pPath) intreferenceNames(CIMObjectPath pPath, String pResultClass, String pRole) intreferences(CIMObjectPath pPath) intreferences(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList) intsetClass(CIMObjectPath pPath, CIMClass pClass) intsetInstance(CIMObjectPath pPath, CIMInstance pInstance) intsetProperty(CIMObjectPath pPath, String pName) intsetProperty(CIMObjectPath pPath, String pName, CIMValue pValue) intsetQualifierType(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
-