|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.wssclient.Node
public class Node
Node encapsulates infosource node information.
Constructor Summary | |
---|---|
Node() |
Method Summary | |
---|---|
Integer |
getDocCount() Returns the number of documents under the node. |
String |
getFedId() Returns the ID of the federated instance. |
List |
getFullpath() Returns a list of names of the nodes in the full path of the infosource node. |
List |
getFullpathIds() Returns a list of infosource node IDs in the full path to the node. |
String |
getId() Returns the ID of the infosource node. |
String |
getName() Gets the name of the infosource node. |
Boolean |
isHasChildren() Returns a Boolean value indicating if the node has children. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node()
Method Detail |
---|
public Integer getDocCount()
public String getFedId()
String
public List getFullpath()
String
public List getFullpathIds()
String
public Boolean isHasChildren()
public String getId()
public String getName()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |