Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class Node

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.Node


public class Node
extends Object

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

Node

public Node()

Method Detail

getDocCount

public Integer getDocCount()
Returns the number of documents under the node.
Returns:
document count

getFedId

public String getFedId()
Returns the ID of the federated instance.
Returns:
federated instance id possible object is String

getFullpath

public List getFullpath()
Returns a list of names of the nodes in the full path of the infosource node.
Returns:
a list of paths in String

getFullpathIds

public List getFullpathIds()
Returns a list of infosource node IDs in the full path to the node.
Returns:
a list of infosource node IDs in String

isHasChildren

public Boolean isHasChildren()
Returns a Boolean value indicating if the node has children.
Returns:
true if has children, false otherwise.

getId

public String getId()
Returns the ID of the infosource node.
Returns:
infosource node ID

getName

public String getName()
Gets the name of the infosource node.
Returns:
the name of the infosource node.

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.