|
Revision 22183, 480 bytes
(checked in by tdelprat, 3 years ago)
|
Simplier APi for simple comments.
Make it usable from remote API.
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.comment.api.Adapter"> |
|---|
| 4 |
<documentation> |
|---|
| 5 |
Defines Commentable document adapter |
|---|
| 6 |
</documentation> |
|---|
| 7 |
|
|---|
| 8 |
<!-- Commentable Document Adapter --> |
|---|
| 9 |
<extension target="org.nuxeo.ecm.core.api.DocumentAdapterService" |
|---|
| 10 |
point="adapters"> |
|---|
| 11 |
<adapter class="org.nuxeo.ecm.platform.comment.api.CommentableDocument" |
|---|
| 12 |
factory="org.nuxeo.ecm.platform.comment.impl.CommentableAdapterFactory" /> |
|---|
| 13 |
</extension> |
|---|
| 14 |
|
|---|
| 15 |
</component> |
|---|