com.sapportals.wcm.repository

Interface IQueryExpression


public interface IQueryExpression

A query expression to be used with its property search manager.

Copyright (c) SAP AG 2001-2004


Method Summary
 IQueryExpression and(IQueryExpression other)
          Create a new AND expression which concatenates this expression with other (this and other).
 IQueryExpression not()
          Create a new NOT expression which negates this expression.
 IQueryExpression or(IQueryExpression other)
          Create a new OR expression which concatenates this expression with other (this or other).
 

Method Detail

and

IQueryExpression and(IQueryExpression other)
Create a new AND expression which concatenates this expression with other (this and other).

Parameters:
other -
Returns:
new expression, representing condition (this and other)

or

IQueryExpression or(IQueryExpression other)
Create a new OR expression which concatenates this expression with other (this or other).

Parameters:
other -
Returns:
new expression, representing condition (this or other)

not

IQueryExpression not()
Create a new NOT expression which negates this expression.

Returns:
new expression, representing condition (not this)
Access Rights

This class can be accessed from:


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


Copyright 2014 SAP AG Complete Copyright Notice