|
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.client.Node
public class Node
Node encapsulates infosource node information.
Constructor Summary | |
---|---|
Node() |
|
Node(String id, String fedId, String name, Integer docCount, Boolean hasChildren, String[] fullpath, String[] fullpathIds) |
Method Summary | |
---|---|
Integer |
getDocCount() Returns the number of documents under the node. |
String |
getFedId() Returns the ID of the federated instance. |
String[] |
getFullpath() Returns an array of names of the nodes in the full path of the infosource node. |
String[] |
getFullpathIds() Returns an array of infosource node IDs in the full path to the node. |
Boolean |
getHasChildren() Returns a Boolean value indicating if the node has children. |
String |
getId() Returns the ID of the infosource node. |
String |
getName() Returns the name of the infosource node. |
Boolean |
isHasChildren() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node()
public Node(String id, String fedId, String name, Integer docCount, Boolean hasChildren, String[] fullpath, String[] fullpathIds)
id
- ID of the infosource nodefedId
- ID of the federated instancename
- name of the infosource nodedocCount
- number of documents under the infosource nodehasChildren
- indicates if the node has any childrenfullpath
- full infosource path to the nodefullpathIds
- IDs of each node in the full path to the nodeMethod Detail |
---|
public String getId()
public String getFedId()
public String getName()
public Integer getDocCount()
public Boolean getHasChildren()
public Boolean isHasChildren()
public String[] getFullpath()
public String[] getFullpathIds()
|
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 |