Skip navigation links

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


oracle.wcps.property
Interface INamespace

All Superinterfaces:
ITimestamped
All Known Implementing Classes:
Namespace

public interface INamespace
extends ITimestamped

Represents a namespace to scope the property service entities propertydefinitions, propertysetdefinitions and propertysets. A namespace can have its own definition locator to manager property definitions and propertysetdefinitions and a property locator to manager propertysets.


Method Summary
 java.lang.String getDefinitionLocatorClassName()
          Returns the fully qualified class name of the custom definition locator class associated with this and implements IDefinitionLocator interface.
 INamespaceName getName()
          Returns the name associated with this.
 java.lang.String getPropertyLocatorClassName()
          Returns the fully qualified class name of the custom property locator class associated with this and implements IPropertyLocator interface
 java.lang.String name()
          Returns the string representation of the name of this.
 void setDefinitionLocatorClassName(java.lang.String className)
          Sets the given className of a custom definition locator class that implements IDefinitionLocator interface.
 void setName(INamespaceName name)
          Sets the given non null name for this.
 void setPropertyLocatorClassName(java.lang.String className)
          Sets the given className of a custom property locator class that implements IPropertyLocator interface.

 

Methods inherited from interface oracle.wcps.property.ITimestamped
getCreatedOn, getUpdatedOn, setCreatedOn, setUpdatedOn

 

Method Detail

name

java.lang.String name()
Returns the string representation of the name of this.
Returns:
the string representation of the name of this.

getName

INamespaceName getName()
Returns the name associated with this.
Returns:
the name associated with this.

setName

void setName(INamespaceName name)
Sets the given non null name for this.
Parameters:
name - a namespace name.
Throws:
java.lang.IllegalArgumentException - if the name is null.

getPropertyLocatorClassName

java.lang.String getPropertyLocatorClassName()
Returns the fully qualified class name of the custom property locator class associated with this and implements IPropertyLocator interface
Returns:
a fully qualified class name.

setPropertyLocatorClassName

void setPropertyLocatorClassName(java.lang.String className)
Sets the given className of a custom property locator class that implements IPropertyLocator interface.
Parameters:
className - a fully qualified class name.

getDefinitionLocatorClassName

java.lang.String getDefinitionLocatorClassName()
Returns the fully qualified class name of the custom definition locator class associated with this and implements IDefinitionLocator interface.
Returns:
a fully qualified class name.

setDefinitionLocatorClassName

void setDefinitionLocatorClassName(java.lang.String className)
Sets the given className of a custom definition locator class that implements IDefinitionLocator interface.
Parameters:
className - a fully qualified class name.

Skip navigation links

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


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