Uses of Enum Class
com.ithit.webdav.server.deltav.AutoVersion
Package
Description
Contains interfaces required by DeltaV compatible servers.
-
Uses of AutoVersion in com.ithit.webdav.server.deltav
Modifier and TypeMethodDescriptionVersionableItem.getAutoVersion()
Determines how checked-in item responds to WebDAV client attempts to modify its content or properties.static AutoVersion
Returns the enum constant of this class with the specified name.static AutoVersion[]
AutoVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
VersionableItem.setAutoVersion
(AutoVersion value) Sets auth versioning mode for this item.