Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.property.filter.expression
Class PropertySetExpression

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


public class PropertySetExpression
extends AbstractExpression

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


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

 

Method Summary
protected  AbstractAttribute attribute(java.lang.String attr)
           
static PropertySetExpression.Builder builder()
          Returns a builder to create an instance of PropertySetExpression.
static PropertySetExpression 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 PropertySetExpression toExpression(java.lang.String qParamValue)

builder

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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