|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.opencrx.kernel.base.cci.QueryFilterPropertyFilterImpl
public class QueryFilterPropertyFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
QueryFilterPropertyFilterImpl(RefPackage_1_0 aPackage)
|
|
QueryFilterPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
QueryFilterPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
booleanParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature booleanParam has values or
not. |
StringTypePredicate |
clause()
|
MultivaluedFeaturePredicate |
dateParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature dateParam has values or not. |
MultivaluedFeaturePredicate |
dateTimeParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature dateTimeParam has values or
not. |
MultivaluedFeaturePredicate |
decimalParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature decimalParam has values or
not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for AbstractFilterProperty testing whether the value of the
feature description is null or not. |
BooleanTypePredicate |
forAllBooleanParam()
Adds a constraint for the feature booleanParam to the
predicate. |
void |
forAllBooleanParam(short operator,
boolean[] filterValues)
|
void |
forAllBooleanParam(short operator,
Collection values)
|
void |
forAllClause(short operator,
Collection values)
|
void |
forAllClause(short operator,
String[] filterValues)
|
PartiallyOrderedTypePredicate |
forAllDateParam()
Adds a constraint for the feature dateParam to the
predicate. |
void |
forAllDateParam(short operator,
Collection values)
|
void |
forAllDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
|
ComparableTypePredicate |
forAllDateTimeParam()
Adds a constraint for the feature dateTimeParam to the
predicate. |
void |
forAllDateTimeParam(short operator,
Collection values)
|
void |
forAllDateTimeParam(short operator,
Date[] filterValues)
|
ComparableTypePredicate |
forAllDecimalParam()
Adds a constraint for the feature decimalParam to the
predicate. |
void |
forAllDecimalParam(short operator,
BigDecimal[] filterValues)
|
void |
forAllDecimalParam(short operator,
Collection values)
|
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
void |
forAllDescription(short operator,
Collection values)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
ComparableTypePredicate |
forAllIntegerParam()
Adds a constraint for the feature integerParam to the
predicate. |
void |
forAllIntegerParam(short operator,
Collection values)
|
void |
forAllIntegerParam(short operator,
int[] filterValues)
|
BooleanTypePredicate |
forAllIsActive()
Adds a constraint for the feature isActive to the
predicate. |
void |
forAllIsActive(short operator,
boolean[] filterValues)
|
void |
forAllIsActive(short operator,
Collection values)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
StringTypePredicate |
forAllStringParam()
Adds a constraint for the feature stringParam to the
predicate. |
void |
forAllStringParam(short operator,
Collection values)
|
void |
forAllStringParam(short operator,
String[] filterValues)
|
MultivaluedFeaturePredicate |
integerParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature integerParam has values or
not. |
OptionalFeaturePredicate |
isActive()
Adds a constraint to the predicate for AbstractFilterProperty testing whether the value of the
feature isActive is null or not. |
StringTypePredicate |
name()
|
MultivaluedTypeOrder |
orderByBooleanParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature booleanParam
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByBooleanParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByClause()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature clause
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByClause(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByDateParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature dateParam
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDateParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByDateTimeParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature dateTimeParam
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDateTimeParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByDecimalParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature decimalParam
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDecimalParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for AbstractFilterProperty depending the feature
description
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByIntegerParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature integerParam
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByIntegerParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByIsActive()
Allows to adds a sort instruction for AbstractFilterProperty depending the feature
isActive
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByIsActive(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for AbstractFilterProperty depending the feature
name
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByStringParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature stringParam
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByStringParam(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedFeaturePredicate |
stringParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature stringParam has values or not. |
BooleanTypePredicate |
thereExistsBooleanParam()
Adds a constraint for the feature booleanParam to the
predicate. |
void |
thereExistsBooleanParam(short operator,
boolean[] filterValues)
|
void |
thereExistsBooleanParam(short operator,
Collection values)
|
void |
thereExistsClause(short operator,
Collection values)
|
void |
thereExistsClause(short operator,
String[] filterValues)
|
PartiallyOrderedTypePredicate |
thereExistsDateParam()
Adds a constraint for the feature dateParam to the
predicate. |
void |
thereExistsDateParam(short operator,
Collection values)
|
void |
thereExistsDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
|
ComparableTypePredicate |
thereExistsDateTimeParam()
Adds a constraint for the feature dateTimeParam to the
predicate. |
void |
thereExistsDateTimeParam(short operator,
Collection values)
|
void |
thereExistsDateTimeParam(short operator,
Date[] filterValues)
|
ComparableTypePredicate |
thereExistsDecimalParam()
Adds a constraint for the feature decimalParam to the
predicate. |
void |
thereExistsDecimalParam(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsDecimalParam(short operator,
Collection values)
|
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
void |
thereExistsDescription(short operator,
Collection values)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
ComparableTypePredicate |
thereExistsIntegerParam()
Adds a constraint for the feature integerParam to the
predicate. |
void |
thereExistsIntegerParam(short operator,
Collection values)
|
void |
thereExistsIntegerParam(short operator,
int[] filterValues)
|
BooleanTypePredicate |
thereExistsIsActive()
Adds a constraint for the feature isActive to the
predicate. |
void |
thereExistsIsActive(short operator,
boolean[] filterValues)
|
void |
thereExistsIsActive(short operator,
Collection values)
|
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
StringTypePredicate |
thereExistsStringParam()
Adds a constraint for the feature stringParam to the
predicate. |
void |
thereExistsStringParam(short operator,
Collection values)
|
void |
thereExistsStringParam(short operator,
String[] filterValues)
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public QueryFilterPropertyFilterImpl(RefPackage_1_0 aPackage)
public QueryFilterPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public QueryFilterPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
AbstractFilterPropertyFilter
orderByDescription in interface AbstractFilterPropertyFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate description()
AbstractFilterPropertyQueryAbstractFilterProperty testing whether the value of the
feature description is null or not.
description in interface AbstractFilterPropertyQuerypublic StringTypePredicate thereExistsDescription()
AbstractFilterPropertyQuerydescription to the
predicate. The predicate for AbstractFilterProperty
evaluates true if its value of feature
description satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsDescription in interface AbstractFilterPropertyQuerypublic StringTypePredicate forAllDescription()
AbstractFilterPropertyQuerydescription to the
predicate. The predicate for AbstractFilterProperty
evaluates true if its value of feature
description satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllDescription in interface AbstractFilterPropertyQuerypublic SimpleTypeOrder orderByDescription()
AbstractFilterPropertyQueryAbstractFilterProperty depending the feature
description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface AbstractFilterPropertyQuery
public void forAllIsActive(short operator,
Collection values)
forAllIsActive in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIsActive(short operator,
Collection values)
thereExistsIsActive in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllIsActive(short operator,
boolean[] filterValues)
forAllIsActive in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIsActive(short operator,
boolean[] filterValues)
thereExistsIsActive in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByIsActive(short order)
AbstractFilterPropertyFilter
orderByIsActive in interface AbstractFilterPropertyFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate isActive()
AbstractFilterPropertyQueryAbstractFilterProperty testing whether the value of the
feature isActive is null or not.
isActive in interface AbstractFilterPropertyQuerypublic BooleanTypePredicate thereExistsIsActive()
AbstractFilterPropertyQueryisActive to the
predicate. The predicate for AbstractFilterProperty
evaluates true if its value of feature
isActive satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsIsActive in interface AbstractFilterPropertyQuerypublic BooleanTypePredicate forAllIsActive()
AbstractFilterPropertyQueryisActive to the
predicate. The predicate for AbstractFilterProperty
evaluates true if its value of feature
isActive satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllIsActive in interface AbstractFilterPropertyQuerypublic SimpleTypeOrder orderByIsActive()
AbstractFilterPropertyQueryAbstractFilterProperty depending the feature
isActive
Note: The order in which orderBy…
instructions are given is relevant!
orderByIsActive in interface AbstractFilterPropertyQuery
public void forAllName(short operator,
Collection values)
forAllName in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface AbstractFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
AbstractFilterPropertyFilter
orderByName in interface AbstractFilterPropertyFilterorder - The sort order for this filter.Directionspublic StringTypePredicate name()
name in interface AbstractFilterPropertyQuerypublic SimpleTypeOrder orderByName()
AbstractFilterPropertyQueryAbstractFilterProperty depending the feature
name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface AbstractFilterPropertyQuery
public void forAllBooleanParam(short operator,
Collection values)
forAllBooleanParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsBooleanParam(short operator,
Collection values)
thereExistsBooleanParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllBooleanParam(short operator,
boolean[] filterValues)
forAllBooleanParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsBooleanParam(short operator,
boolean[] filterValues)
thereExistsBooleanParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByBooleanParam(short order)
QueryFilterPropertyFilter
orderByBooleanParam in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate booleanParam()
QueryFilterPropertyQueryQueryFilterProperty
testing whether the feature booleanParam has values or
not.
booleanParam in interface QueryFilterPropertyQuerypublic BooleanTypePredicate thereExistsBooleanParam()
QueryFilterPropertyQuerybooleanParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if at least one of its values of feature
booleanParam satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsBooleanParam in interface QueryFilterPropertyQuerypublic BooleanTypePredicate forAllBooleanParam()
QueryFilterPropertyQuerybooleanParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if all of its values of feature
booleanParam satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllBooleanParam in interface QueryFilterPropertyQuerypublic MultivaluedTypeOrder orderByBooleanParam()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature booleanParam
Note: The order in which orderBy…
instructions are given is relevant!
orderByBooleanParam in interface QueryFilterPropertyQuery
public void forAllClause(short operator,
Collection values)
forAllClause in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsClause(short operator,
Collection values)
thereExistsClause in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllClause(short operator,
String[] filterValues)
forAllClause in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsClause(short operator,
String[] filterValues)
thereExistsClause in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByClause(short order)
QueryFilterPropertyFilter
orderByClause in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic StringTypePredicate clause()
clause in interface QueryFilterPropertyQuerypublic SimpleTypeOrder orderByClause()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature clause
Note: The order in which orderBy…
instructions are given is relevant!
orderByClause in interface QueryFilterPropertyQuery
public void forAllDateParam(short operator,
Collection values)
forAllDateParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDateParam(short operator,
Collection values)
thereExistsDateParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
forAllDateParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDateParam(short operator,
javax.xml.datatype.XMLGregorianCalendar[] filterValues)
thereExistsDateParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDateParam(short order)
QueryFilterPropertyFilter
orderByDateParam in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate dateParam()
QueryFilterPropertyQueryQueryFilterProperty
testing whether the feature dateParam has values or not.
dateParam in interface QueryFilterPropertyQuerypublic PartiallyOrderedTypePredicate thereExistsDateParam()
QueryFilterPropertyQuerydateParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if at least one of its values of feature
dateParam satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsDateParam in interface QueryFilterPropertyQuerypublic PartiallyOrderedTypePredicate forAllDateParam()
QueryFilterPropertyQuerydateParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if all of its values of feature
dateParam satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllDateParam in interface QueryFilterPropertyQuerypublic MultivaluedTypeOrder orderByDateParam()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature dateParam
Note: The order in which orderBy…
instructions are given is relevant!
orderByDateParam in interface QueryFilterPropertyQuery
public void forAllDateTimeParam(short operator,
Collection values)
forAllDateTimeParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDateTimeParam(short operator,
Collection values)
thereExistsDateTimeParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllDateTimeParam(short operator,
Date[] filterValues)
forAllDateTimeParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDateTimeParam(short operator,
Date[] filterValues)
thereExistsDateTimeParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDateTimeParam(short order)
QueryFilterPropertyFilter
orderByDateTimeParam in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate dateTimeParam()
QueryFilterPropertyQueryQueryFilterProperty
testing whether the feature dateTimeParam has values or
not.
dateTimeParam in interface QueryFilterPropertyQuerypublic ComparableTypePredicate thereExistsDateTimeParam()
QueryFilterPropertyQuerydateTimeParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if at least one of its values of feature
dateTimeParam satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsDateTimeParam in interface QueryFilterPropertyQuerypublic ComparableTypePredicate forAllDateTimeParam()
QueryFilterPropertyQuerydateTimeParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if all of its values of feature
dateTimeParam satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllDateTimeParam in interface QueryFilterPropertyQuerypublic MultivaluedTypeOrder orderByDateTimeParam()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature dateTimeParam
Note: The order in which orderBy…
instructions are given is relevant!
orderByDateTimeParam in interface QueryFilterPropertyQuery
public void forAllDecimalParam(short operator,
Collection values)
forAllDecimalParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDecimalParam(short operator,
Collection values)
thereExistsDecimalParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllDecimalParam(short operator,
BigDecimal[] filterValues)
forAllDecimalParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDecimalParam(short operator,
BigDecimal[] filterValues)
thereExistsDecimalParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDecimalParam(short order)
QueryFilterPropertyFilter
orderByDecimalParam in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate decimalParam()
QueryFilterPropertyQueryQueryFilterProperty
testing whether the feature decimalParam has values or
not.
decimalParam in interface QueryFilterPropertyQuerypublic ComparableTypePredicate thereExistsDecimalParam()
QueryFilterPropertyQuerydecimalParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if at least one of its values of feature
decimalParam satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsDecimalParam in interface QueryFilterPropertyQuerypublic ComparableTypePredicate forAllDecimalParam()
QueryFilterPropertyQuerydecimalParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if all of its values of feature
decimalParam satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllDecimalParam in interface QueryFilterPropertyQuerypublic MultivaluedTypeOrder orderByDecimalParam()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature decimalParam
Note: The order in which orderBy…
instructions are given is relevant!
orderByDecimalParam in interface QueryFilterPropertyQuery
public void forAllIntegerParam(short operator,
Collection values)
forAllIntegerParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIntegerParam(short operator,
Collection values)
thereExistsIntegerParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllIntegerParam(short operator,
int[] filterValues)
forAllIntegerParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIntegerParam(short operator,
int[] filterValues)
thereExistsIntegerParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByIntegerParam(short order)
QueryFilterPropertyFilter
orderByIntegerParam in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate integerParam()
QueryFilterPropertyQueryQueryFilterProperty
testing whether the feature integerParam has values or
not.
integerParam in interface QueryFilterPropertyQuerypublic ComparableTypePredicate thereExistsIntegerParam()
QueryFilterPropertyQueryintegerParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if at least one of its values of feature
integerParam satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsIntegerParam in interface QueryFilterPropertyQuerypublic ComparableTypePredicate forAllIntegerParam()
QueryFilterPropertyQueryintegerParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if all of its values of feature
integerParam satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllIntegerParam in interface QueryFilterPropertyQuerypublic MultivaluedTypeOrder orderByIntegerParam()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature integerParam
Note: The order in which orderBy…
instructions are given is relevant!
orderByIntegerParam in interface QueryFilterPropertyQuery
public void forAllStringParam(short operator,
Collection values)
forAllStringParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsStringParam(short operator,
Collection values)
thereExistsStringParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllStringParam(short operator,
String[] filterValues)
forAllStringParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsStringParam(short operator,
String[] filterValues)
thereExistsStringParam in interface QueryFilterPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByStringParam(short order)
QueryFilterPropertyFilter
orderByStringParam in interface QueryFilterPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate stringParam()
QueryFilterPropertyQueryQueryFilterProperty
testing whether the feature stringParam has values or not.
stringParam in interface QueryFilterPropertyQuerypublic StringTypePredicate thereExistsStringParam()
QueryFilterPropertyQuerystringParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if at least one of its values of feature
stringParam satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsStringParam in interface QueryFilterPropertyQuerypublic StringTypePredicate forAllStringParam()
QueryFilterPropertyQuerystringParam to the
predicate. The predicate for QueryFilterProperty evaluates
true if all of its values of feature
stringParam satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllStringParam in interface QueryFilterPropertyQuerypublic MultivaluedTypeOrder orderByStringParam()
QueryFilterPropertyQueryQueryFilterProperty
depending the feature stringParam
Note: The order in which orderBy…
instructions are given is relevant!
orderByStringParam in interface QueryFilterPropertyQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||