Package ch.tocco.nice2.dms.spi.tree
Interface ChildOfConditionBuilder
- All Known Implementing Classes:
DefaultChildOfConditionBuilder
,ResourceChildOfConditionBuilder
public interface ChildOfConditionBuilder
Builds the child-of condition to add to the where clause of a query.
If a child entity model requires special handling, its own builder can be
implemented and added to the contribution 'nice2.dms.ChildOfConditionBuilders'.
-
Method Summary
Modifier and TypeMethodDescriptionbuildChildOfCondition
(ContentTreeNode parentNode, EntityModel childEntityModel)
-
Method Details
-
buildChildOfCondition
-