|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IERXChainableQualifier
IERXQualifier is the definition of methods required for chainable EOAndQualifier.
Method Summary | ||
---|---|---|
ERXAndQualifier |
and(com.webobjects.eocontrol.EOQualifier... qualifiers)
Returns a new qualifier that represents this qualifier and'd to the given list of qualifiers. |
|
void |
filter(com.webobjects.foundation.NSMutableArray<?> array)
Equivalent to EOQualifier.filterArrayWithQualifier(NSMutableArray, EOQualfier) |
|
|
filtered(com.webobjects.foundation.NSArray<T> array)
Equivalent to EOQualifier.filteredArrayWithQualifier(NSArray, EOQualifier) |
|
|
first(com.webobjects.foundation.NSArray<T> array)
Equivalent to EOQualifier.first(NSMutableArray, EOQualfier) |
|
ERXNotQualifier |
not()
Returns a new qualifier that represents this qualifier not'd. |
|
|
one(com.webobjects.foundation.NSArray<T> array)
Equivalent to EOQualifier.one(NSMutableArray, EOQualfier) |
|
ERXOrQualifier |
or(com.webobjects.eocontrol.EOQualifier... qualifiers)
Returns a new qualifier that represents this qualifier or'd with the given list of qualifiers. |
|
|
requiredOne(com.webobjects.foundation.NSArray<T> array)
Equivalent to EOQualifier.requiredOne(NSArray, EOQualfier) |
Method Detail |
---|
ERXAndQualifier and(com.webobjects.eocontrol.EOQualifier... qualifiers)
qualifiers
- the qualifiers to and with this qualifier
ERXOrQualifier or(com.webobjects.eocontrol.EOQualifier... qualifiers)
qualifiers
- the qualifiers to or with this qualifier
ERXNotQualifier not()
<T> com.webobjects.foundation.NSArray<T> filtered(com.webobjects.foundation.NSArray<T> array)
T
- the type of the arrayarray
- the array to filter
void filter(com.webobjects.foundation.NSMutableArray<?> array)
array
- the array to filter (in place)<T> T first(com.webobjects.foundation.NSArray<T> array)
T
- the type of the arrayarray
- the array to filter (in place)
<T> T one(com.webobjects.foundation.NSArray<T> array)
T
- the type of the arrayarray
- the array to filter (in place)
java.lang.IllegalStateException
- if more than one object matched<T> T requiredOne(com.webobjects.foundation.NSArray<T> array)
T
- the type of the arrayarray
- the array to filter (in place)
java.lang.IllegalStateException
- if more than one object matched
NoSuchElementException
- if no objects matched
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |