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 PropertyDefinitionExpression

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


public class PropertyDefinitionExpression
extends AbstractExpression

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


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

 

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

builder

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

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.