SAP NetWeaver '04

Uses of Interface
com.sap.netweaver.bc.rf.common.namespace.IQueryExpression

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.