|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRelationOperandQuery
A query term used for a IRelationQueryOperand .
| Method Summary | |
|---|---|
IRelationQuery |
between(String lowerValue,
String upperValue)
Return an expression which selects only those between the given values, such as lowerValue <= x <= upperValue. |
IRelationQuery |
betweenIgnoreCase(String lowerValue,
String upperValue)
case insensitive version of between(String, String). |
IRelationQuery |
equal(String value)
Return an expression which selects only those operands matching the given string. |
IRelationQuery |
equalIgnoreCase(String value)
case insensitive version of equal(String). |
IRelationQuery |
greater(String value)
Return an expression which selects only those operands being alphabetically after the given string. |
IRelationQuery |
greaterEqual(String value)
Return an expression which selects only those operands being alphabetically after the given string or matching it. |
IRelationQuery |
greaterEqualIgnoreCase(String value)
case insensitive version of greaterEqual(String). |
IRelationQuery |
greaterIgnoreCase(String value)
case insensitive version of greater(String). |
IRelationQuery |
inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
Return an expression which selects only those which match one of the given queries property values (subselect on the given property). |
IRelationQuery |
inSourceSelection(IRelationQuery query)
Return an expression which selects only those which match one of the given queries source operand's id (subselect on source id). |
IRelationQuery |
inTargetSelection(IRelationQuery query)
Return an expression which selects only those which match one of the given queries target operand's id (subselect on target id). |
IRelationQuery |
less(String value)
Return an expression which selects only those operands being alphabetically before the given string. |
IRelationQuery |
lessEqual(String value)
Return an expression which selects only those operands being alphabetically before the given string or matching it. |
IRelationQuery |
lessEqualIgnoreCase(String value)
case insensitive version of lessEqual(String). |
IRelationQuery |
lessIgnoreCase(String value)
case insensitive version of less(String). |
IRelationQuery |
like(String value)
Return an expression which selects only those operands being 'like' the given string. |
IRelationQuery |
likeIgnoreCase(String value)
case insensitive version of like(String). |
| Method Detail |
|---|
IRelationQuery equal(String value)
value - the String to compare this term with.
IRelationQuery .IRelationQuery equalIgnoreCase(String value)
equal(String).
value - TBD: Description of the incoming method parameter
IRelationQuery less(String value)
value - the String to compare this term with.
IRelationQuery .IRelationQuery lessIgnoreCase(String value)
less(String).
value - TBD: Description of the incoming method parameter
IRelationQuery lessEqual(String value)
value - the String to compare this term with.
IRelationQuery .IRelationQuery lessEqualIgnoreCase(String value)
lessEqual(String).
value - TBD: Description of the incoming method parameter
IRelationQuery greater(String value)
value - the String to compare this term with.
IRelationQuery .IRelationQuery greaterIgnoreCase(String value)
greater(String).
value - TBD: Description of the incoming method parameter
IRelationQuery greaterEqual(String value)
value - the String to compare this term with.
IRelationQuery .IRelationQuery greaterEqualIgnoreCase(String value)
greaterEqual(String).
value - TBD: Description of the incoming method parameter
IRelationQuery like(String value)
value - the String to compare this term with.
IRelationQuery .IRelationQuery likeIgnoreCase(String value)
like(String).
value - TBD: Description of the incoming method parameter
IRelationQuery between(String lowerValue,
String upperValue)
lowerValue - a String the values have to be greater or
equal to.upperValue - a String the values have to be less or equal
to.
IRelationQuery .
IRelationQuery betweenIgnoreCase(String lowerValue,
String upperValue)
between(String, String).
lowerValue - TBD: Description of the incoming method parameterupperValue - TBD: Description of the incoming method parameter
IRelationQuery inSourceSelection(IRelationQuery query)
throws RelationQueryException
query - the IRelationQuery to use for the subselect.
IRelationQuery .
RelationQueryException - Exception raised in failure situation
RelationQueryException - if the given subquery is not
understood by this query's builder.
IRelationQuery inTargetSelection(IRelationQuery query)
throws RelationQueryException
query - the IRelationQuery to use for the subselect.
IRelationQuery .
RelationQueryException - Exception raised in failure situation
RelationQueryException - if the given subquery is not
understood by this query's builder.
IRelationQuery inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
throws RelationQueryException
name - the IPropertyName of the property to use.query - the IRelationQuery to use for the subselect.
IRelationQuery .
RelationQueryException - Exception raised in failure situation
RelationQueryException - if the given subquery is not
understood by this query's builder.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||