|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
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 |
|---|
IPropertyName getPropertyName()
void setPropertyName(IPropertyName name)
name as the property name of this mapping.name - a property name.IPropertyDefinitionName getPropertyDefinitionName()
void setPropertyDefinitionName(IPropertyDefinitionName definitionName)
definitionName as the propertydefinition name of this mapping.definitionName - a propertydefinition name.java.lang.String getPropertyLocatorClassName()
void setPropertyLocatorClassName(java.lang.String name)
name as the property locator class name of this mapping.name - a fully qualified class name of a custom property locator.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||