public class DeletedRecordSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static DeletedRecordSupport |
NO
Indicates that the repository does not maintain information about
deletions.
|
static DeletedRecordSupport |
PERSISTENT
Indicates that the repository maintains information about deletions with
no time limit.
|
static DeletedRecordSupport |
TRANSIENT
Indicates that the repository does not guarantee that a list of deletions
is maintained persistently or consistently.
|
public static final DeletedRecordSupport NO
public static final DeletedRecordSupport TRANSIENT
public static final DeletedRecordSupport PERSISTENT
Copyright © 2013 DuraSpace. All Rights Reserved.