Uses of Class
io.mosip.kernel.core.masterdata.util.model.Node
-
Packages that use Node Package Description io.mosip.kernel.core.masterdata.util.model io.mosip.kernel.core.masterdata.util.spi -
-
Uses of Node in io.mosip.kernel.core.masterdata.util.model
Methods in io.mosip.kernel.core.masterdata.util.model with parameters of type Node Modifier and Type Method Description booleanNode. addChild(Node<T> child)voidNode. setParent(Node<T> parent)Method parameters in io.mosip.kernel.core.masterdata.util.model with type arguments of type Node Modifier and Type Method Description booleanNode. addChilds(List<Node<T>> list) -
Uses of Node in io.mosip.kernel.core.masterdata.util.spi
Methods in io.mosip.kernel.core.masterdata.util.spi that return Node Modifier and Type Method Description Node<T>UBtree. convertToNode(T node)default Node<T>UBtree. findNode(List<Node<T>> list, String id)default Node<T>UBtree. findRootNode(Node<T> node)Method to find the root node for the input nodedefault Node<T>UBtree. searchNode(Node<T> root, String id)Method to Search Node the specified nodeMethods in io.mosip.kernel.core.masterdata.util.spi that return types with arguments of type Node Modifier and Type Method Description default List<Node<T>>UBtree. createTree(List<T> list)Method to create an unbalanced tree using the input listdefault List<Node<T>>UBtree. findLeafs(Node<T> node)Method to find the leaf nodes using the passed nodeMethods in io.mosip.kernel.core.masterdata.util.spi with parameters of type Node Modifier and Type Method Description default List<Node<T>>UBtree. findLeafs(Node<T> node)Method to find the leaf nodes using the passed nodedefault List<T>UBtree. findLeafsValue(Node<T> node)default Node<T>UBtree. findRootNode(Node<T> node)Method to find the root node for the input nodedefault TUBtree. findRootNodeValue(Node<T> node)Method to find the root node and their valuedefault List<T>UBtree. getChildHierarchy(Node<T> node)Method to fetch the hierarchy for the input nodedefault List<T>UBtree. getParentHierarchy(Node<T> node)default Node<T>UBtree. searchNode(Node<T> root, String id)Method to Search Node the specified nodeMethod parameters in io.mosip.kernel.core.masterdata.util.spi with type arguments of type Node Modifier and Type Method Description default Node<T>UBtree. findNode(List<Node<T>> list, String id)
-