|
Revision 21481, 1.2 kB
(checked in by btatar, 2 years ago)
|
fixing bug NXGED-225( Positionner par défaut : pas d'incrément, lors de la modification de doc sur les MD principales)
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<component name="org.nuxeo.ecm.platform.archive.service.NXArchiveFactoryService"> |
|---|
| 3 |
|
|---|
| 4 |
<documentation> |
|---|
| 5 |
Service that has to do with archive record management. |
|---|
| 6 |
The role of the Archive tab is to offer an user the possibility |
|---|
| 7 |
to associate to a document information about it's physical archiving. |
|---|
| 8 |
This information is not part of the document itself, but it is |
|---|
| 9 |
related to the document.By modifying or adding an archive record |
|---|
| 10 |
to a document, the state in life cycle, version number and other |
|---|
| 11 |
characteristics of the document are not affected. The records |
|---|
| 12 |
correspond to a specific version of the document and by deleting |
|---|
| 13 |
a document,the archive records associated to this document are not deleted. |
|---|
| 14 |
|
|---|
| 15 |
@version 1.0 |
|---|
| 16 |
@author <a href="mailto:bt@nuxeo.com">Bogdan Tatar</a> |
|---|
| 17 |
</documentation> |
|---|
| 18 |
|
|---|
| 19 |
<implementation class="org.nuxeo.ecm.platform.archive.service.NXArchiveFactoryService"/> |
|---|
| 20 |
|
|---|
| 21 |
<extension-point name="archiveRecordFactory"> |
|---|
| 22 |
|
|---|
| 23 |
<documentation> |
|---|
| 24 |
This service is used to generate the needed archive record implementation. |
|---|
| 25 |
</documentation> |
|---|
| 26 |
|
|---|
| 27 |
<object |
|---|
| 28 |
class="org.nuxeo.ecm.platform.archive.service.extension.ArchiveRecordFactoryDescriptor"/> |
|---|
| 29 |
</extension-point> |
|---|
| 30 |
|
|---|
| 31 |
</component> |
|---|