Uses of Interface
org.hcjf.layers.query.Queryable.DataSource
-
Packages that use Queryable.DataSource Package Description org.hcjf.layers.query org.hcjf.layers.query.evaluators -
-
Uses of Queryable.DataSource in org.hcjf.layers.query
Classes in org.hcjf.layers.query that implement Queryable.DataSource Modifier and Type Class Description static classQueryable.ReadableDataSourceThis data source find all the resources that implementsReadRowsLayerInterfaceinterfaceMethods in org.hcjf.layers.query with parameters of type Queryable.DataSource Modifier and Type Method Description <O> java.util.Collection<O>ParameterizedQuery. evaluate(Queryable.DataSource<O> dataSource)This method evaluate each object of the collection and sort filtered object to create a result add with the object filtered and sorted.<O> java.util.Collection<O>ParameterizedQuery. evaluate(Queryable.DataSource<O> dataSource, Queryable.Consumer<O> consumer)This method evaluate each object of the collection and sort filtered object to create a result add with the object filtered and sorted.<O> java.util.Collection<O>Query. evaluate(Queryable.DataSource<O> dataSource)This method evaluate each object of the collection and sort filtered object to create a result add with the object filtered and sorted.<O> java.util.Collection<O>Query. evaluate(Queryable.DataSource<O> dataSource, Queryable.Consumer<O> consumer)This method evaluate each object of the collection and sort filtered object to create a result add with the object filtered and sorted.<O> java.util.Collection<O>Queryable. evaluate(Queryable.DataSource<O> dataSource)This method evaluate each object of the collection and sort filtered object to create a result add with the object filtered and sorted.<O> java.util.Collection<O>Queryable. evaluate(Queryable.DataSource<O> dataSource, Queryable.Consumer<O> consumer)This method evaluate each object of the collection and sort filtered object to create a result add with the object filtered and sorted.java.lang.ObjectParameterizedQuery.ParameterizedConsumer. get(java.lang.Object instance, QueryParameter queryParameter, Queryable.DataSource dataSource)Call the implementation of the inner consumer instance.<R> RQueryable.Consumer. get(O instance, QueryParameter queryParameter, Queryable.DataSource<O> dataSource)Get naming information from an instance.<R> RQueryable.IntrospectionConsumer. get(O instance, QueryParameter queryParameter, Queryable.DataSource<O> dataSource)Get naming information from an instance.<R> RQueryable.Consumer. resolveFunction(QueryFunction function, java.lang.Object instance, Queryable.DataSource<O> dataSource)This method must resolve the functions that are used into the query object.<R> RQueryable.DefaultConsumer. resolveFunction(QueryFunction function, java.lang.Object instance, Queryable.DataSource<O> dataSource)This method must resolve the functions that are used into the query object. -
Uses of Queryable.DataSource in org.hcjf.layers.query.evaluators
Methods in org.hcjf.layers.query.evaluators with parameters of type Queryable.DataSource Modifier and Type Method Description booleanAnd. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)Makes a and concatenation with all the inner evaluatorsbooleanBooleanEvaluator. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)booleanDistinct. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)Evaluate if the evaluator's value and the object's value in the specified field of the parameter instance are distinct.booleanEquals. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)Evaluate if the evaluator's value and the object's value in the specified field of the parameter instance are equals.booleanEvaluator. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)This method must be implemented for each particular implementation to evaluate some details about instances of the data collection.booleanGreaterThan. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)Evaluate if the field's value of the instance is greater than the parameter value.booleanIn. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)booleanLike. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)booleanNotIn. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)booleanOr. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)Evaluate all the inner evaluators.booleanSmallerThan. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)booleanTrueEvaluator. evaluate(java.lang.Object object, Queryable.DataSource dataSource, Queryable.Consumer consumer)Every time return true.protected java.lang.ObjectFieldEvaluator. getProcessedLeftValue(java.lang.Object currentResultSetElement, Queryable.DataSource dataSource, Queryable.Consumer consumer)Returns the left processed value for the specific data source and consumer.protected java.lang.ObjectFieldEvaluator. getProcessedRightValue(java.lang.Object currentResultSetElement, Queryable.DataSource dataSource, Queryable.Consumer consumer)Returns the right processed value for the specific data source and consumer.protected java.lang.ObjectBaseEvaluator. getProcessedValue(java.lang.Object currentResultSetElement, java.lang.Object rawValue, Queryable.DataSource dataSource, Queryable.Consumer consumer)Return the value to compare with the field's object of the data collection's instance.java.lang.ObjectBaseEvaluator.QueryValue. process(Queryable.DataSource dataSource, Queryable.Consumer consumer)Evaluate the sub-query a return the collection result set as value.java.lang.ObjectBaseEvaluator.ReplaceableValue. process(Queryable.DataSource dataSource, Queryable.Consumer consumer)Return the processed value.java.lang.ObjectBaseEvaluator.UnprocessedValue. process(Queryable.DataSource dataSource, Queryable.Consumer consumer)Return the processed value.
-