Package | Description |
---|---|
com.ithit.webdav.server.deltav |
Contains interfaces required by DeltaV compatible servers.
|
Modifier and Type | Method and Description |
---|---|
AutoVersion |
VersionableItem.getAutoVersion()
Determines how checked-in item responds to WebDAV client attempts to modify its content or properties.
|
static AutoVersion |
AutoVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoVersion[] |
AutoVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionableItem.setAutoVersion(AutoVersion value)
Sets auth versioning mode for this item.
|
Copyright © ITHit. All Rights Reserved.