ICfgQuery<TT>
, ICfgQueryObjectClass<TT>
public class CfgXPathBasedQuery<TT extends ICfgObject> extends CfgQuery<TT> implements ICfgQueryObjectClass<TT>
RequestReadObjects2
.Constructor | Description |
---|---|
CfgXPathBasedQuery() |
Creates a new uninitialized instance of query.
|
CfgXPathBasedQuery(int objType,
java.lang.String xpath) |
Creates a new instance of query.
|
CfgXPathBasedQuery(IConfService service) |
Deprecated.
Use constructor without configuration service parameter.
|
CfgXPathBasedQuery(IConfService service,
int objType,
java.lang.String xpath) |
Deprecated.
Use constructor without configuration service parameter.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
CfgObjectType |
getCfgObjectType() |
Gets configuration server object type.
|
int |
getObjectType() |
Gets configuration server object type id.
|
java.lang.Class<TT> |
getQueryObjectClass() |
|
java.lang.String |
getXPath() |
Gets configuration server XPath query expression.
|
int |
hashCode() |
|
void |
setObjectType(int objType) |
Sets configuration server object type parameter value for the query.
|
void |
setXPath(java.lang.String xpath) |
Sets configuration server XPath query expression.
|
java.lang.String |
toString() |
beginExecute, endExecute, execute, execute, executeSingleResult, executeSingleResult
public CfgXPathBasedQuery()
public CfgXPathBasedQuery(int objType, java.lang.String xpath)
objType
- configuration server object type.xpath
- configuration server specific XPath query expression.setObjectType(int)
,
setXPath(java.lang.String)
@Deprecated public CfgXPathBasedQuery(IConfService service)
service
- reference to IConfService to be used for query execution.@Deprecated public CfgXPathBasedQuery(IConfService service, int objType, java.lang.String xpath)
service
- reference to IConfService to be used for query execution.objType
- configuration server object type.xpath
- configuration server specific XPath query expression.setObjectType(int)
,
setXPath(java.lang.String)
public java.lang.Class<TT> getQueryObjectClass()
getQueryObjectClass
in interface ICfgQueryObjectClass<TT extends ICfgObject>
public void setObjectType(int objType)
setXPath(java.lang.String)
).objType
- CfgObjectType
ordinal value.public int getObjectType()
CfgObjectType
ordinal value.public CfgObjectType getCfgObjectType()
CfgObjectType
value.public void setXPath(java.lang.String xpath)
setObjectType(int)
).xpath
- configuration server specific XPath query expression.public java.lang.String getXPath()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.