com.bea.content.expression
Interface IMetadataQueryParameter


public interface IMetadataQueryParameter

The interface for metadata query parameter

This interface is intended to be implemented only by BEA Weblogic Portal.BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 IMetadataQueryParameter and(IMetadataQueryParameter param)
          AND two metadata query parameters
 IMetadataQueryParameter or(IMetadataQueryParameter param)
          OR two metadata query parameters
 void setMultiplicity(IMetadataQuery.Multiplicity multiplicity)
          Set the Multiplicity of a metadata query parameter
 

Method Detail

and

IMetadataQueryParameter and(IMetadataQueryParameter param)
AND two metadata query parameters

Parameters
param -
Returns
The IMetadataQueryParamater and'd with this object.

or

IMetadataQueryParameter or(IMetadataQueryParameter param)
OR two metadata query parameters

Parameters
param -
Returns
The IMetadataQueryParameter or'd with this object.

setMultiplicity

void setMultiplicity(IMetadataQuery.Multiplicity multiplicity)
Set the Multiplicity of a metadata query parameter

Parameters
multiplicity -


Copyright © 2006 BEA Systems, Inc. All Rights Reserved