|
||||||||||
| 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.address1.cci.EMailAddressableFilterImpl
public class EMailAddressableFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
EMailAddressableFilterImpl(RefPackage_1_0 aPackage)
|
|
EMailAddressableFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
EMailAddressableFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
emailAddress()
Adds a constraint to the predicate for EMailAddressable
testing whether the value of the feature emailAddress is
null or not. |
ComparableTypePredicate |
emailFormat()
|
ComparableTypePredicate |
emailType()
|
StringTypePredicate |
forAllEmailAddress()
Adds a constraint for the feature emailAddress to the
predicate. |
void |
forAllEmailAddress(short operator,
Collection values)
|
void |
forAllEmailAddress(short operator,
String[] filterValues)
|
void |
forAllEmailFormat(short operator,
Collection values)
|
void |
forAllEmailFormat(short operator,
short[] filterValues)
|
void |
forAllEmailType(short operator,
Collection values)
|
void |
forAllEmailType(short operator,
short[] filterValues)
|
SimpleTypeOrder |
orderByEmailAddress()
Allows to adds a sort instruction for EMailAddressable
depending the feature emailAddress
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByEmailAddress(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByEmailFormat()
Allows to adds a sort instruction for EMailAddressable
depending the feature emailFormat
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByEmailFormat(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByEmailType()
Allows to adds a sort instruction for EMailAddressable
depending the feature emailType
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByEmailType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
StringTypePredicate |
thereExistsEmailAddress()
Adds a constraint for the feature emailAddress to the
predicate. |
void |
thereExistsEmailAddress(short operator,
Collection values)
|
void |
thereExistsEmailAddress(short operator,
String[] filterValues)
|
void |
thereExistsEmailFormat(short operator,
Collection values)
|
void |
thereExistsEmailFormat(short operator,
short[] filterValues)
|
void |
thereExistsEmailType(short operator,
Collection values)
|
void |
thereExistsEmailType(short operator,
short[] 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 EMailAddressableFilterImpl(RefPackage_1_0 aPackage)
public EMailAddressableFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public EMailAddressableFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllEmailAddress(short operator,
Collection values)
forAllEmailAddress in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsEmailAddress(short operator,
Collection values)
thereExistsEmailAddress in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void forAllEmailAddress(short operator,
String[] filterValues)
forAllEmailAddress in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsEmailAddress(short operator,
String[] filterValues)
thereExistsEmailAddress in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperatorspublic void orderByEmailAddress(short order)
EMailAddressableFilter
orderByEmailAddress in interface EMailAddressableFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate emailAddress()
EMailAddressableQueryEMailAddressable
testing whether the value of the feature emailAddress is
null or not.
emailAddress in interface EMailAddressableQuerypublic StringTypePredicate thereExistsEmailAddress()
EMailAddressableQueryemailAddress to the
predicate. The predicate for EMailAddressable evaluates
true if its value of feature emailAddress
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!
thereExistsEmailAddress in interface EMailAddressableQuerypublic StringTypePredicate forAllEmailAddress()
EMailAddressableQueryemailAddress to the
predicate. The predicate for EMailAddressable evaluates
true if its value of feature emailAddress
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!
forAllEmailAddress in interface EMailAddressableQuerypublic SimpleTypeOrder orderByEmailAddress()
EMailAddressableQueryEMailAddressable
depending the feature emailAddress
Note: The order in which orderBy…
instructions are given is relevant!
orderByEmailAddress in interface EMailAddressableQuery
public void forAllEmailFormat(short operator,
Collection values)
forAllEmailFormat in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsEmailFormat(short operator,
Collection values)
thereExistsEmailFormat in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void forAllEmailFormat(short operator,
short[] filterValues)
forAllEmailFormat in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsEmailFormat(short operator,
short[] filterValues)
thereExistsEmailFormat in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperatorspublic void orderByEmailFormat(short order)
EMailAddressableFilter
orderByEmailFormat in interface EMailAddressableFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate emailFormat()
emailFormat in interface EMailAddressableQuerypublic SimpleTypeOrder orderByEmailFormat()
EMailAddressableQueryEMailAddressable
depending the feature emailFormat
Note: The order in which orderBy…
instructions are given is relevant!
orderByEmailFormat in interface EMailAddressableQuery
public void forAllEmailType(short operator,
Collection values)
forAllEmailType in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsEmailType(short operator,
Collection values)
thereExistsEmailType in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void forAllEmailType(short operator,
short[] filterValues)
forAllEmailType in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsEmailType(short operator,
short[] filterValues)
thereExistsEmailType in interface EMailAddressableFilteroperator - The operator for this filter.FilterOperatorspublic void orderByEmailType(short order)
EMailAddressableFilter
orderByEmailType in interface EMailAddressableFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate emailType()
emailType in interface EMailAddressableQuerypublic SimpleTypeOrder orderByEmailType()
EMailAddressableQueryEMailAddressable
depending the feature emailType
Note: The order in which orderBy…
instructions are given is relevant!
orderByEmailType in interface EMailAddressableQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||