Skip navigation links

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


oracle.wcps.property.filter.expression
Class PropertySetAttribute

java.lang.Object
  extended by <any>
      extended by oracle.wcps.property.filter.expression.PropertySetAttribute

Direct Known Subclasses:
PropertySetAttribute.CreatedOn, PropertySetAttribute.Description, PropertySetAttribute.PropertyName, PropertySetAttribute.PropertySetName, PropertySetAttribute.UpdatedOn

public class PropertySetAttribute
extends <any>

Represents a propertyset's attribute names. This class provides static methods for propertyset attributes, which can be used in a PropertySetFilterContext's set of data fields and propertyset expression.


Nested Class Summary
static class PropertySetAttribute.CreatedOn
           
static class PropertySetAttribute.Description
           
static class PropertySetAttribute.PropertyName
           
static class PropertySetAttribute.PropertySetName
           
static class PropertySetAttribute.UpdatedOn
           

 

Constructor Summary
protected PropertySetAttribute(java.lang.String staticName)
           
protected PropertySetAttribute(java.lang.String staticName, java.lang.String dynamicName)
           

 

Method Summary
 java.lang.Object accept(IExpressionVisitor visitor, java.lang.Object... values)
           
static PropertySetAttribute createdOn()
          Returns the propertyset's createdOn attribute.
static PropertySetAttribute description()
          Returns the propertyset's description attribute.
static PropertySetAttribute propertyName()
          Returns the property name attribute.
static PropertySetAttribute propertyName(java.lang.String dynamicName)
          Returns a property name attribute encapsulating the given property's name dynamicName.
static PropertySetAttribute propertySetName()
          Returns the propertyset's name attribute.
protected  PropertySetAttribute toAttribute_(java.lang.String name)
           
static PropertySetAttribute toAttribute(java.lang.String staticName)
           
static java.util.List<PropertySetAttribute> toAttributes(java.util.List<java.lang.String> names)
           
static java.lang.String toString(java.util.List<PropertySetAttribute> attrs)
           
static PropertySetAttribute updatedOn()
          Returns the propertyset's updatedOn attribute.

 

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

 

Constructor Detail

PropertySetAttribute

protected PropertySetAttribute(java.lang.String staticName)

PropertySetAttribute

protected PropertySetAttribute(java.lang.String staticName,
                               java.lang.String dynamicName)

Method Detail

toAttribute_

protected PropertySetAttribute toAttribute_(java.lang.String name)

accept

public java.lang.Object accept(IExpressionVisitor visitor,
                               java.lang.Object... values)

toAttribute

public static PropertySetAttribute toAttribute(java.lang.String staticName)

toAttributes

public static java.util.List<PropertySetAttribute> toAttributes(java.util.List<java.lang.String> names)

toString

public static java.lang.String toString(java.util.List<PropertySetAttribute> attrs)

propertyName

public static PropertySetAttribute propertyName()
Returns the property name attribute.
Returns:
the property name attribute.

propertyName

public static PropertySetAttribute propertyName(java.lang.String dynamicName)
Returns a property name attribute encapsulating the given property's name dynamicName.
Parameters:
dynamicName - a property's name.
Returns:
a property name attribute.

propertySetName

public static PropertySetAttribute propertySetName()
Returns the propertyset's name attribute.
Returns:
the propertyset's name attribute.

description

public static PropertySetAttribute description()
Returns the propertyset's description attribute.
Returns:
the propertyset's description attribute

createdOn

public static PropertySetAttribute createdOn()
Returns the propertyset's createdOn attribute.
Returns:
the propertyset's createdOn attribute.

updatedOn

public static PropertySetAttribute updatedOn()
Returns the propertyset's updatedOn attribute.
Returns:
the propertyset's updatedOn attribute.

Skip navigation links

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


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