|
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 INamespace
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.Boolean |
isOptimisticConcurrencyEnabled()Returns the boolean value indicating if optimistic concurrency is enabled or not for this namespace. |
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 |
setOptimisticConcurrencyEnabled(java.lang.Boolean value)Sets the optimistic concurrency flag with the given value for this namespace. |
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 |
|---|
java.lang.String name()
INamespaceName getName()
void setName(INamespaceName name)
name for this.name - a namespace name.java.lang.IllegalArgumentException - if the name is null.java.lang.String getPropertyLocatorClassName()
IPropertyLocator interfacevoid setPropertyLocatorClassName(java.lang.String className)
className of a custom property locator class that implements IPropertyLocator interface.className - a fully qualified class name.java.lang.String getDefinitionLocatorClassName()
IDefinitionLocator interface.void setDefinitionLocatorClassName(java.lang.String className)
className of a custom definition locator class that implements IDefinitionLocator interface.className - a fully qualified class name.java.lang.Boolean isOptimisticConcurrencyEnabled()
void setOptimisticConcurrencyEnabled(java.lang.Boolean value)
value for this namespace.
|
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 | ||||||||