|
Revision 22183, 0.5 kB
(checked in by tdelprat, 2 years ago)
|
Simplier APi for simple comments.
Make it usable from remote API.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.comment.service.CommentService"> |
|---|
| 4 |
<documentation> |
|---|
| 5 |
This component gives the user the possibility to add comments to documents. |
|---|
| 6 |
</documentation> |
|---|
| 7 |
|
|---|
| 8 |
<implementation class="org.nuxeo.ecm.platform.comment.service.CommentService" /> |
|---|
| 9 |
|
|---|
| 10 |
<extension-point name="config"> |
|---|
| 11 |
<documentation> |
|---|
| 12 |
This extension can be used to configure the Comment Service |
|---|
| 13 |
</documentation> |
|---|
| 14 |
<object class="org.nuxeo.ecm.platform.comment.service.CommentServiceConfig" /> |
|---|
| 15 |
</extension-point> |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
</component> |
|---|