Uses of Interface
org.hansken.plugin.extraction.hql_lite.lang.human.matcher.HqlMatcher
-
Packages that use HqlMatcher Package Description org.hansken.plugin.extraction.hql_lite.lang.human org.hansken.plugin.extraction.hql_lite.lang.human.matcher -
-
Uses of HqlMatcher in org.hansken.plugin.extraction.hql_lite.lang.human
Methods in org.hansken.plugin.extraction.hql_lite.lang.human that return HqlMatcher Modifier and Type Method Description static HqlMatcherHqlLiteHumanQueryParser. parse(String query, String sdkVersion)This method parses an hql-lite query and creates aHqlMatchermatcher that can be used to verify whether an incomingTracecan be processed by the external plugin. -
Uses of HqlMatcher in org.hansken.plugin.extraction.hql_lite.lang.human.matcher
Methods in org.hansken.plugin.extraction.hql_lite.lang.human.matcher with parameters of type HqlMatcher Modifier and Type Method Description static org.hansken.plugin.extraction.hql_lite.lang.human.matcher.AndHqlMatcherQueryBuilders. and(HqlMatcher... queries)Builds an AndQuery, matching all traces that match all subqueries.static org.hansken.plugin.extraction.hql_lite.lang.human.matcher.DataHqlMatcherQueryBuilders. data(HqlMatcher matcher)Builds aDataHqlMatcher, matching thematcherwith the HQL query expanding with the current datastream.static booleanHqlMatcher. matches(PluginType type, HqlMatcher matcher, Trace trace, String dataType)static org.hansken.plugin.extraction.hql_lite.lang.human.matcher.NotHqlMatcherQueryBuilders. not(HqlMatcher matcher)Builds an NotQuery, matching all traces that do not match the subquery.static org.hansken.plugin.extraction.hql_lite.lang.human.matcher.OrHqlMatcherQueryBuilders. or(HqlMatcher... queries)Builds an OrQuery, matching all traces that match any subquery.Method parameters in org.hansken.plugin.extraction.hql_lite.lang.human.matcher with type arguments of type HqlMatcher Modifier and Type Method Description static org.hansken.plugin.extraction.hql_lite.lang.human.matcher.TypeHqlMatcherQueryBuilders. type(List<HqlMatcher> matchers)Builds a TypeHqlMatcher, matching all traces that have all of the suppliedImmutableTrace.types()equal to the values supplied withmatchers.
-