Provides an API for managing the versions of a piece of content.
Information | VersionService |
---|---|
Support Status | Full Support |
Architecture Information | Platform Architecture |
Description | If content has the aspect versionable applied to it, then
multiple versions of the content can be managed. The VersionService provides an API
to allow you to do this programmatically:
|
Deployment - App Server | Deploy as AMP or Simple Module (JAR) package. |
Deployment - SDK Project | Use SDK archetypes to produce AMP or Simple Module. |
Java API | Java API Documentation |
Java example | See Tutorials and Developer Blogs for example code. |
More Information | |
Tutorials | Mass Nerder's Version Pruning tutorial - includes code and a video. |
SkyVault Developer Blogs | Jared Ottley's Max Version Policy blog post demonstrates using the VersionService from Java. |