Interface INdlNodeSession


public interface INdlNodeSession
When a list of palette nodes are returned, they need some context to manage filters, events, etc...
  • Method Details

    • getFilters

      List<INdlNodeFilter> getFilters()
      Creates an modifiable list on the fly
    • filterNodes

      List<INdlNode> filterNodes(List<? extends INode> nodes)
      Filter this set of nodes based up on current filters
    • hasAccess

      boolean hasAccess(INdlNode node)
      Whether the node should be filtered
      Returns:
      true if the current user should be allowed access