public interface InterQueryRestrictableElement<Element>
| Modifier and Type | Method and Description |
|---|---|
Element |
addInterQueryElementRestrictions(String restrictingQueryName)
Adds an inter-query element restrictions to this query element for all
of the restricting query names nodes or links.
|
Element |
addInterQueryElementRestrictions(String restrictingQueryName,
String restrictingQueryElementName)
Adds an inter-query element restriction to this query element for a specific node
or link in the restricting query.
|
Collection<? extends InterQueryElementRestriction> |
interQueryElementRestrictions() |
Element addInterQueryElementRestrictions(String restrictingQueryName, String restrictingQueryElementName)
restrictingQueryName - the name of the query that restricts this element.restrictingQueryElementName - the name of the element in the query that restricts this element.Element addInterQueryElementRestrictions(String restrictingQueryName)
restrictingQueryName - the name of the element in the query restricts this element.Collection<? extends InterQueryElementRestriction> interQueryElementRestrictions()
addInterQueryElementRestrictions(java.lang.String, java.lang.String) Documentation Feedback
Copyright 2011 - 2023 Micro Focus or one of its affiliates.