Package com.webmethods.bpm.noodle
Interface INdlNodeSession
public interface INdlNodeSession
When a list of palette nodes are returned, they
need some context to manage filters, events, etc...
-
Method Summary
Modifier and TypeMethodDescriptionfilterNodes
(List<? extends INode> nodes) Filter this set of nodes based up on current filtersCreates an modifiable list on the flyboolean
Whether the node should be filtered
-
Method Details
-
getFilters
List<INdlNodeFilter> getFilters()Creates an modifiable list on the fly -
filterNodes
Filter this set of nodes based up on current filters -
hasAccess
Whether the node should be filtered- Returns:
- true if the current user should be allowed access
-