|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IQueryExpression | |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| Uses of IQueryExpression in com.sap.netweaver.bc.rf.common.namespace |
| Fields in com.sap.netweaver.bc.rf.common.namespace declared as IQueryExpression | |
protected IQueryExpression |
AdvancedChildrenFindResourcesDescriptor.queryExpression
|
| Methods in com.sap.netweaver.bc.rf.common.namespace that return IQueryExpression | |
IQueryExpression |
IAdvancedChildrenFindResourcesDescriptor.getQueryExpression()
Get query expression to be used to narrow the list of returned resources. |
IQueryExpression |
IQueryBuilder.eq(IName name,
java.lang.Object value)
Returns a new expression which tests property == value. |
IQueryExpression |
IQueryBuilder.eq(IName name,
java.lang.String value)
Returns a new expression which tests property == value. |
IQueryExpression |
IQueryBuilder.eqIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property == value, ignoring case. |
IQueryExpression |
IQueryBuilder.notEq(IName name,
java.lang.Object value)
Returns a new expression which tests property ! |
IQueryExpression |
IQueryBuilder.notEq(IName name,
java.lang.String value)
Returns a new expression which tests property ! |
IQueryExpression |
IQueryBuilder.notEqIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property ! |
IQueryExpression |
IQueryBuilder.less(IName name,
java.lang.Object value)
Returns a new expression which tests property < value. |
IQueryExpression |
IQueryBuilder.less(IName name,
java.lang.String value)
Returns a new expression which tests property < value. |
IQueryExpression |
IQueryBuilder.lessIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property < value, ignoring case. |
IQueryExpression |
IQueryBuilder.lessEq(IName name,
java.lang.Object value)
Returns a new expression which tests property <= value. |
IQueryExpression |
IQueryBuilder.lessEq(IName name,
java.lang.String value)
Returns a new expression which tests property <= value. |
IQueryExpression |
IQueryBuilder.lessEqIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property <= value, ignoring case. |
IQueryExpression |
IQueryBuilder.greater(IName name,
java.lang.Object value)
Returns a new expression which tests property > value. |
IQueryExpression |
IQueryBuilder.greater(IName name,
java.lang.String value)
Returns a new expression which tests property > value. |
IQueryExpression |
IQueryBuilder.greaterIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property > value, ignoring case. |
IQueryExpression |
IQueryBuilder.greaterEq(IName name,
java.lang.Object value)
Returns a new expression which tests property >= value. |
IQueryExpression |
IQueryBuilder.greaterEq(IName name,
java.lang.String value)
Returns a new expression which tests property >= value. |
IQueryExpression |
IQueryBuilder.greaterEqIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property >= value, ignoring case. |
IQueryExpression |
IQueryBuilder.not(IQueryExpression expression)
Returns a new expression which is the complement of the given expression. |
IQueryExpression |
IQueryBuilder.like(IName name,
java.lang.String value)
Returns a new expression which tests property is like value, where value is a wildcard expression. |
IQueryExpression |
IQueryBuilder.likeIgnoreCase(IName name,
java.lang.String value)
Returns a new expression which tests property is like value, where value is a wildcard expression. |
IQueryExpression |
IQueryBuilder.isDefined(IName name)
Returns a new expression which tests for the properties existence. |
IQueryExpression |
IQueryBuilder.isCollection()
Returns a new expression which tests if the resource is a collection |
IQueryExpression |
IQueryBuilder.constFalse()
|
IQueryExpression |
IQueryBuilder.constTrue()
|
IQueryExpression |
AdvancedChildrenFindResourcesDescriptor.getQueryExpression()
Get query expression to be used to narrow the list of returned resources. |
IQueryExpression |
IQueryExpression.and(IQueryExpression other)
Create a new AND expression which concatenates this expression with other (this and other). |
IQueryExpression |
IQueryExpression.or(IQueryExpression other)
Create a new OR expression which concatenates this expression with other (this or other). |
IQueryExpression |
IQueryExpression.not()
Create a new NOT expression which negates this expression. |
| Methods in com.sap.netweaver.bc.rf.common.namespace with parameters of type IQueryExpression | |
IQueryExpression |
IQueryBuilder.not(IQueryExpression expression)
Returns a new expression which is the complement of the given expression. |
IQueryExpression |
IQueryExpression.and(IQueryExpression other)
Create a new AND expression which concatenates this expression with other (this and other). |
IQueryExpression |
IQueryExpression.or(IQueryExpression other)
Create a new OR expression which concatenates this expression with other (this or other). |
| Constructors in com.sap.netweaver.bc.rf.common.namespace with parameters of type IQueryExpression | |
AdvancedChildrenFindResourcesDescriptor(IQueryExpression queryExpression,
ICollator collator)
Construct object of class FindAdvancedChildrenResourcesDescriptor. |
|
AdvancedDeepFindResourcesDescriptor(IQueryExpression queryExpression,
ICollator collator,
int depth)
Construct object of class FindAdvancedDeepResourcesDescriptor. |
|
AdvancedDeepVersionedFindResourcesDescriptor(IQueryExpression queryExpression,
ICollator collator,
int depth)
Construct object of class FindAdvancedDeepVersionedResourcesDescriptor. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||