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
Interface IPropertyMapping

All Known Implementing Classes:
PropertyMapping

public interface IPropertyMapping

Represents a mapping of property name, propertydefinition name and optionally a property locator class name. If the property locator class name is set, it will be used for managing the property named in this mapping. The property mapping is part of a propertysetdefinition.

The propertydefinition that is referred by this should exist in the system. The property locator class should be deployed to the property service server.

See Also:
IPropertySetDefinition, IPropertyLocator, IPropertyDefinition

Method Summary
 IPropertyDefinitionName getPropertyDefinitionName()
          Returns the propertydefinition name of this mapping.
 java.lang.String getPropertyLocatorClassName()
          Returns the property locator class name of this mapping.
 IPropertyName getPropertyName()
          Returns the property name of this mapping.
 void setPropertyDefinitionName(IPropertyDefinitionName definitionName)
          Sets the given definitionName as the propertydefinition name of this mapping.
 void setPropertyLocatorClassName(java.lang.String name)
          Sets the given name as the property locator class name of this mapping.
 void setPropertyName(IPropertyName name)
          Sets the given name as the property name of this mapping.

 

Method Detail

getPropertyName

IPropertyName getPropertyName()
Returns the property name of this mapping.
Returns:
the property name of this mapping.

setPropertyName

void setPropertyName(IPropertyName name)
Sets the given name as the property name of this mapping.
Parameters:
name - a property name.

getPropertyDefinitionName

IPropertyDefinitionName getPropertyDefinitionName()
Returns the propertydefinition name of this mapping.
Returns:
the propertydefinition name of this mapping.

setPropertyDefinitionName

void setPropertyDefinitionName(IPropertyDefinitionName definitionName)
Sets the given definitionName as the propertydefinition name of this mapping.
Parameters:
definitionName - a propertydefinition name.

getPropertyLocatorClassName

java.lang.String getPropertyLocatorClassName()
Returns the property locator class name of this mapping.
Returns:
the property locator class name of this mapping.

setPropertyLocatorClassName

void setPropertyLocatorClassName(java.lang.String name)
Sets the given name as the property locator class name of this mapping.
Parameters:
name - a fully qualified class name of a custom property locator.

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.