| Interface | Description |
|---|---|
| ExtendableVersioningService |
Class implementing this interface will be able to use contribution from the versioningRules extension point.
|
| OrphanVersionRemovalFilter |
Interface to be implemented by contributions to the orphanVersionRemovalFilter extension point.
|
| VersioningPolicyFilter |
A versioning policy filter for automatic versioning system.
|
| VersioningService |
The versioning service holds the versioning policy used to define what happens to a document's version when it is
created, saved, checked in, checked out or restored, and what version increment options (none, minor, major) are made
available to the user.
|
| VersionRemovalPolicy |
Interface for the policy that decides which versions have to be removed when a working document is removed.
|
| Class | Description |
|---|---|
| CompatVersioningService | Deprecated
since 9.3, seems not needed anymore
|
| DefaultVersioningRuleDescriptor | Deprecated
since 9.1 use 'policy', 'filter' and 'restriction' contributions instead
|
| DefaultVersionRemovalPolicy |
Removes the version history if no proxies exist, otherwise do nothing.
|
| InitialStateDescriptor |
Descriptor to contribute the initial version state of a document.
|
| NoVersioningPolicyFilter |
Policy filter which disables automatic versioning for System document or document which should never be versioned.
|
| NullVersionRemovalPolicy |
Version removal policy that does nothing.
|
| OptionDescriptor | Deprecated
since 9.1 use 'policy', 'filter' and 'restriction' contributions instead
|
| OrphanVersionCleanupListener |
Asynchronous listener that calls the orphan versions cleanup service.
|
| OrphanVersionRemoverListener |
Async listener that is in charge to delete the versions.
|
| SaveOptionsDescriptor | Deprecated
since 9.1 use 'policy', 'filter' and 'restriction' contributions instead
|
| StandardVersioningPolicyFilter | |
| StandardVersioningService |
Implementation of the versioning service that follows standard checkout / checkin semantics.
|
| VersioningComponent |
Versioning service component and implementation.
|
| VersioningComponent.VersioningFilterRegistry | |
| VersioningComponent.VersioningPolicyRegistry | |
| VersioningComponent.VersioningRestrictionRegistry | |
| VersioningComponent.VersioningRuleRegistry | Deprecated
since 9.1 use 'policy', 'filter' and 'restriction' contributions instead
|
| VersioningDocumentAdapter |
Adapter showing the versioning aspects of documents.
|
| VersioningDocumentAdapterFactory |
Adapter class factory for Versioning Document interface.
|
| VersioningFilterDescriptor | |
| VersioningPolicyDescriptor | |
| VersioningRestrictionDescriptor |
Descriptor to contribute new restrictions in versioning system.
|
| VersioningRestrictionOptionsDescriptor |
Descriptor used to restrict versioning options for a given lifeCycleState
|
| VersioningRestrictionOptionsDescriptor.OptionDescriptor | |
| VersioningRuleDescriptor | Deprecated
since 9.1 use 'policy', 'filter' and 'restriction' contributions instead
|
| VersioningServiceDescriptor |
Descriptor to contribute a new
VersioningService. |
Copyright © 2018 Nuxeo. All rights reserved.