|
||||||||||
| 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.openmdx.generic1.cci.IntegerPropertyFilterImpl
public class IntegerPropertyFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
IntegerPropertyFilterImpl(RefPackage_1_0 aPackage)
|
|
IntegerPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
IntegerPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Property testing
whether the value of the feature description is
null or not. |
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 |
forAllIntegerValue()
Adds a constraint for the feature integerValue to the
predicate. |
void |
forAllIntegerValue(short operator,
Collection values)
|
void |
forAllIntegerValue(short operator,
int[] filterValues)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
MultivaluedFeaturePredicate |
integerValue()
Adds a constraint to the predicate for IntegerProperty
testing whether the feature integerValue has values or
not. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Property 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 |
orderByIntegerValue()
Allows to adds a sort instruction for IntegerProperty
depending the feature integerValue
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByIntegerValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for Property 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. |
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 |
thereExistsIntegerValue()
Adds a constraint for the feature integerValue to the
predicate. |
void |
thereExistsIntegerValue(short operator,
Collection values)
|
void |
thereExistsIntegerValue(short operator,
int[] filterValues)
|
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(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 IntegerPropertyFilterImpl(RefPackage_1_0 aPackage)
public IntegerPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public IntegerPropertyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllIntegerValue(short operator,
Collection values)
forAllIntegerValue in interface IntegerPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIntegerValue(short operator,
Collection values)
thereExistsIntegerValue in interface IntegerPropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllIntegerValue(short operator,
int[] filterValues)
forAllIntegerValue in interface IntegerPropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIntegerValue(short operator,
int[] filterValues)
thereExistsIntegerValue in interface IntegerPropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByIntegerValue(short order)
IntegerPropertyFilter
orderByIntegerValue in interface IntegerPropertyFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate integerValue()
IntegerPropertyQueryIntegerProperty
testing whether the feature integerValue has values or
not.
integerValue in interface IntegerPropertyQuerypublic ComparableTypePredicate thereExistsIntegerValue()
IntegerPropertyQueryintegerValue to the
predicate. The predicate for IntegerProperty evaluates
true if at least one of its values of feature
integerValue 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!
thereExistsIntegerValue in interface IntegerPropertyQuerypublic ComparableTypePredicate forAllIntegerValue()
IntegerPropertyQueryintegerValue to the
predicate. The predicate for IntegerProperty evaluates
true if all of its values of feature
integerValue 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!
forAllIntegerValue in interface IntegerPropertyQuerypublic MultivaluedTypeOrder orderByIntegerValue()
IntegerPropertyQueryIntegerProperty
depending the feature integerValue
Note: The order in which orderBy…
instructions are given is relevant!
orderByIntegerValue in interface IntegerPropertyQuery
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface PropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface PropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface PropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface PropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
PropertyFilter
orderByDescription in interface PropertyFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate description()
PropertyQueryProperty testing
whether the value of the feature description is
null or not.
description in interface PropertyQuerypublic StringTypePredicate thereExistsDescription()
PropertyQuerydescription to the
predicate. The predicate for Property 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 PropertyQuerypublic StringTypePredicate forAllDescription()
PropertyQuerydescription to the
predicate. The predicate for Property 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 PropertyQuerypublic SimpleTypeOrder orderByDescription()
PropertyQueryProperty depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface PropertyQuery
public void forAllName(short operator,
Collection values)
forAllName in interface PropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface PropertyFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface PropertyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface PropertyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
PropertyFilter
orderByName in interface PropertyFilterorder - The sort order for this filter.Directionspublic StringTypePredicate name()
name in interface PropertyQuerypublic SimpleTypeOrder orderByName()
PropertyQueryProperty depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface PropertyQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||