com.togethersoft.openapi.model.extension
Interface ChildNodesProvider


public interface ChildNodesProvider
extends ChildrenProvider

This provider should behaves exactly as ChildrenProvider.
The only difference is it will be used also for childNodes
operation of Container as well as for children.
Thus this provider must list only Entity's uniquenames (though other
would be successfully ignored) and include only those Entitys, which
are nodes.

Author:
TogetherSoft

Methods inherited from interface com.togethersoft.openapi.model.extension.ChildrenProvider
children, isApplicable