Interface MTSymbolFilterQuery
- All Known Subinterfaces:
MTEntityPropertyQuery
public interface MTSymbolFilterQuery
An MT query that can be filtered on a set of symbols in the repository.
-
Method Summary
Modifier and TypeMethodDescriptionwithSymbolFilter
(List<MTNamedQuery> filter) Filters results based on a set of symbols obtained by executing one or more named queries with symbols as result.
-
Method Details
-
withSymbolFilter
Filters results based on a set of symbols obtained by executing one or more named queries with symbols as result. It is up to the implementing query to decide how this filter is used.
-