|
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 IRelationQuery
An query expression to select IRelation s.
| Method Summary | |
|---|---|
IRelationQuery |
and(IRelationQuery query)
Combine the given query with this one via logical AND (select
only those wich are in both queries). |
IRelationQuery |
not()
Negate the given query (select all those relations not selected by the given query). |
IRelationQuery |
or(IRelationQuery query)
Combine the given query with this one via logical OR (select
all those selected by either one or both of the queries). |
| Method Detail |
|---|
IRelationQuery not()
IRelationQuery/code> with the inverted query expression.
IRelationQuery and(IRelationQuery query)
throws RelationQueryException
AND (select
only those wich are in both queries).
query - TBD: Description of the incoming method parameter
IRelationQuery/code> with the AND ed query
expression.
- Throws:
RelationQueryException - if the given query is not
understood by this query's builder.
IRelationQuery or(IRelationQuery query)
throws RelationQueryException
OR (select
all those selected by either one or both of the queries).
query - TBD: Description of the incoming method parameter
IRelationQuery/code> with the OR ed query
expression.
- Throws:
RelationQueryException - if the given query 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 | |||||||||