| Package | Description |
|---|---|
| com.sap.netweaver.bc.rf.common.property |
Contains repository framework common interface for properties.
|
| com.sapportals.wcm.repository |
Contains the repository framework interfaces and classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyMandatoryException
Class implementing exception raised when an operation would render a
mandatory property lost or invalid.
|
class |
PropertyNameInvalidException
Class implementing exception raised when an invalid property name was
supplied.
|
class |
PropertyNameTooLongException
Class implementing exception raised when a property value is out of bounds.
|
class |
PropertyNameUnassignableException
Class implementing exception raised when a property name is unassignable.
|
class |
PropertyReadOnlyException
Class implementing exception raised when a property is read-only but was
tried to modify.
|
class |
PropertyTypeLostException
Class implementing exception raised when a property would lose it's property
type.
|
class |
PropertyTypeMismatchException
Class implementing exception raised when a property value doesn't match its
former property type.
|
class |
PropertyValueOutOfBoundsException
Class implementing exception raised when a property value is out of bounds.
|
| Modifier and Type | Method and Description |
|---|---|
static IPropertyName |
PropertyName.getPropertyName(IName name)
Get property name (all property names are cached for performance reasons
and indexed by their full name).
|
static IPropertyName |
PropertyName.getPropertyName(String fullName)
Get property name (all property names are cached for performance reasons
and indexed by their full name).
|
static IPropertyName |
PropertyName.getPropertyName(String namespace,
String localName)
Get property name (all property names are cached for performance reasons
and indexed by their full name).
|
| Constructor and Description |
|---|
AbstractPropertyException(AbstractPropertyException newEx,
IPropertyName propertyName)
This constructor is used by the framework to use this exception as a
wrapper for a new exception class of the repository manager API.
|
IllegalPropertyNameException(AbstractPropertyException newEx,
IPropertyName propertyName,
String namespace,
String name)
This constructor is used by the framework to use this exception as a
wrapper for a new exception class of the repository manager API.
|
Copyright 2021 SAP SE Complete Copyright Notice