|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgQuery<TT>
com.genesyslab.platform.applicationblocks.com.CfgXPathBasedQuery<TT>
public class CfgXPathBasedQuery<TT extends ICfgObject>
This class represents a very special query type for configuration server objects read request.
Disclaimer: It is used for internal undocumented XPath requests supportRequestReadObjects2
.
Constructor Summary | |
---|---|
CfgXPathBasedQuery()
Creates a new uninitialized 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. |
|
CfgXPathBasedQuery(int objType,
java.lang.String xpath)
Creates a new instance of query. |
Method Summary | |
---|---|
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()
|
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgQuery |
---|
beginExecute, endExecute, execute, execute, executeSingleResult, executeSingleResult |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
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
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |