Uses of Enum Class
com.ithit.webdav.server.deltav.AutoVersion
Packages that use AutoVersion
Package
Description
Contains interfaces required by DeltaV compatible servers.
-
Uses of AutoVersion in com.ithit.webdav.server.deltav
Methods in com.ithit.webdav.server.deltav that return AutoVersionModifier and TypeMethodDescriptionVersionableItem.getAutoVersion()Determines how checked-in item responds to WebDAV client attempts to modify its content or properties.static AutoVersionReturns 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.Methods in com.ithit.webdav.server.deltav with parameters of type AutoVersionModifier and TypeMethodDescriptionvoidVersionableItem.setAutoVersion(AutoVersion value) Sets auth versioning mode for this item.