An AlfrescoRdfPropertyInterceptor is created using a Spring bean with the following attributes:
| Attribute | Value | Description |
|---|---|---|
| id | User-defined | A unique ID for the bean. |
| parent | alfresco.rdf.propertyInterceptor.abstract | The parent bean. |
The AlfrescoRdfPropertyInterceptor bean takes the following properties:
| Property | Type | Mandatory | Description |
|---|---|---|---|
| property | QName | Required | QName identifying a property. Use a fully-qualified name with Clark notation as the key of the entry. |
| properties | Collection <QName> | Required | Collection of QNames identifying properties. Use a fully-qualified name with Clark notation as the key of the entry. |
<bean id="samples.propertyInterceptor.troubleshooting" parent="alfresco.rdf.propertyInterceptor.abstract">
<property name="property" value="{http://www.componize.com/model/samples/troubleshooting/1.0/}shortdesc" />
</bean>
To debug your AlfrescoRdfPropertyInterceptor, add the following entry to your
log4j.properties file:
log4j.logger.com.componize.alfresco.repo.node.DefaultPropertyManager=debug