com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.nodes
Interface NodesFactory


public interface NodesFactory

UNSTABLE API! SPI for creating node from key and children key. Implementation is registered to FilterConfig.


Method Summary
 Node createNode(Object obj)
          Creates node for input key (any object, DFItem, etc.)
 List getChildrenKeys(Object parent)
          Creates keys of nodes for parent key
 

Method Detail

createNode

Node createNode(Object obj)
Creates node for input key (any object, DFItem, etc.)

Parameters:
obj - The i nput key (any object, DFItem, etc.)

getChildrenKeys

List getChildrenKeys(Object parent)
Creates keys of nodes for parent key

Parameters:
parent - - key of parent node
Returns:
The list of created keys used in Children.Keys

com.im.ijc.core/1 5.9.4