|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation
org.sblim.cimclient.internal.wbem.operations.CIMGetClassOp
public class CIMGetClassOp
CIMGetClassOp
Field Summary | |
---|---|
protected boolean |
iIncludeClassOrigin
|
protected boolean |
iIncludeQualifiers
|
protected boolean |
iLocalOnly
|
protected String[] |
iPropertyList
|
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation |
---|
iMethodCall, iNameSpace, iObjectName, iResult |
Constructor Summary | |
---|---|
CIMGetClassOp(CIMObjectPath pObjectName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Ctor. |
Method Summary | |
---|---|
String[] |
getPropertyLis()
Deprecated. Typo in method name. Use getPropertyList() instead |
String[] |
getPropertyList()
Returns propertyList |
boolean |
isIncludeClassOrigin()
Returns includeClassOrigin |
boolean |
isIncludeQualifiers()
Returns includeQualifiers |
boolean |
isLocalOnly()
Returns localOnly |
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation |
---|
getResult |
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation |
---|
getMethodCall, getNameSpace, getObjectName, isException, setNameSpace, setResult |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean iLocalOnly
protected boolean iIncludeQualifiers
protected boolean iIncludeClassOrigin
protected String[] iPropertyList
Constructor Detail |
---|
public CIMGetClassOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
pObjectName
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- Method Detail |
---|
public boolean isIncludeClassOrigin()
public boolean isIncludeQualifiers()
public boolean isLocalOnly()
public String[] getPropertyList()
@Deprecated public String[] getPropertyLis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |