Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.property.filter.expression
Class NamespaceExpression

java.lang.Object
  extended by AbstractExpression
      extended by oracle.wcps.property.filter.expression.NamespaceExpression


public class NamespaceExpression
extends AbstractExpression

Represents a namespace expression. This class also provides a builder to create an instance. The left operand of a namespace expression is always a namespace attribute name.


Nested Class Summary
static class NamespaceExpression.Builder
          The builder class that provides methods to create a NamespaceExpression.

 

Method Summary
protected  AbstractAttribute attribute(java.lang.String attr)
           
static NamespaceExpression.Builder builder()
          Returns a builder to create an instance of NamespaceExpression.
static NamespaceExpression toExpression(java.lang.String qParamValue)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

attribute

protected AbstractAttribute attribute(java.lang.String attr)

toExpression

public static NamespaceExpression toExpression(java.lang.String qParamValue)

builder

public static NamespaceExpression.Builder builder()
Returns a builder to create an instance of NamespaceExpression.
Returns:
a builder to create an instance of NamespaceExpression.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.