Package | Description |
---|---|
com.ithit.webdav.server.deltav |
Contains interfaces required by DeltaV compatible servers.
|
Modifier and Type | Method and Description |
---|---|
Version |
History.getCurrentVersion() |
Version |
Version.getPredecessor()
Previous version or null if no previous version exists.
|
Version |
History.getRootVersion()
Item's root version.
|
Version |
Version.getSuccessor()
Next version or null if no next version exists.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Version> |
History.getVersionSet()
All versions of current item.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionableItem.updateToVersion(Version version)
Updates content and properties of the item to those identified by version parameter.
|
Copyright © ITHit. All Rights Reserved.