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 NamespaceAttribute

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

Direct Known Subclasses:
NamespaceAttribute.CreatedOn, NamespaceAttribute.DefinitionLocatorClassName, NamespaceAttribute.NamespaceName, NamespaceAttribute.PropertyLocatorClassName, NamespaceAttribute.UpdatedOn

public class NamespaceAttribute
extends <any>

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


Nested Class Summary
static class NamespaceAttribute.CreatedOn
           
static class NamespaceAttribute.DefinitionLocatorClassName
           
static class NamespaceAttribute.NamespaceName
           
static class NamespaceAttribute.PropertyLocatorClassName
           
static class NamespaceAttribute.UpdatedOn
           

 

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

 

Method Summary
 java.lang.Object accept(IExpressionVisitor visitor, java.lang.Object... values)
           
static NamespaceAttribute createdOn()
          Returns the namespace's createdOn attribute.
static NamespaceAttribute definitionLocatorClassName()
          Returns the namespace's definition location class name attribute.
static NamespaceAttribute namespaceName()
          Returns the namespace name attribute.
static NamespaceAttribute propertyLocatorClassName()
          Returns the namespace's property location class name attribute.
protected  NamespaceAttribute toAttribute_(java.lang.String name)
           
static NamespaceAttribute toAttribute(java.lang.String staticName)
           
static java.util.List<NamespaceAttribute> toAttributes(java.util.List<java.lang.String> names)
           
static java.lang.String toString(java.util.List<NamespaceAttribute> attrs)
           
static NamespaceAttribute updatedOn()
          Returns the namespace's updatedOn attribute.

 

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

 

Constructor Detail

NamespaceAttribute

protected NamespaceAttribute(java.lang.String staticName)

NamespaceAttribute

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

Method Detail

toAttribute_

protected NamespaceAttribute toAttribute_(java.lang.String name)

accept

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

toAttribute

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

namespaceName

public static NamespaceAttribute namespaceName()
Returns the namespace name attribute.
Returns:
the namespace name attribute.

propertyLocatorClassName

public static NamespaceAttribute propertyLocatorClassName()
Returns the namespace's property location class name attribute.
Returns:
the namespace's property location class name attribute.

definitionLocatorClassName

public static NamespaceAttribute definitionLocatorClassName()
Returns the namespace's definition location class name attribute.
Returns:
the namespace's definition location class name attribute.

createdOn

public static NamespaceAttribute createdOn()
Returns the namespace's createdOn attribute.
Returns:
the namespace's createdOn attribute.

updatedOn

public static NamespaceAttribute updatedOn()
Returns the namespace's updatedOn attribute.
Returns:
the namespace's updatedOn attribute.

toAttributes

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

toString

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

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.